Hi,
Check the settings for the PSAPTEMP tablespace in accordance with Notes 107257 and 164925.
Increase the space for the PSAPTEMP temporary tablespace.
You can extend tablespace using below command
alter tablespace PSAPTEMP add tempfile 'path of the file name\temp01' size xx autoextend on;
Regards
Prithviraj