MOVE Controlfile
Para Mover um Controlfile e bem simples
1- Entre no Rman e faça uma copia do controlfile para um novo diretorio
RMAN> run {
allocate channel C1 device type disk;
restore controlfile to '+DG3/mvhm/controlfile/ctrl_03_mvhm.ctl' from '+DG1/mvhm/controlfile/ctrl_01_mvhm.ctl';
}
2> 3> 4>
using target database control file instead of recovery catalog
allocated channel: C1
channel C1: sid=3285 devtype=DISK
Starting restore at 21/11/2017
channel C1: copied control file copy
Finished restore at 21/11/2017
released channel: C1
2 -apos procedimento Executado Altere no init.ora e Abra o Banco de Dados
