Spatial Query Fails With ORA-00600 [kdsgrp1]
(Doc ID 2057125.1)
Last updated on FEBRUARY 12, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.4 and laterOracle 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
Database reporting the following error(s) in the alert.log:
ORA-00600: internal error code, arguments: [kdsgrp1], [], [], [], [], [], [], [], [], [], [], []
Incident details in: <diagnostic_dest>/diag/rdbms/<dbname>/<instname>/incident/incdir_2112559/<instname>_s000_5767_i2112559.trc
Incident details in: <diagnostic_dest>/diag/rdbms/<dbname>/<instname>/incident/incdir_2112559/<instname>_s000_5767_i2112559.trc
The internal error is raised for a Spatial query:
select * from <table_name> where SDO_WITHIN_DISTANCE(GEOM, SDO_GEOMETRY(2001, 8265, SDO_POINT_TYPE(77.670327 , 12.924859 , null), null, null), 'distance=25 unit=km')='TRUE';
and the call stack trace is rather generic for this ORA-600:
...kdsgrp1_dump qetlbr qertbFetchByRowID opifch2 opifch...
Checking for TABLE/INDEX inconsistency :-
analyze table <table_name> validate structure cascade;
table is analyzed successfully.
Changes
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 |