A script-enabled browser is required for this page to function properly.

Editing an Oracle Database Server User-Defined Datatype

Use the Stored Program Unit editor to modify existing object types and collection types.

You can edit the type specification of object types and collection types. The specification declares the attributes of the data structure. In the case of object types, the specification also specifies the optional methods that manipulate the data.

You can also edit the body of object types, which fully defines the methods and implements the specification. You can debug or replace the body without changing the type specification.

To edit the type specification of an object type or a collection type:

Or,

Or,

To edit the methods of an object type:

Or,


About the Type Wizard

Creating an Oracle Database Server user-defined datatype with the Type Wizard

Deleting an Oracle Database Server user-defined datatype