在plsql users文件夹下选择一个用户能够看到语句sql
-- Create the user ide
create user ZHUSHUANGspa
identified by "123"it
default tablespace SDEFAULTtable
temporary tablespace STMPfile
profile DEFAULT;im
-- Grant/Revoke role privileges db
grant connect to ZHUSHUANG;tab
grant dba to ZHUSHUANG;文件
grant resource to ZHUSHUANG;
-- Grant/Revoke system privileges
grant unlimited tablespace to ZHUSHUANG;