Starting implicit crosscheck backup is taking long time
Hi
DB - 11.2.0.1
OS - Linux
Storage - ASM
Our daily backup goes to tape, but today we took special backup to disk and trying to restore it on another server (ASM directory structure is same on source and destination server).
Steps carried out -
1. Took full database backup along with controlfile at /db/backup/ location.
2. Copied all backup pieces to another server- created same directory structure at destination server.
3. Stopped the existing DB running on the server. Cleared all the associated datafiles/controlfiles
4. restore controlfile from the backup
rman> restore controlfile from ' /db/backup/c-1123652940-20110522-04';
5. Mount the DB
6. Started restore.
Now the from last one hour restore session is stopped at - 'Starting implicit crosscheck backup at 22-MAY-11'
The source and destination DB are using flash recovery area.
Why DB is spending so much time on 'Starting implicit crosscheck backup at' What exactly its doing ?
Regards,