Applies to:
Oracle Server - Enterprise Edition - Version: 9.0.1.0.0 to 10.1.0.2
This problem can occur on any platform.
Symptoms
1) You restored the database from backup and did an incomplete recovery.
2) Opened the database with resetlogs.
3) After opening the database, you start getting following errors:
ORA-00600 [kclchkblk_4]
ORA-00600 [2662]
4) Stack trace is:- kclchkblk kcbzib kcbgcur ktfbhget ktftfcload
Cause
1) Error, ORA-600[KCLCHKBLK_4], is signaled because the SCN in a tempfile block
is too high. The same reason caused the ORA-600[2662]s in the alert logs.
2) This issue is because the tempfiles may not get reinitialized during open
resetlogs.
Solution
1) First find the tempfiles in the database:
select file_name, file_id from dba_temp_files;
2) Startup mount.
3) Drop all the tempfiles:
alter database tempfile drop;
4) Alter database open;
5) Add new tempfile(s).
alter tablespace add tempfile size N;
5) Restart the instance.
分享到:
相关推荐
**解决办法:** 类似于ORA-00600[2662]的处理方法,可以尝试使用`_ALLOW_RESETLOGS_CORRUPTION`参数强制启动,并清空REDOLOG文件。 ##### 1.5.3. REDOlog问题导致ORA-600[kcrfr_update_nab_2] 当REDOlog文件存在...
标题中的问题“ORACLE SYS.DBMS_REGISTRY_SYS has errors”指的是在Oracle数据库系统中,系统包BODY `SYS.DBMS_REGISTRY_SYS` 出现错误,导致了一系列的PL/SQL调用失败。这种错误通常与数据库的元数据注册功能有关,...
标题“SPAWC2017_CS_robust_sync_errors-master_northbit_mimo_”表明这是一份关于SPAWC(Space-Time Processing for Wireless Communications)2017年会议中的一个研究项目,重点关注在MIMO(Multiple-Input ...
然而,当出现错误“ORA-04063: package body 'SYS.DBMS_REGISTRY_SYS' has errors”时,表明`DBMS_STATS`包或与其相关的`SYS.DBMS_REGISTRY_SYS`包体存在错误,这可能对数据库性能和正常操作造成影响。 **问题症状*...
4 - TCG_Storage-Opal_Test_Cases_1-00_1-00-Final The test cases do not define ... If multiple errors are encoded, the device SHALL take the appropriate action based on one of the errors that occurred.
This document may be used with the permission of Wi-Fi Alliance under the terms set forth herein. By your use of the document, you are agreeing to these terms. Unless this document is clearly ...
This only affects Oracle Real Application Clusters and can be reported in ASM as well as database instances. The issue was introduced in Oracle 10.2.0.4 so earlier versions are not affected Possible ...
The 2010 edition corrects errors in the 2006 edition, and adds a new message to say that a previously reported problem has been cleared. The 2010 edition is bookmarked for easier use. The download ...
`sird_covid_sse2.m`文件名中的"SSE"通常指"Sum of Squared Errors"(误差平方和),这可能是计算模型拟合度的一个部分,用于评估模型对实际数据的适应性。`license.txt`则是关于软件许可的文件,详细说明了代码的...
"ORACLE-ERRORS.zip_oracle"这个压缩包文件包含了Oracle错误的一览表,为数据库管理员和开发者提供了便捷的查询工具。 Oracle错误信息通常以“ORA-”开头,后面跟着四位或五位数字,例如"ORA-00001"、"ORA-12154"等...
5. **错误处理**:`uamqp.errors`模块定义了一系列的异常类,帮助开发者处理可能出现的错误,如`AMQPError`、`LinkDetach`等。 除了基本的AMQP操作,`uamqp`库还提供了高级特性,如批量发送、预接收消息、自动重试...
- FIX: In "Windows ClearType" font rendering mode (OS Windows mode) the "garbage" pixels can appear from the right and from the bottom sides of the painted rectangle of the TFlexText object....
PCI-SIG disclaims all warranties and liability for the use of this document and the information contained herein and assumes no responsibility for any errors that may appear in this document, nor ...
errors = [0.1, 0.1, 0.1, 0.1, 0.1] m = iminuit.Minuit(func, a=1, b=0, error_a=0.1, error_b=0.1) m.migrad() # 运行MIGRAD算法 print(m.values) # 输出最佳拟合参数 print(m.errors) # 输出参数的误差 `...
-max_error_rate ratio of errors (0.0: no errors, 1.0: 100% error maximum error rate -bits_per_raw_sample number set the number of bits per raw sample -vol volume change audio volume (256=normal) Per-...
SCGCQ00531245 (ENHREQ) - Display the NCQ enabled/disabled status of every SATA disk drive in output of StorCLI and MegaCLI SCGCQ00552754 (ENHREQ) - RAID CLI to display the Patrol Read Start Time SCGCQ...
11936460 ERRORS WHEN JAVAVM JIT CALLS METHODS WITH MANY ARGUMENTS 12658755 ORA-7445 [EOACCESS_IU()+1412] COMPILING JAVA THEN RE-EXECUTING IN SESSION STATE 12916550 ORA-7445 [JOE_RUN_VM] 13023632 ...
7. **错误处理** - 通过`errors`和`logs`文件夹,我们可以了解框架如何处理运行时错误,如何记录错误日志,以及如何向用户反馈错误信息。 **学习与实践** 对于初学者来说,通过阅读和理解这个源码,可以提升对PHP...
系统有时候js报错了都没提示出来,排除问题比较难,该插件就可以解决这个问题。开发人员使用起来比较方便,便于快速定位报错的地方,jsp或者js中的语法错误或者异常问题一目了然。