The Case option is used for case conversion when translating database names. This option does not apply to a database name if you explicitly provide its translation. The options are:
· Same - No change in case.
· Lower - Converts all uppercase characters to lowercase.
· Upper - Converts all lowercase characters to uppercase.
· Opposite - Converts all uppercase characters to lowercase, and all lowercase characters to uppercase.
The following options apply only to INTYPE files for OCI programs.
Initialization File (.c) (Optional)
Specifies the use of the C source into which the type initialization function is to be written.
Initialization Function (Optional)
Specifies the name of the initialization function generated by the OTT. If this option is omitted, the name of the initialization function is derived from the name of the initialization file.
Note
You can override these options by providing different values at OTT runtime.