Ora-600[ Kghbigghs:Ds] executing queries from Dynamic Performance (V$) Views
(Doc ID 406950.1)
Last updated on OCTOBER 01, 2019
Applies to:
Oracle Database - Enterprise Edition - Version 9.2.0.1 to 10.2.0.4 [Release 9.2 to 10.2]Information in this document applies to any platform.
This problem can occur on any platform.
Symptoms
ORA-00600: internal error code, arguments: [kghbigghs:ds], [0x7AD26DEC], [], [], [], [], [], []
executing a query from multiple V$ performance views that contain a join and/or sort.
example query:
select optimizer_cost cost from V$SQL sql, V$OPEN_CURSOR csr, V$SESSION ses where sql.hash_value
= csr.hash_value and sql.address = csr.address and csr.sid = ses.sid and ses.audsid =
userenv('SESSIONID') and sql.sql_text like :thesql order by ...
Stack Trace includes: kghbigghs kghghs kgligo kglic0 kqlfto ...
Changes
NONE
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 |