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!

How to extend temp tablesspace.

unknown-840105Oct 29 2013 — edited Oct 30 2013

I was asked to extend temp tablespace.

Is it OK by below ?

  SQL> alter database tempfile 'temp_file_path' resize filesize;

  Example

  SQL> alter database tempfile '/data/temp01.dbf' resize 200M;


Is there any caution to extend temp tablespace ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 27 2013
Added on Oct 29 2013
10 comments
1,167 views