Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Shrinking Temp Tablespace

malhiFeb 21 2012 — edited Feb 21 2012
While looking available options to shrink temp tablespace, i found the following options, i found 1st one easiest. I want to know difference b/t them.
ALTER TABLESPACE TEMP SHRINK SPACE;
ALTER DATABASE TEMPFILE ‘/orcl/tempfile/temp.dbf′ RESIZE 200M;
ALTER TABLESPACE TEMP SHRINK TEMPFILE ‘/orcl/tempfile/temp.dbf′ KEEP 100M;
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 20 2012
Added on Feb 21 2012
3 comments
432 views