READ ONLY Tablespace Restore and Recovery
- Posted by Gavin Soorma
- On August 12, 2009
- 0 Comments
Keeping static or historical data in read only tablespaces is a good practice especially for data warehouse type environments. Using the RMAN SKIP READONLY command, we can reduce the backup window and overhead as well by excluding these read only tablespaces from the database backupsets. But we need to keep in mind that we need […]
Read More