WebI am getting the message "This application requires that you have been granted the SELECT ANY DICTIONARY priviledge...." when I try to connect to an Oracle 10.1.0.4.0 database. This site is currently read-only as we are migrating to Oracle Forums for an improved community experience. WebSep 3, 2009 · those select users whom you might want to grant privilege to view the data dictionary, there is the SELECT ANY DICTIONARY privilege that will allow them to bypass the setting of the 07_DICTIONARY_ACCESSIBILITY setting and access the data dictionary. SQL> connect sys/xxxxxxxx as sysdba SQL> grant select any dictionary to …
Managing Security for Definer
WebSep 3, 2009 · those select users whom you might want to grant privilege to view the data dictionary, there is the SELECT ANY DICTIONARY privilege that will allow them to … WebFeb 23, 2024 · The init.ora O7_DICTIONARY_ACCESSIBILITY is still available in versions 9i,10g&11g, as well as the SELECT_CATALOG_ROLE role. A new system privilege, … smart grid exotica
sql - Oracle select privilege on DBA_ROLES - Stack Overflow
WebGrant this role to allow users SELECT privileges on data dictionary views. EXECUTE_CATALOG_ROLE. Grant this role to allow users EXECUTE privileges for packages and procedures in the data dictionary. … WebMay 27, 2024 · 2 Answers. That would be DBA_TAB_PRIVS for all objects or USER_TAB_PRIVS for the objects the current user is the owner, grantor, or grantee of. A good thing with the dictionary is that you can select from it, literally. For example (which is kind of unreadable because I set columns to fit the screen; GUI is better for that): WebDescription ALL or ALL PRIVILEGES Grants all the appropriate privileges, except CONTROL, on the base table, view, or nickname named in the ON clause. If the authorization ID of the statement has CONTROL privilege on the table, view, or nickname, or ACCESSCTRL or SECADM authority, then all the privileges applicable to the object … smart grid data analytics market