oracle- rights management system

The default user sys system scott, etc.

 sys user login oracle    

sqlplus / as sysdba 

 Login display

show user;

Create a user, and the session is granted permission

create user username identified by password;
grant create session to lisi

After you create a user login database (not landing in the login window sys, new start cmd window)

sqlplus lisi / lisi

  

 

Guess you like

Origin www.cnblogs.com/eadela/p/11417455.html