meaning of rman command [message #74628] |
Mon, 24 January 2005 07:08 |
Alan
Messages: 68 Registered: October 1999
|
Member |
|
|
hi all
I have the following commands in an rman script
restore database controlfile to '/path/restored.ctl';
replicate controlfile from '/path/restored.ctl';
can someone please explain what the replicate command does.
many thanks
Alan.
|
|
|
Re: meaning of rman command [message #74660 is a reply to message #74628] |
Mon, 31 January 2005 23:19 |
Frank Naude
Messages: 4587 Registered: April 1998
|
Senior Member |
|
|
Hi,
The REPLICATE command is documented in the Recovery Manager Reference guide:
"To copy a control file to the locations specified in the CONTROL_FILES initialization parameter of the target database."
Best regards.
Frank
|
|
|