question about tempfile [message #155343] |
Sat, 14 January 2006 01:49 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
raddisonlee
Messages: 29 Registered: March 2005
|
Junior Member |
|
|
hi all !
there are a strange issue as follow:
SQL> select count(*) from dba_object_size;
select count(*) from dba_object_size
*
ERROR at line 1:
ORA-25153: Temporary Tablespace is Empty
but i comfirm that Temporary Tablespace is here ,
and a tempfile in it !!!!
SQL> SELECT * FROM USER_OBJECT_SIZE;
NAME TYPE SOURCE_SIZE PARSED_SIZE CODE_SIZE
------------------------------ ------------- ----------- ----------- ----------
ERROR_SIZE
----------
TIMES TABLE 0 3080 0
0
-----------------thanks you !
|
|
|
|
|
|