create user chris identified by chris; : User Password « User Previliege « Oracle PL / SQL






create user chris identified by chris;

  

 grant connect, resource to chris;
  
 create user sean identified by sean;
  
 grant connect, resource to sean;
  
 create user mark identified by mark;
  
 grant connect, resource to mark;
  
  

   
  








Related examples in the same category

1.Change User password
2.make a password expire with the ALTER USER command
3.Alter user to change the password
4.Drop the user if it exists
5.Get user name from all_users
6.Unassign Role from User
7.Remove user