oracle - How can I check if a role has "grant references" on a given table? -


i've got table (myschema.mytable) want grant select , references role (myrole).

so, when logged on "sys sysdba", executed following:

grant select, references on myschema.mytable myrole; 

i can see grant permission when execute:

select * role_tab_privs role = 'myrole' 

however, doesn't seem show references privilege. need query see that?


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -