Login  Register

reg control file backups

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

reg control file backups

satish
1160 posts
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
| More
Print post
Permalink

Re: reg control file backups

ErmanArslansOracleBlog
Administrator
5732 posts
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.