【发布时间】:2016-10-11 04:53:42
【问题描述】:
我收到此错误,不知道如何解决。
在处理任何操作(查询、结构视图等)时在 SQL Developer 上执行时遇到错误:
ORA-00604: error occurred at recursive SQL level 2
ORA-01578: ORACLE data block corrupted (file # 1, block # 94646)
ORA-01110: data file 1: '+DATA/***/system01.dbf'
00604. 00000 - "error occurred at recursive SQL level %s"
*Cause: An error occurred while processing a recursive SQL statement
(a statement applying to internal dictionary tables).
*Action: If the situation described in the next error on the stack
can be corrected, do so; otherwise contact Oracle Support.
Vendor code 604
背景:
- Oracle 版本:11.2
- 平台:VirtualBox
- 安装:VirtualBox 设备
问题:
- 如何解决这个问题?
-
+/DATA/***/system01.dbf位于 linux 工作区的什么位置?
【问题讨论】:
-
您能与我们分享您的查询吗?
-
@TimBiegeleisen 这不仅仅是一个查询。即使我确实分享了它,它仍然会反映在其他 DDL/DML 查询中。