E900_create user into local OEE db
Hi, wondering how to create userID in sql developer...below is the statement on how to create userID in sqlplus :
create user <name> identified by <password>;
grant connect,resource to <name>;
after creating a userID, where is this useID being stored ?
thanks