Home | Downloads | Contact Us
HyperBac for Oracle

Go to previous page Go to beginning of chapter Go to next page

RMAN Commands , 24 of 59


DELETE SCRIPT

Syntax

Text description of deleteScript.gif follows
Text description of the illustration deleteScript.gif


Purpose

To delete a stored script from the recovery catalog.

Restrictions and Usage Notes

Keywords and Parameters

Syntax Element Description

'script_name'

Deletes the specified script. The script name must be a name used in a previous CREATE SCRIPT or REPLACE SCRIPT command.

See Also: "CREATE SCRIPT"

Example

Deleting a Script: Example

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

Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.