odmdrop Command

Purpose

Removes an object class.

Syntax

odmdrop -o ClassName

Description

The odmdrop command removes an entire object class and all of its objects. No checking is done to see if other object classes are linked to this one.

Flags

Item Description
-o ClassName Specifies the object class to remove.

Security

Attention RBAC users and Trusted AIX® users: This command can perform privileged operations. Only privileged users can run privileged operations. For more information about authorizations and privileges, see Privileged Command Database in Security. For a list of privileges and the authorizations associated with this command, see the lssecattr command or the getcmdattr subcommand.

Example

Assuming that an object class named MyObjectClass exists, the following command removes the object class:

odmdrop -o MyObjectClass