clear TEMP Tablesapce [message #54204] |
Mon, 04 November 2002 19:25 |
Aor
Messages: 2 Registered: September 2002
|
Junior Member |
|
|
Hello.
I use Ora9i and beginner.
How do you can clear TEMP Tablespace?
What's TEMP Tablespace?
|
|
|
|
Re: clear TEMP Tablesapce [message #54220 is a reply to message #54204] |
Tue, 05 November 2002 10:33 |
Trifon Anguelov
Messages: 514 Registered: June 2002
|
Senior Member |
|
|
If your tablespace is of type TEMPORARY (select CONTENTS from dba_tablespaces; - should give you TEMPORARY for TEMP tablespace), then the SMON background process will do that for you after the users finished using this tablespace.
To clear the UGA memory size, use SORT_AREA_RETAINED_SIZE. It does specifies in bytes the maximum amount of the user global area (UGA) memory retained after a sort run completes.
Hope that helps,
clio_usa
OCP - DBA
Visit our Web site
|
|
|
|