Value
|
Description
|
all
|
The driver includes audit columns in all objects in the relational map.
|
standard
|
The driver includes audit columns only for standard objects in the relational map.
|
custom
|
The driver includes audit columns only for custom objects in the relational map.
|
none
|
The driver removes audit columns from all objects in the relational map.
|
Value
|
Description
|
0
|
The driver does not expose the NameID fields on custom objects and Name ID fields that are custom fields on standard objects.
|
1
|
The driver exposes the NameID fields on custom objects and Name ID fields that are custom fields on standard objects.
|
Value
|
Description
|
0
|
The driver does not change the names of any Oracle Service Cloud system columns.
|
1
|
The driver changes the names of Oracle Service Cloud system columns as follows:
Field Name MappedName
---------- ---------- Id ROWID LookUpName SYS_LOOKUPNAME CreatedTime SYS_CREATEDTIME UpdatedTime SYS_UPDATEDTIME CreatedByAccountId SYS_CREATEDBYACCOUNT_ID UpdatedByAccountId SYS_UPDATEDBYACCOUNT_ID |
Value
|
Description
|
1
|
The driver exposes the Name attribute of the NamedID fields in the relational model. Specify this setting if your application needs to access the Name strings associated with NamedID columns.
|
2
|
The driver does not expose the Name attribute of the NamedID fields in the relational model. This setting can be used to avoid "poor performing query" errors received when executing SELECT * queries against tables containing a large number of rows.
|
Value
|
Description
|
true
|
The driver maps identifiers to uppercase.
|
false
|
If set to false, the driver maps identifiers in mixed case as they exist in the object model. If mixed case identifiers are used, then they must be quoted in SQL statements because the identifier case in the driver's SQL engine is SQL_IC_UPPER.
|