Like

Monday, 3 December 2018

Create new user SQLPlus

1. Open Command Prompt -> Run As admin
2. Type : sqlplus / as sysdba
3. Type : create user username identified by password;
4. Type : grant connect, resource to username;

Account Created for SQL Developer