Use the Create Distinct Type window to define the
properties for your distinct type.
Fields and controls
Authorities and privileges

To define distinct type properties:
- Open the Create Distinct Type window.
- Use the Type schema box to specify the
schema for the distinct type that you're creating.
- In the Type name field, enter a name for
the distinct type that you're creating.
- Use the Source data type box to specify
the data type that your distinct type will use.
- If you specified a data type of CHARACTER, VARCHAR, BLOB, CLOB, DBCLOB,
GRAPHIC, or VARGRAPHIC, type the length (byte count) of the distinct type that
you're creating in the Length
field.
- If you specified a data type of BLOB, CLOB, or DBCLOB, use the LOB unit box to specify a multiplier for the
length of your distinct type.
- If you specified a data type of DECIMAL:
- In the Precision field, type the
precision (total number of digits) for the distinct type.
- In the Scale field, type the scale
(number of digits to the right of the decimal) for the distinct type.
- If you specified a data type of CHARACTER, VARCHAR, or LONG VARCHAR,
select the Bit data check box to specify
that the contents of the distinct type be treated as bit (binary) data.
- Optional: In the Comment field,
document the distinct type that you're creating.