ORA-600[qcscbndv1], [65535, ORA-600[Kghssgfr2], ORA-600[17112] Instance Failure
(Doc ID 1311230.1)
Last updated on JANUARY 30, 2022
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.2 and laterInformation in this document applies to any platform.
Symptoms
This issue was observed on Oracle 11.2.0.2 64-bit on a Linux x86_64 server
Problem Description
Multiple ORA-600 errors, followed by memory corruption errors, and possible instance failure.
ERRORS:
ORA-00600: internal error code, arguments: [qcscbndv1], [65535], [], [], [], [], [], [], [], [], [], []
and
ORA-00600: internal error code, arguments: [17112], [0x4E34006F8], [], [], [], [], [], [], [], [], [], []
And other ORA-600[17nnn] or ORA-600[kghxxxx] errors.
and
ORA-00600: internal error code, arguments: [17112], [0x4E34006F8], [], [], [], [], [], [], [], [], [], []
And other ORA-600[17nnn] or ORA-600[kghxxxx] errors.
The trace file shows a failing select statement with many thousands of bind variables.
SELECT column1, column2, . . . . .
FROM table_name
WHERE <where_clause>
AND NOT(
column1 = :4 OR
column1 = :5 OR
column1 = :6 OR
. . . .
column1 = :65534 OR
column1 = :65535 OR
column1 = :65536 OR
column1 = :65537 OR
column1 = :65538 OR
. . . . . < continues>
FROM table_name
WHERE <where_clause>
AND NOT(
column1 = :4 OR
column1 = :5 OR
column1 = :6 OR
. . . .
column1 = :65534 OR
column1 = :65535 OR
column1 = :65536 OR
column1 = :65537 OR
column1 = :65538 OR
. . . . . < continues>
Changes
This SQL statement with the many bind variables will never have run successfully before.
It will be new development, or newly generated SQL.
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 |
Changes |
Cause |
Solution |
References |