資源簡介
(1)打開Sqlplus,然后輸入以下代碼:
A.用戶
建立:create user ouyang identified by jxust;
授權:grant create session to ouyang;
grant create table to ouyang;
grant create tablespace to ouyang;
grant create view to ouyang;
代碼片段和文件信息
評論
共有 條評論