Grant permission for a table to a user : Table privileges « User Previliege « Oracle PL / SQL






Grant permission for a table to a user

 

grant select on mytable to scott with grant option;

 








Related examples in the same category

1.Table privileges: SELECT, ALTER, DELETE, INSERT, and UPDATE
2.Grant with user name and table name
3.Grant the CREATE TABLE privilege to DROPME
4.Grant select on a table with synonym