How to shrink temporary tablespace and temporary file in Oracle

Source: Internet
Author: User

How to shrink temporary tablespace and temporary file in Oracle

After the database is used for a period of time, especially when frequent imp/exp operations and sorting operations exist, the temporary tablespace will become larger and larger, and the corresponding file will also be large.

From Oracle 11g, you can use the Shrink command to Shrink temporary tablespace and temporary files. Oracle help document: Alter and Maintaining Tabelspaces

ALTER TABLESPACE SHRINK SPACE
ALTER TABLESPACE SHRINK TEMPFILE

The Shrink command can use the keep option to specify the lower limit of shrinkage.

You can also use the Resize command to adjust the data file size. Oracle help document: Changing Datafile Size

ALTER DATABASE TEMPFILE RESIZE

Of course, the lower limit of narrowing down and adjusting cannot be smaller than the actual data size.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.