Oracle8i Backup and Recovery Guide
Release 8.1.5

A67773-01

Library

Product

Contents

Index

Prev Prev Next


debug

Syntax


Purpose

To turn RMAN's debugging feature off and on. Use this feature under the guidance of Oracle World Wide Support, since its purpose is to diagnose RMAN problems.

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



Prev

Top

Next
Oracle
Copyright © 1999 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index