Name

PRINT SCRIPT

Synopsis

Displays a script that is stored in the repository catalog.

Syntax

PRINT SCRIPT [']script_name['];

Example

The following example displays a script that has been stored in the recovery catalog:

RMAN> print script full_back;

printing stored script: full_back
{
    allocate channel d1 type disk;
    backup full format '/d0102/backup/rman_%d_%U.bus' 
        database;
}

Get Oracle RMAN Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.