User Previliege Oracle PLSQL

create user rntsoft identified by password;
grant create session, dba to rntsoft;
connect rntsoft/password;
--DROP USER rntsoft;