Move controlfile into ASM

To move your database controlfile into ASM, do the following:


1. show parameter on control_files to see current location.  


2. set control_files parameter in database to desired new location(s).


    alter system set control_files='+DG01','+FRA01' scope=spfile;


3. Shutdown database and startup nomount.
    shutdown immediate;
    startup nomount;


4. Restore controlfile from old control_file via RMAN.
       RMAN> restore controlfile from '+DG01/esridevw_stby/controlfile/current.9361.748436947';


5. Mount and open the instance.

    alter database mount;
    alter database open;

Comments

Popular posts from this blog

RMAN-10038: database session for channel prm3 terminated unexpectedly

ORA-17630: Mismatch in the remote file protocol version client 2 server 3

ORA-00338: log {n} of thread {n} is more recent than control file