RMAN recovery from loss of all control files
- Posted by Gavin Soorma
- On July 3, 2009
- 0 Comments
SCENARIO – LOSS OF ALL CONTROLFILES (NO CATALOG) To simulate this scenario, we will create and populate a table with some records, recover the database from a loss of all control files and then perform an incomplete recovery until the point of failure. SQL> insert into myobjects select * from myobjects; 919664 rows created. SQL> […]
Read More