Granting access to system catalog views
Grant access to SELECT_CATALOG_ROLE
GRANT SELECT_CATALOG_ROLE TO tonic;Grant access to SELECT ANY DICTIONARY privilege
GRANT SELECT ANY DICTIONARY TO tonic;(Not recommended) Grant access to ALL_* catalog views and DBA_* views
GRANT SELECT ON DBA_DATAPUMP_JOBS TO tonic;
GRANT SELECT ON DBA_PDBS TO tonic;
GRANT SELECT ON DBA_REGISTRY_SQLPATCH TO tonic;
GRANT SELECT ON DBA_ROLES TO tonic;
GRANT SELECT ON DBA_SEGMENTS TO tonic;
GRANT SELECT ON DBA_TABLESPACES TO tonic;Last updated
Was this helpful?