Database Backup and Recovery (MOSC)

MOSC Banner

RMAN Restore or Recover Time

edited Jul 22, 2015 6:15AM in Database Backup and Recovery (MOSC) 10 commentsAnswered

Hello,

I'm running this command to restore and recover a 700 GB database: (Oracle 10.2.0.5)

RMAN> run {

2> set until scn 3037983329478;

3> allocate channel dev_0 type 'SBT_TAPE';

4> allocate channel dev_1 type 'SBT_TAPE';

5> allocate channel dev_2 type 'SBT_TAPE';

6> allocate channel dev_3 type 'SBT_TAPE';

7> allocate channel dev_4 type 'SBT_TAPE';

8> allocate channel dev_5 type 'SBT_TAPE';

9> restore database;

10> recover database;

11> }

I'm wondering if there is any way to know the required time, when the RMAN will finish this restore.

regards , Dia

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