Skip Headers
Oracle® Secure Backup Reference
Release 10.1

Part Number B14236-03
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

unset

Purpose

Use the unset command to undefine a variable.

See Also:

Syntax

unset::=

unset variable-name...

Semantics

variable-name

Specifies the name of the variable that you want to undefine.

Example

Example 2-157 unsets the drive variable.

Example 2-157 Undefining a Variable

ob> show drive
drive          tape1
ob> unset drive
ob> show drive
drive          (not set)