Grant CREATE SESSION privilege to a user, hr, allowing hr to log on to an Oracle database : SESSION privileges « User Previliege « Oracle PL / SQL






Grant CREATE SESSION privilege to a user, hr, allowing hr to log on to an Oracle database

 

GRANT CREATE SESSION TO hr;

--

 








Related examples in the same category

1.grant a system privilege to PUBLIC
2.GRANT CREATE SESSION TO newUserName in order to log in