Home » RDBMS Server » Server Administration » space available in temporary tablespace is 0
space available in temporary tablespace is 0 [message #57593] Wed, 25 June 2003 01:43 Go to next message
keanu
Messages: 3
Registered: June 2003
Junior Member
Hi all:
Now temporary tablespace's size is 1.5G,the connections to instance is less than 20,but the ratio of used space to total space is 99%.From using oracle the ratio has been rising,so I have to remove temporary tablespace and re-create it every some days. who can tell me the reason? thanks.
Re: space available in temporary tablespace is 0 [message #57600 is a reply to message #57593] Wed, 25 June 2003 04:00 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
are the temporary temporary tablespace really 'temporary'?
please check that. a common mistake is to create a temp tablesace with permanent options.
else
what kind of managements is used? local or dictionary?
Re: space available in temporary tablespace is 0 [message #57612 is a reply to message #57600] Wed, 25 June 2003 18:20 Go to previous messageGo to next message
keanu
Messages: 3
Registered: June 2003
Junior Member
the syntax of creating temporary tablespace is :
CREATE TEMPORARY TABLESPACE "TEMP" TEMPFILE '/oradata/ndlsdb3/temp01.dbf' SIZE 1500M REUSE EXTENT MANAGEMENT LOCAL UNIFORM SIZE 1024K;
ALTER DATABASE DEFAULT TEMPORARY TABLESPACE "TEMP".
So,the temporary tablespace is really temporary,and it is default temporary tablespace of the database.
Re: space available in temporary tablespace is 0 [message #57618 is a reply to message #57600] Thu, 26 June 2003 02:24 Go to previous message
keanu
Messages: 3
Registered: June 2003
Junior Member
I checked detail information about temporary tablespace and discovered the following information:
allocated(M):1500
used(M):1
free(M):1499.
why oracle allocated 1500 but used only 1?
Previous Topic: Upgrade using patch set 2376472 to 8.1.7.4
Next Topic: poor performance after 9i upgrade
Goto Forum:
  


Current Time: Fri Sep 20 11:25:31 CDT 2024