 |
|
Oracle Tips by Burleson |
Oracle 10g RMAN Enabling, Disabling and Monitoring
Block Change Tracking
By default, Oracle will not record block change
information. To enable this feature, you need to issue the
following command:
SQL> alter
database enable block change tracking;
To disable this feature, you issue this
command:
SQL> alter
database disable block change tracking;
To monitor the status of block change tracking,
you type:
SQL> select
file, status, bytes
2 from v$block_change_tracking;
STATUS
FILE BYTES
----------- ---------------------------- ---------------
ENABLED /dba/backup/01_mf_yzmrr7.chg 10,000,000
Get the complete Oracle10g story:
To get the code instantly, click here:
Need an Oracle Mentor?
BEI is now offering personal mentors for Oracle DBAs where you can have an
Oracle expert right at your fingertips, anytime day or night. We work with
hundreds of Oracle databases every year, so we know exactly how to quickly
assist you with any Oracle question.
Why risk an unplanned outage? You can now get telephone access to Don
Burleson or any of his Oracle Certified DBAs with more than 20 years of
full-time IT experience. Click here for details:
http://www.dba-oracle.com/service_oracle_backup.htm

|