Oracle Connection Parameters
List of Oracle connection parameters, descriptions, default values, and supported data types.
The following sections list the required and optional Oracle connection parameters.
Required Connection Parameters
The following table lists the required connection parameters:
Parameter | Description | Default Value | Data Type |
---|---|---|---|
Connection Url | JDBC connection url. | null | STRING |
Connection User | Specifies the login name of the user for the connection. | null | STRING |
Connection Password | Specifies the password of the user for the connection. | null | STRING |
Enable Local Snapshot Table | Enable Caching while querying. | true | BOOLEAN |
Optional Connection Parameters
The following table lists the optional connection parameters:
Parameter | Description | Default Value | Data Type |
---|---|---|---|
Case Insensitive Name Matching | Match schema and table names case insensitively. | false | BOOLEAN |
Case Insensitive Name Matching Cache Ttl | Duration for which remote dataset and table names will be cached. Set to 0ms to disable the cache. | 1m | DURATION |
Allow Drop Table | Allow connector to drop tables. | false | BOOLEAN |
Oracle Synonyms Enabled | Synonyms feature enabled? | false | BOOLEAN |
Oracle Number Default Scale | Default scale for number. | 10 | INTEGER |
Oracle Number Rounding Mode | Default number rounding mode. | HALF_UP | STRING |
Oracle Varchar Max Size | Max size for varchar datatype. | 4000 | INTEGER |
Oracle Timestamp Precision | Specify the number of digits in the fractional second portion of the datetime. | 6 | INTEGER |
Generic Cache Table Ttl | TTL for cache table expiry in minutes. | 1440 | INTEGER |