SQLPLUS OEE user creation
Hi, below is the command i used to create a new user...but the user is not administrator ,...so, how can i grant this user to be an administrator ?
create user newuser identified by password;
grant connect, resource to newuser;
thanks
0