Nested Table Type Designer
The Nested TableType Designer creates new nested table types.
This section covers the following topics:
Creating Nested Tables in Oracle Developer Tools
Use the Nested Table Designer to create Nested Table types.
Starting the Nested Table Designer
Start the Nested Table Designer from the Server Explorer by right-clicking the User-Defined Categories node, and selecting the New Nested Table. The Nested Table Type Designer, similar to the following appears.
Using the Nested Table Designer
The Nested Table Designer creates new nested table types.
The controls in the Nested Table Designer are as follows:
Control | Description |
---|---|
Schema name |
Select the schema for the new type. The list contains all the schemas that are available to you as defined in the Filters Tab on the Connection Dialog. By default, the schema for the new Nested Table type is the one you have logged in with. If that schema was not defined in the apply filter dialog box, then the default schema is the first schema in the sorted list of available schemas. |
Type name |
Displays the name of the new Nested Table type. By default, the name is generated in the form |
Element Properties |
This section enables you to specify properties for the element of the Nested Table type. The first property, Type, is constant. Other properties change based on the type.
|
Preview SQL |
Launches the preview SQL Dialog box which displays the |
Cancel |
Closes the dialog box without creating the Nested Table type in database. |
Help |
Launches the help page for New Nested Table dialog. |
Ok |
Adds the newly created Nested Table type to the User-Defined Types in Server Explorer and opens the Nested Table type definition in the PL/SQL editor. |