New features enable block change Tracking-10g

Source: Internet
Author: User
Author: eygle |


English versionArticleSource and author information and this statement]
Link: http://www.eygle.com/archives/2005/03/ooablock_change.html

Block chage tracking is a new feature of Oracle10g. The block change tracking process records data block changes since the last backup and records the changes in the tracking file. RMAN uses this file to determine the changed data to be backed up in the Incremental backup. This greatly improves the backup performance. RMAN can no longer scan the entire file to find the changed data.

 

Therefore, Oracle introduces a new background process, ctwr, which is called change tracking writer. It is used to record changed blocks and write changes to corresponding log files.
To enable tracing, run the following command:

Alter database enable block change tracking using
File '/data5/flash_recovery_area/eygle/eygle_block_track.log ';

You can query the current settings:

Select filename, status, bytes from V $ block_change_tracking;

Disable tracing:

Alter database disable block change tracking;

Follow these steps:

 

sys as sysdba on 29-Mar-05> alter database enable block change tracking using
2 file '/data5/flash_recovery_area /eygle/eygle_block_track.log ';

database altered.

sys as sysdba on 29-Mar-05> select filename, status, bytes from V $ block_change_tracking;

filename
enabled
Status bytes
----------
/data5/flash_recovery_area/eygle/eygle_block_track.log
enabled 11599872


sys as sysdba on 29-Mar-05> alter database disable block change tracking;

database altered.

sys as sysdba on 29-Mar-05> select filename, status, bytes from V $ block_change_tracking;

filename
bytes
Status bytes
----------

disabled

>

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.