Answers for "grant table oracle"

SQL
0

grant access on table in oracle

GRANT SELECT ON table_name TO {user | role};
Posted by: Guest on October-07-2021
0

oracle table privileges

SELECT * FROM DBA_TAB_PRIVS WHERE TABLE_NAME = 'MY_TABLE';
Posted by: Guest on May-07-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language