免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2416 | 回复: 3
打印 上一主题 下一主题

如何创建DBA ROLE [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-08-22 10:57 |只看该作者 |倒序浏览
本人一次遇到有人将数据库DBA ROLE删除掉了,惊讶之余 ,只好想办法恢复,经查找资料,终于完全恢复了DBA ROLE,现将恢复过程与大家共享:

用 sys/xxxx as sysdba登录sqlplus,然后执行下列语句:

SQL>; create role dba;
     
SQL>; grant all privileges to dba with admin option;
   
SQL>; grant select_catalog_role to dba with admin option;
     
SQL>; grant execute_catalog_role to dba with admin option;
     
SQL>; grant delete_catalog_role to dba with admin option;


Explanation:  
============  
  
The DBA role is created at database creation time by the "sql.bsq" script. (The "sql.bsq" script is typically found in the $ORACLE_HOME/dbs or the
$ORACLE_HOME/rdbms/admin directory.)  

Additional grants are made to dba through other scripts in the admin directory.  

For example, exp_full_database and imp_full_database in catexp.sql.

The above commands are excerpts from the "sql.bsq" script

论坛徽章:
0
2 [报告]
发表于 2003-08-25 10:10 |只看该作者

如何创建DBA ROLE

还有一个:

 grant all on map_object to dba


   可以用 grep 'dba' sql.bsq 查看

论坛徽章:
0
3 [报告]
发表于 2003-08-25 10:22 |只看该作者

如何创建DBA ROLE

原帖由 "xichenx" 发表:
还有一个:

 grant all on map_object to dba


   可以用 grep 'dba' sql.bsq 查看
   

这个权限应该已经包含在上面的命令中了吧?

论坛徽章:
0
4 [报告]
发表于 2003-08-25 13:00 |只看该作者

如何创建DBA ROLE

好笑,还有人干这种无聊的事呀!airlily扁他!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP