| Oracle9i Recovery Manager Reference Release 1 (9.0.1) Part Number A90136-02 | 
 | 
RMAN Commands , 24 of 60

To delete a stored script from the recovery catalog.
DELETE SCRIPT only at the RMAN prompt.
CATALOG command-line option or the CATALOG command, and the catalog database must be open. A connection to the target database is not required.
| 'script_name' | 
Deletes the specified script. The script name must be a name used in a previous  See Also: "CREATE SCRIPT" | |
This example deletes the script b_whole_10: 
DELETE SCRIPT b_whole_10;
| 
 |  Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. | 
 |