My Oracle Support Banner

ORA-00600 [ktbsdp1] When Performing MV Refresh (Doc ID 1959229.1)

Last updated on JULY 29, 2019

Applies to:

Oracle Database - Enterprise Edition - Version 11.2.0.1 and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Cloud Exadata Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

An ORA-00600 [ktbsdp1] error occurs while Performing Complete Materialized View Refresh  .

SQL> EXEC dbms_mview.refresh('<SCHEMA_NAME>.<MVIEW_NAME>',method => 'C',atomic_refresh => FALSE)
BEGIN dbms_mview.refresh('<SCHEMA_NAME>.<MVIEW_NAME>',method => 'C',atomic_refresh => FALSE); END;

*
ERROR at line 1:
ORA-12008: error in materialized view refresh path
ORA-00600: internal error code, arguments: [ktbsdp1], [], [], [], [], [], [],
[], [], [], [], []
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2563
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2776
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2745
ORA-06512: at line 1

 

 SQL From Trace File:

INSERT /*+ BYPASS_RECURSIVE_CHECK APPEND  */ INTO "<SCHEMA_NAME>"."<MVIEW_NAME>" SELECT DISTINCT <COLUMN_NAME1>,
      <COLUMN_NAME1>, .....     >>>>> Check primary key columns on the table

 

 CALL STACK:

 ktbsdp <- ktbrxfer <- kdourp2 <- kdourp<- kco_issue_callback <- kcoapl..

 

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.