返回顶部
首页 > 资讯 > 错误编码 >ORA-14103: LOGGING/NOLOGGING may not be combined with RECOVERABLE/UNRECOVERABLE ORACLE 报错 故障修复 远程处理
  • 915
分享到

ORA-14103: LOGGING/NOLOGGING may not be combined with RECOVERABLE/UNRECOVERABLE ORACLE 报错 故障修复 远程处理

报错故障LOGGING 2023-11-04 22:11:44 915人浏览 泡泡鱼
摘要

文档解释 ORA-14103: LOGGING/NOLOGGING may not be combined with RECOVERABLE/UNRECOVERABLE Cause: A statement contained both [

文档解释

ORA-14103: LOGGING/NOLOGGING may not be combined with RECOVERABLE/UNRECOVERABLE

Cause: A statement contained both [NO]LOGGING and [UN]RECOVERABLE clauses which is disallowed.

Action: Remove one of the offending clauses. [UN]RECOVERABLE is being deprecated in V8 and will be obsoleted in V9. To duplicate semantics of UNRECOVERABLE clause, create an object with NOLOGGING option and then ALTER it specifying LOGGING. To duplicate semantics of RECOVERABLE clause, create an object with LOGGING option.

ORA-14103:LOGGING / NOLOGGING与RECOVERABLE / UNRECOVERABLE不能结合使用

官方解释

ORA-14103表示在启动数据库时,用户尝试同时使用LOGGING或NOLOGGING选项和RECOVERABLE或UNRECOVERABLE选项,然而这两种操作不能同时使用。

常见案例

一般来说,作为管理员,你可能会遇到这个错误。在启动oracle数据库或进行一些操作时,你可能会尝试启用 Recovery 选项,如 LOGGING和 NOLOGGING,你可能想把RECOVERABLE和UNRECOVARABLE也给加上,但Oracle不允许你同时使用这两者,因此你可能会收到ORA-14103。

正常处理方法及步骤

Oracle不允许同时使用LOGGING / NOLOGGING和RECOVERABLE / UNRECOVERABLE选项。如果你收到这个错误,请确保你只使用一个选项。

--结束END--

本文标题: ORA-14103: LOGGING/NOLOGGING may not be combined with RECOVERABLE/UNRECOVERABLE ORACLE 报错 故障修复 远程处理

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

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

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作