Database Backup and Recovery (MOSC)

MOSC Banner

How to run "restore database validate" using four channels

edited Mar 7, 2015 10:00AM in Database Backup and Recovery (MOSC) 2 commentsAnswered

Oracle 11.2.0.3

OS: Linux

1. How to run "restore database validate" using four channels. I was running the following and it was taking same time as backup itself. our databas is 100TB and it took 60 hours to run this backup and validate restore would have been taken this long but killed it half way.

ALLOCATE CHANNEL FOR MAINTENANCE DEVICE TYPE 'SBT_TAPE' connect 'sys/password@psprod';

RESTORE DATABASE VALIDATE;

exit;

2. I understand that RMAN RESTORE VALIDATE command check and verify the integrity of the backups which are stored on tapes but why does it take such a long time,

Thank you.

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