oracle用户登录
普通用户登录:sqlplus 用户名/密码
创建用户:create user 用户名 identified by 密码
创建用户后,需要给用户赋予权限 : grant connect,resource,dba to 用户;