Oracle8i Recovery Manager User's Guide and Reference Release 2 (8.1.6) Part Number A76990-01 |
|
Recovery Manager Command Syntax, 19 of 50
To turn RMAN's debugging feature off and on. Because its purpose is to diagnose RMAN problems, use this feature under the guidance of Oracle Support.
Execute this command at the RMAN prompt or within the braces of a run command.
on |
activates the debugging feature on. |
|
off |
deactivates the debugging feature. |
In this example, debug output will be displayed during the backup of datafile 3, but not datafile 4:
run { allocate channel c1 type disk; debug on; backup datafile 3; debug off; backup datafile 4; }
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|