space available in temporary tablespace is 0 [message #57593] |
Wed, 25 June 2003 01:43 |
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 #57612 is a reply to message #57600] |
Wed, 25 June 2003 18:20 |
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.
|
|
|
|