I Recreate the temp tablespace coz my temp tablespace was corrupt,
you can do to the following bellow

c r e a t e temporary tablespace temp2 tempfile ‘/rdbms/temp01/temp2.dbf’ size 10M extent mangement local uniform size 1M;
alter d a t a b a s e default temporary tablespace temp2;
d r o p tablespace temp including […]

Popularity: 26% [?]