|
Used to specify connection handle
or statement handle attributes supported for initial connect-time
configuration, where
attr=value corresponds
to any of the following options:
|
|||||||
|
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 that 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:
|
USE_CACHED_CATALOG is
set to YES above.