Home » RDBMS Server » Server Administration » question about tempfile
question about tempfile [message #155343] Sat, 14 January 2006 01:49 Go to next message
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 !
Re: question about tempfile [message #155348 is a reply to message #155343] Sat, 14 January 2006 03:19 Go to previous messageGo to next message
tarundua
Messages: 1080
Registered: June 2005
Location: India
Senior Member


Are you sure that temporary tablespace with atleast one datafile exist??
Can you post the output from DBA_TEMP_FILES.

you can have a look here also.

http://www.orafaq.com/forum/t/55022/0/
Re: question about tempfile [message #155349 is a reply to message #155343] Sat, 14 January 2006 04:08 Go to previous messageGo to next message
raddisonlee
Messages: 29
Registered: March 2005
Junior Member
SQL> SELECT * FROM DBA_TEMP_FILES;

no rows selected


but can i solve it by Adjusts the parameter value
sort_area_size to a larger ????

[Updated on: Sat, 14 January 2006 18:46]

Report message to a moderator

Re: question about tempfile [message #155429 is a reply to message #155349] Mon, 16 January 2006 03:23 Go to previous message
tarundua
Messages: 1080
Registered: June 2005
Location: India
Senior Member

And what if your larger sort_area_size gets full then system will look into temporary tablespace for sorting.

Previous Topic: 10g XE and JVM
Next Topic: small database
Goto Forum:
  


Current Time: Thu Feb 13 17:05:31 CST 2025