Online Documentation for SQL Manager for Oracle
Setting table properties
Use the Table tab of Table Editor to specify new table properties.
Table name
Specify the name of the table to be created. Note that the table name must be unique within its schema.
Schema
Use the drop-down list to specify the schema in which the table will be created.
Organization
This group allows you to specify the order in which the data rows of the table are stored:
Type information
Object table
Defines that an object table (which is a table that uses an object type for a column definition) should be created. An object table is explicitly defined to hold object instances of a particular type.
Owner
Use the drop-down list to select the schema in which the object type is located.
Type
Use the drop-down list to select the object type that will be used by the object table.
The columns of an object table correspond to the top-level attributes of type which is specified in the Type field. Each row will contain an object instance, and each instance will be assigned a unique, system-generated object identifier when a row is inserted.
The properties below vary according to the selected table organization type. For details see Table Properties.
To compile the object, use the corresponding Compile item of the Navigation bar or toolbar.