加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

TOAD与Oracle DB 12c

发布时间:2020-12-12 14:13:58 所属栏目:百科 来源:网络整理
导读:ORA-01031 When Connecting To A 12c Database With Toad (文档 ID 1958777.1) SOLUTION Access to SYS.USER$ has been restricted in Oracle 12c (as documented here) The issue can be resolved by granting access to the SYS.USER$ table to the releva


ORA-01031 When Connecting To A 12c Database With Toad (文档 ID 1958777.1)


SOLUTION

Access to SYS.USER$ has been restricted in Oracle 12c (as documented here)

The issue can be resolved by granting access to the SYS.USER$ table to the relevant account:

GRANT SELECT ON SYS.USER$ TO <user>;


For further assistance,please contact the software vendor as this is specific to Toad (not Oracle)

另注:这其实是Oracle 12c的一个特性:

(https://docs.oracle.com/database/121/DBSEG/release_changes.htm#DBSEG000)
SELECT ANY DICTIONARY Privilege No Longer Accesses Some SYS Data Dictionary Tables

For better security,theSELECT ANY DICTIONARYsystem privilege no longer permits you to query theSYSschema system tablesDEFAULT_PWD$,ENC$,0); line-height:1.615; padding:0px; background-color:transparent">LINK$,0); line-height:1.615; padding:0px; background-color:transparent">USER$,0); line-height:1.615; padding:0px; background-color:transparent">USER_HISTORY$,0); line-height:1.615; padding:0px; background-color:transparent">CDB_LOCAL_ADMINAUTH$,andXS$VERIFIERS. Only userSYShas access to these tables,but userSYScan grant object privileges (such asGRANT SELECT ON USER$ TO sec_admin) to other users.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读