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

rmclass

Purpose

Use the rmclass command to remove a user class from an administrative domain.

See Also:

Prerequisites

You must have the modify administrative domain's configuration right to use the rmclass command. The class must be empty, that is, have no users, to be deleted.

Syntax

rmclass::=

rmcl•ass [ --nq ] classname ...

Semantics

--nq

Does not display a confirmation message. If you do not specify this option, then the command displays a confirmation message. The message is described in "Command Execution in Interactive Mode".

classname ...

Specifies the name of the class to delete.

Example

Example 2-126 confirms that the bkup_admin class exists, deletes it, and then confirms that the class is deleted.

Example 2-126 Removing a Class

ob> lsclass bkup_admin
bkup_admin
ob> rmclass --nq bkup_admin
ob> lsclass bkup_admin
Error: class bkup_admin - name not found