RAC Attack - Oracle Cluster Database at Home/Block Change Tracking
Appearance
Prev: RAC SQL and PLSQL
RAC Backups and Recovery (e)
- Setup Backups
- Flashback Database
- Block Change Tracking
- Archived Logs
- Database Backups
- Database Recovery
Next: Home
- Enable block change tracking on the database and explicitly choose the local FRA destination. (Typically the block change tracking file is created in the OMF DB destination rather than the FRA.) SQL> alter database enable block change tracking 2 using file '/u01/app/oradata/changetracking.ctf'; What happens? Make sure to check the alert logs. Try it with only one instance open, and then open the other instance to see what happens.
- Disable block change tracking. SQL> alter database disable block change tracking; SQL> col filename format a40 SQL> select * from v$block_change_tracking; STATUS FILENAME BYTES ---------- ---------------------------------------- ---------- DISABLED