ORA-25153: Temporary Tablespace is Empty has been detected ??
28348Nov 10 2008 — edited Nov 10 2008After recover database, I got the following error message:
ORA-25153: Temporary Tablespace is Empty has been detected in FND_GLOBAL.INITIALIZE
I try to resolve this problem and issue the following command:
SQL> create temporary tablespace temp tempfile '/u01/oracle/uatdata/temp02.dbf' size 500M
2 extent management local;
create temporary tablespace temp tempfile '/u01/oracle/uatdata/temp02.dbf' size 500M
*
ERROR at line 1:
ORA-01543: tablespace 'TEMP' already exists
Please advice,
Amy