Database Backup and Recovery (MOSC)

MOSC Banner

OEE_how to use rman to recover data back to certain old date

edited Apr 6, 2015 1:11PM in Database Backup and Recovery (MOSC) 15 commentsAnswered

Hi, my user wrote to me  :

We need to restore the CRPDTA tablespace until 08-feb-15

Can we run command below to recover CRPDTA tablespace?

Is there any implication? Whether it will affect other JDE tablespaces / databases.

Do you have the complete steps do the recovery?

Step 1: In dos prompt type RMAN

RMAN> connect target sys/[sys account password]

Step 2: Recover tablespace CRPDTA until 08-FEB-15 00:00:00 . During restoration oracle use auxiliary destination to create temporary auxiliary instance do the recovery. After recovery it will be cleared.

RMAN> RECOVER TABLESPACE CRPDTA until time

"to_date('2015-02-08 00:00:00','YYYY-MM-DD HH24:MI:SS'"

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