CNC, DB and Operating System - JDE1 (MOSC)

MOSC Banner

E812 how to do backup using RMAN ?

edited May 8, 2015 4:04AM in CNC, DB and Operating System - JDE1 (MOSC) 3 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