Specifies the catalog name. The catalog name is surrounded in double quotation marks.
Specifies the data service name under which the catalog is to be created.
Specifies the native catalog name. Specified when the native catalog name is not unique within the server. The native name should be used to resolve catalog name collisions between multiple data services that support catalogs. Client SQL always references the catalog via the logical catalog name (catalog) regardless of whether a native name is specified. Specifying a native name that matches the logical name does nothing.
Specifies the options to create a catalog. This option only applies to the BASE data service.
create-catalog-options ::= create-catalog-options::= conopts-configuration-list
If DRIVERdriver-name is
omitted, the default driver for the data service is assumed. Associated
options within the CONOPTS list are used
for connections using the appropriate driver. The multiple driver
syntax is not supported.
conopts-configuration-list::= CONOPTS "(" [DRIVERdriver-name] ["," driver-connection-string-option ...] ")" ...
Specifies the driver name.
Specifies the connection options that correspond to the driver which is specified in DRIVER driver-name.