Database Backup and Recovery (MOSC)

MOSC Banner

How to recover a table to a point in time using rman

Please find the below step:-

1.Login in the target database and create pfile from spfile

2.Add following lines

DB_FILE_NAME_CONVERT='+DATA_XD1/edadev','+DATA_XD2/edatest' (change it accordingly you environemnt)

LOG_FILE_NAME_CONVERT='+DATA_XD1/edadev','+DATA_XD2/edatest','+RECO_XD1/edadev','+RECO_XD2/edatest'

basically this will instruct rman to restore datafile in the location specified for 2nd argument

3.Comment out cluster_database=flase if you are using RAC database

4.Optionally you can comment out audit_file_dest parameter

5. start auxillary instance with this modified pfile in nomount state

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