Database Backup and Recovery (MOSC)

MOSC Banner

Create an OMF Control File that is FRA managed on an existing database

edited May 15, 2012 3:11AM in Database Backup and Recovery (MOSC) 1 commentAnswered
Creating an OMF Control File in the FRA on an existing Database

(These instructions assumes that you are running your database in archivelog mode and have configured a FRA)


----- Create Control File Location -----

1.) On the OS create a dir %FLASH_RECOVERY_AREA%\%DB_NAME%\CONTROLFILE

2.) With the database open identify the location of the control files “select * from v$controlfile;”

3.) Shutdown database “Shutdown Immediate”

4.) Exit out of sql prompt

     

----- Generate OMF Control File Name -----

5.) Connect to RMAN “RMAN target=/”

6.) Startup mount

7.) Run the following command “ backup as copy current controlfile format 'o1_mf_%u_.ctl' ”

a. This will generate an error

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center