模式:
create user 用户名
default tablespace 表空间名;
举例:
— Create the user
create user ACCOUNT
identified by “”
default tablespace ACCOUNTTS
temporary tablespace TEMP
profile DEFAULT;
— Grant/Revoke role privileges
grant connect to ACCOUNT;
grant resource to ACCOUNT;
— Grant/Revoke system privileges
grant unlimited tablespace to ACCOUNT;
如何在oracle pl/sql 中创建用户,详情操作教程方法
模式: create user 用户名 default tablespace 表空间名; 举例: — Create the user create user ACCOU…
免责声明:文章内容不代表本站立场,本站不对其内容的真实性、完整性、准确性给予任何担保、暗示和承诺,仅供读者参考,文章版权归原作者所有。如本文内容影响到您的合法权益(内容、图片等),请及时联系本站,我们会及时删除处理。