摘要:
SQL> create user tom identified by tom321 ; 用户已创建。 SQL> grant dba to tom ; 授权成功。 新建表空间: create tablespace YRSSMIS DATAFILE 'D:\oracle\oradata\ep\YRSSM 阅读全文
摘要:
查看当前用户权限: show grants ; show grants for current_user() ; show grants for 'user'@'%' ; 建用户赋予权限: create user 'li4' identified by 'abc123' ; grant all pr 阅读全文