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 contents and datafiles;
now change back to temp again with following step bellow:
- c r e a t e temporary tablespace temp tempfile ‘/rdbms/temp01/temp2_01.dbd’ size 1000M extent management local uniform size 1M;
- a l t e r database default temporary tablespace temp;
- d r o p tablespace temp2 including contens and datafiles;
- a l t e r tablespace temp add tempfile ‘/rdbms/temp01/temp2_02.dbf’ size 1000M;
Popularity: 26% [?]


An ordinary people, participants, contributor who share their own experiences, their knowledge, their informations, task, a few tips and tricks, their problem with solving tools..