SQL> create user <username> identified by <password> default tablespace <tablespace name> temporary tablespace <tablespace name>You then need to grant appropriate roles to the user for example, session, connect, resource:SQL> grant connect to <username>;
No comments:
Post a Comment
Please feel free to leave a comment