创建用户、授权
create user user_name identified by user_password default tablespace tablesapce_name;
grant resource,connect,dba to user_name;
创建用户、授权
create user user_name identified by user_password default tablespace tablesapce_name;
grant resource,connect,dba to user_name;