[重庆思庄每日技术分享]-Job Failed with ORA-08102

来源:这里教程网 时间:2026-03-03 17:24:35 作者:

APPLIES TO:Oracle Database - Enterprise Edition - Version 12.1.0.2 and later

Information in this document applies to any platform.

SYMPTOMS

In alert log:

Wed Mar 20 06:01:42 2020

Errors

in file C:\APP\ADMIN\diag\rdbms\orcl\orcl\trace\orcl_cjq0_5072.trc:

<<<<<<<<<<<

<<<<<<<<<<<<<<

<<<<<<<<<<<  

ORA-08102: index key not found, obj# , file , block ()

ORA-08102: index key not found, obj# 5836, file 1, block 176249 (2)

Wed Mar 20 06:01:42 2020

Errors in file C:\APP\ADMIN\diag\rdbms\orcl\orcl\trace\orcl_cjq0_5072.trc:

Wed Mar 20 06:01:44 2020

CHANGES

CAUSE

Internal bug 5968173

SOLUTION

In order to resolve the issue either we need to recreate the database or else recreate the index sys.i_scheduler_job1 and recheck the issue.

alter index sys.i_scheduler_job1 rebuild;

相关推荐