Create a user, grant permission and alter its password : Alter User « User Previliege « Oracle PL / SQL






Create a user, grant permission and alter its password

 

create user hr_audit identified by hr_audit;

grant create session, resource to hr_audit;

alter user hr_audit identified by oracle;

 








Related examples in the same category

1.Alter user to grant new quota value
2.Alter user to change password