IncludeSynonyms
Specifies whether metadata is queried for synonyms as though they are the original tables.
データ型
bool
デフォルト値
true
解説
In an Oracle OCI database, a synonym is an alternate name for a table or view.
When this connection property is set to True (the default), the connector exposes synonyms as their own tables with identical metadata. Queries targeting these synonym tables query the same underlying Oracle OCI objects as the tables they are synonyms of.
When this connection property is set to False, the connector does not list table and view synonyms. Since the connector does not need to resolve which synonyms correspond to which objects in the Oracle OCI database, this improves metadata performance.