IncludeSynonyms Parameter (Connect-OracleOci Cmdlet)
Query metadata for synonyms as though they are the original tables.
Syntax
Connect-OracleOci -IncludeSynonyms bool
Data Type
bool
Default Value
true
Remarks
By default, the cmdlet maps synonyms to their parent tables. It queries columns and their primary/foreign key metadata as if they were the regular tables.
If this property is set to false, then the cmdlet does not list table and view synonyms.
Setting this property to false improves metadata performance. Consider doing so if you do not need to request metadata of synonyms automatically.