Case 1:- Allocate More space to temp tablespace before starting the analyze.
U can reclaim space by doing.
Alter tablespace temp offline;
Alter tablespace temp online;
Alter tablespace temp coaelsce;
Case 2:- If there is some spcace then allocate around 10 GB of space to TEMP .