How to convert the primary control file for standby ? [message #436923] |
Tue, 29 December 2009 10:15  |
dingfuhai
Messages: 1 Registered: December 2009
|
Junior Member |
|
|
hi expert:
I try to recover standby db from a primary db backup set,but the standby control file is different.
to create primary controlfile by rman:
backup control file format '/home/cur_control';
to create standby controlfile:
backup control file for standby format '/home/std_control';
I want to know if there is method to convert cur_control to std_control.
|
|
|
|
|
|