skip to main content
Part 2: The 32-Bit/64-Bit Drivers : The Oracle Wire Protocol Driver : Connection Option Descriptions : Catalog Functions Include Synonyms
  
Catalog Functions Include Synonyms
Attribute
CatalogIncludesSynonyms (CIS)
Purpose
Determines whether synonyms are included in calls to SQLProcedures, SQLStatistics, and SQLProcedureColumns.
Valid Values
0 | 1
Behavior
If set to 1 (Enabled), synonyms are included in calls to SQLProcedures, SQLStatistics, and SQLProcedureColumns.
If set to 0 (Disabled), synonyms are excluded (a non-standard behavior) and performance is thereby improved.
Notes
*This connection option can affect performance.
Default
1 (Enabled)
GUI Tab
Performance tab
See also
Performance Considerations