Oracle8i Recovery Manager User's Guide and Reference
Release 2 (8.1.6)

Part Number A76990-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Recovery Manager Command Syntax, 19 of 50


debug

Syntax


Purpose

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.

See Also:

"Interpreting Debugging Output"

Requirements

Execute this command at the RMAN prompt or within the braces of a run command.

Keywords and Parameters

on 

activates the debugging feature on. 

off 

deactivates the debugging feature.  

Examples

Activating 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;
}

Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index