Mega Code Archive

 
Categories / Oracle PLSQL / User Previliege
 

Use a password when a role is authorized by the database

CREATE ROLE clerk IDENTIFIED BY password; drop row clerk;