Skip Headers

Oracle9i Recovery Manager Reference
Release 2 (9.2)

Part Number A96565-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

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.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback