TDP for Oracle Restore too Slow

hungng89

ADSM.ORG Member
Joined
May 25, 2010
Messages
115
Reaction score
2
Points
0
Location
VietNam
Dear everyone

I am performing TDP for Oracle 5.5.1 restore on Oracle 10 G -2 , Solaris 10 .

The RMAN backup and restore using DISK channel ( local ) is OK.
The TDP Backup speed is FAST - 1 Tape Drive 250 GB/hour ( LTO 5 / GibE)
The BA Client Backup and Restore is FAST - 1 Tape Drive 250 GB/hour.
But TDP Restore is really suck :( , only 10 GB per hour.

I already read and performed many RMAN Tuning guide for backup ( not found anything for restore ) .

After Analyze TSM Instrument API trace , TDP error , DSM error , TSM Server configuration , RMAN sbtio I found no problem.

I am trying to set debug command to Oracle RMAN and found some thing in the Oracle RMAN restore debug trace log .

Code:
DBGRPC:          krmxr: callback returned TRUE, skipping sleep
DBGRPC:          krmxpoq: xc=4311248208, action="0000018 STARTED40", col_l=17, ind=0, sid=313
DBGRPC:          krmxr: sleeping for 10 seconds
DBGRPC:          krmxpoq: xc=4311248208, action="0000018 STARTED40", col_l=17, ind=0, sid=313
DBGRPC:          krmxr: sleeping for 10 seconds
DBGRPC:          krmxpoq: xc=4311248208, action="0000018 STARTED40", col_l=17, ind=0, sid=313
DBGRPC:          krmxr: sleeping for 10 seconds
DBGRPC:          krmxpoq: xc=4311248208, action="0000018 STARTED40", col_l=17, ind=0, sid=313
DBGRPC:          krmxr: sleeping for 10 seconds
DBGRPC:          krmxpoq: xc=4311248208, action="0000018 STARTED40", col_l=17, ind=0, sid=313
DBGRPC:          krmxr: sleeping for 10 seconds
DBGRPC:          krmxpoq: xc=4311248208, action="0000018 STARTED40", col_l=17, ind=0, sid=313
DBGRPC:          krmxr: sleeping for 10 seconds
DBGRPC:          krmxpoq: xc=4311248208, action="0000018 STARTED40", col_l=17, ind=0, sid=313
DBGRPC:          krmxr: sleeping for 10 seconds
DBGRPC:          krmxpoq: xc=4311248208, action="0000018 STARTED40", col_l=17, ind=0, sid=313
DBGRPC:          krmxr: sleeping for 10 seconds
DBGRPC:          krmxpoq: xc=4311248208, action="0000018 STARTED40", col_l=17, ind=0, sid=313
DBGRPC:          krmxr: sleeping for 10 seconds
DBGRPC:          krmxpoq: xc=4311248208, action="0000018 STARTED40", col_l=17, ind=0, sid=313
DBGRPC:          krmxr: sleeping for 10 seconds
DBGRPC:          krmxpoq: xc=4311248208, action="0000018 STARTED40", col_l=17, ind=0, sid=313
DBGRPC:          krmxr: sleeping for 10 seconds
DBGRPC:          krmxpoq: xc=4311248208, action="0000018 STARTED40", col_l=17, i

Do anyone has any idea on the above log ? Any advices , document link reference will help me alot.

Thanks and Best Regards
 
Dear Cheffern

I used only single channel / tape drive for backup and restore process
 
Back
Top