UseDBAMetadataViews
Query meta data from DBA_.. system views instead of ALL_.. system views.
Data Type
bool
Default Value
false
Remarks
By default, the provider queries meta data for the objects accessible to the current user. If the UseDBAMetadataViews property is set to true, then the provider 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.