|
Allows users
to control how data types are mapped. Note that data type mapping
will be disabled when CT_PRESERVE is set to STRICT. If the requested
type does not exist on the target database, an error is returned.
The options are:
|
|||||||
|
DEFAULT_ATTR
is used to specify connection handle or statement handle attributes
supported for initial connect-time configuration. Where
attr=value corresponds
to any of the options below:
|
|||||||
|
Requests tracing
information, which logs transaction records to an external file that
can be used for debugging purposes. The SAS Federation Server driver
writes a record of each command that is sent to the database to the
trace log based on the specified tracing level, which determines the
type of tracing information. The tracing levels are:
|
|||||||
|
Used to specify
the name of the text file for the trace log. Include the filename
and extension in single or double quotation marks. For example:
driver_tracefile='\mytrace.log' |
|||||||
|
Specifies how numbers
read from or inserted into the Oracle NUMBER column will be treated.
This option defaults to YES so a NUMBER column with precision or scale
is described as TKTS_NUMERIC. This option can be specified as both
a connection option and a table option. When specified as both connection
and table option, the table option value overrides the connection
option.
|
|||||||
|
Specifies whether to
use the cached catalog rather than compiling a new catalog on every
run. Setting this option to YES can improve the performance of the
TKTSForeignKeys API. The default setting is YES.
Note: Before you can use this option,
you must complete the following steps:
|