Oracle® Database Recovery Manager Reference 10g Release 1 (10.1) Part Number B10770-02 |
|
|
View PDF |
deleteScript::=
Text description of deleteScript
To delete a local or global stored script from the recovery catalog.
DELETE SCRIPT
only at the RMAN prompt.Syntax Element | Description |
---|---|
|
Specifies that the script to delete is a global stored script. Otherwise, RMAN will look for a local stored script called |
|
The name of the script to delete. See Also: "CREATE SCRIPT", "EXECUTE SCRIPT", "REPLACE SCRIPT", and "LIST" for LIST SCRIPT NAMES. |
The following example deletes a stored script b_whole_10
from the recovery catalog:
rman TARGET / CATALOG rman/cat@catdb RMAN> DELETE SCRIPT b_whole_10;
If a local stored script b_whole_10
is defined, it is deleted. If no local stored script b_whole_10
is defined but a global stored script b_whole_10
is defined, the global script is deleted.