Parameters for automatic data recovery management and information for restoring data

Source: Internet
Author: User

1. Parameters for automatic management of Oracle restored data:

1. Some programs before Oracle 9i contain statements that manually specify rollback segments. This statement does not affect the final result, but reports an error on the console. Therefore, dynamic parameters are introduced.

Undo_suppress_errors: manually specifying or setting a restore segment in the mode of automatic data recovery management does not affect the final result, but no error is reported on the console.

Alter session set undo_suppress_errors = true;

2. undo_retention this parameter determines the time for restoring data to ensure read consistency. The time when the restored data is retained in the restored tablespace after the transaction is committed.

Alter system set undo_retention = timelong;

When the value of the undo_retention parameter is set, the disk space usage increases, especially when DML operations are too frequent, the system efficiency is reduced.

2. Obtain restored data information

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.