返回顶部
首页 > 资讯 > 数据库 >Oracle SYS用户无法设置session级别的read only
  • 920
分享到

Oracle SYS用户无法设置session级别的read only

2024-04-02 19:04:59 920人浏览 独家记忆
摘要

官方文档参考: SYSDBA is used internally in the oracle database and has specialized functions. Its behavior is

官方文档参考:
SYSDBA is used internally in the oracle database and has specialized functions. Its behavior is not the same as for generalized users. For example, the SYS user cannot do a transaction level consistent read (read-only transaction). Queries by SYS will return changes made during the transaction even if SYS has set the transaction to be READ ONLY.  Therefore export parameters like CONSISTENT, OBJECT_CONSISTENT, FLASHBACK_SCN, and FLASHBACK_TIME cannot be used.

进行Oracle事务相关的实验时,要尽量使用普通用户,因为很多事务级别的设置,对于sqlplus / as sysdba连入方式无法获得正确的结果。
如果想给用户获取数据字典以方便实验的目的可给用户赋予如下权限:
GRANT CONNECT,RESOURCE,SELECT ANY DICTIONARY,SELECT ANY TABLE TO TUSER;



参考:How To Connect As SYSDBA When Using Export Or Import (文档 ID 277237.1)
您可能感兴趣的文档:

--结束END--

本文标题: Oracle SYS用户无法设置session级别的read only

本文链接: https://lsjlt.com/news/50101.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
  • Oracle SYS用户无法设置session级别的read only
    官方文档参考: SYSDBA is used internally in the Oracle database and has specialized functions. Its behavior is...
    99+
    2024-04-02
  • Oracle创建设置查询权限用户的方法
    用户创建: 今天要创建一个Oracle用户,然后发现sql不太记得了,然后只能再去找找资料,发现这样效率并不是很高,所以记录成博客,有需要就直接从博客复制。 下面是我简单整理的,有需要可以参考。 –创...
    99+
    2024-04-02
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作