2009-09-15
Oracle中RMAN恢复目录性能问题研究
Tracing the RMAN client Ideally, set debug trace on the RMAN command line and execute a simplied script to illustrate the problem eg %rman target / catalog usr/pw@<alias> log rman.log trace rman.trc debug run { allocate channel t1 type sbt parms=(…………); backup database plus archivelog all; } Otherwise trace only the command that you are interested in. The following example...
#POST
22 MIN READ