Oracle9i Recovery Manager Reference Release 2 (9.2) Part Number A96565-01 |
|
RMAN Commands , 24 of 59
To delete a stored script from the recovery catalog.
DELETE SCRIPT
only at the RMAN prompt.CREATE
SCRIPT
or REPLACE
SCRIPT
.CATALOG
command-line option or the CONNECT
CATALOG
command, and the catalog database must be open.Syntax Element | Description |
---|---|
|
Deletes the specified script. The script name must be a name used in a previous See Also: "CREATE SCRIPT" |
The following shell script deletes script b_whole_10
:
#!/usr/bin/sh rman TARGET / CATALOG rman/cat@catdb<<EOF DELETE SCRIPT b_whole_10; EOF
|
Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|