UseDBAMetadataViews Parameter (Connect-OracleOci Cmdlet)
Query meta data from DBA_.. system views instead of ALL_.. system views.
Syntax
Connect-OracleOci -UseDBAMetadataViews SwitchParameter
Data Type
bool
Default Value
false
Remarks
By default, the cmdlet queries meta data for the objects accessible to the current user. If the UseDBAMetadataViews property is set to true, then the cmdlet will query meta data for all respective objects in the database.
This option will not work if current user has insufficient privileges to access DBA_.. system views.