1 | select * from dba_tab_privs where grantee='SCOT'; ---查看SCOTT权限(sys用户登录) |
1 | select * from dba_role_privs where grantee='SCOT'; --查看SCOTT角色 |
1 | alter user scott account unlock; --解锁表 |
1 2 3 | grant connect to scott; --连接数据库权限 grant resource to scott; --授予创建表等基本权限 grant dba to scott; --授予DBA权限 |
1 | drop tablespace 表空间名称; |
张兴康 发表于 2016-12-30 13:46
此贴最后一个回复
欢迎光临 度量快速开发平台-专业、快速的软件定制快开平台 (http://bbs.delit.cn/) | Powered by Discuz! X3.2 |