Performs the actions that you have specified in this notebook or window.
Cancels any unsaved changes that you made and closes this notebook or window.
Opens the Show SQL window.
Select the schema of the distinct type that you are creating. The initial value in this box is the user ID under which you connected to the database.
Type a 1 to 128 character name for the distinct type that you're creating. The name must begin with a letter, but can contain letters, numbers, and the symbols @, #, $ and _. The name must be unique among all objects within its schema. The name can be an ordinary or delimited identifier. The name cannot be the same as any reserved system keyword.
Specify the data type on which you are basing the distinct type. To specify the data type, click on the down arrow to display a list of data types and select one.
Specify the length (byte count) of the distinct type based on the specified data type.
Specify the unit corresponding to the length you specified in the Length field. The length specified cannot be larger than 2Gbytes, where 1 Gbyte is equal to 1 073 731 824 bytes. The maximum length of a DBCLOB is 1 Gbyte. This field on only available if you specify a LOB as the Source data type.
Specify the precision of a decimal number. The precision is the total number of digits, which can range from 1 to 31. If you do not specify the precision, a default value of 5 is used.
This field is available only if you specify DECIMAL as the Source data type.
Specify the scale of a decimal number. The scale is the number of digits to the right of the decimal point, and can range from 0 to the precision of the number. If you do not specify the scale, a default value of 0 is used.
This field is available only if you specified DECIMAL as the Source data type.
Select this check box if you want the contents of the distinct type to be treated as bit (binary) data. During data exchange with other systems, code page conversions are not performed. Comparisons are done in binary, irrespective of the database collating sequence.
This field is available only if you specified a data type of CHARACTER, VARCHAR, or LONG VARCHAR in the Source data type box.
Optional: Type a comment to document the distinct type that you're creating. You can type up to 254 characters, including embedded blanks.