reg control file backups

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

reg control file backups

satish
Hi Erman,

We have taken controlfile backup using sql as below

SQL> ALTER DATABASE BACKUP CONTROLFILE TO TRACE;

RMAN duplicate will not be able to use this control file right?please correct me i am wrong
Reply | Threaded
Open this post in threaded view
|

Re: reg control file backups

ErmanArslansOracleBlog
Administrator
Yes. This is for creating the controlfile script..
So using this trace file, you can create controlfile manually by connecting  the database using sqlplus as sys in nomount mode.