Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: 9i RMAN restore to a different server with a backup from dataguard env
You can take it without using rman, directly with sqlplus:
alter database backup controlfile to '...';
You may have difficulties later with your new database since this is a control file from a standby database though.
You're in a situation where an RMAN catalog would simplify the restore operation.
On 10/4/07, Prasad <p4cldba_at_gmail.com> wrote:
> Hi Jerome.
>
> Can I take a backup of a controlfile from standby db. ??? it errors out
> though.not sure if there is any other syntax available.
>
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Oct 04 2007 - 12:51:02 CDT
![]() |
![]() |