DBA角色不存在


select * from dba_roles where role='DBA';

查看是否有DBA角色,没有就创建

create role DBA;

之后授权就可以了

grant DBA to tfr

revoke DBA from tfr



本文转自aaa超超aaa 51CTO博客,原文链接:http://blog.51cto.com/10983441/1770553

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-12
  • 2021-09-06
  • 2022-12-23
  • 2021-11-17
猜你喜欢
  • 2021-06-28
  • 2022-12-23
  • 2022-02-06
  • 2021-10-22
  • 2022-12-23
  • 2022-01-21
  • 2021-12-12
相关资源
相似解决方案