ORA-600 [1350] Reported While Fetching NLS Information
(Doc ID 1374918.1)
Last updated on JANUARY 09, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 10.1.0.2 to 11.2.0.3 [Release 10.1 to 11.2]Oracle Database - Standard Edition - Version 11.2.0.4 to 11.2.0.4 [Release 11.2]
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Information in this document applies to any platform.
Symptoms
You are attempting to run an application and get the following ORA-600 returned:
ORA-00600: internal error code, arguments: [1350], [1], [23]
The trace file shows a current sql with query on NLS related views:
----- Current SQL Statement for this session (sql_id=9s3dd4r8g32kk) -----
select T.nls_territory from fnd_territories_vl T, v$nls_valid_values V where T.nls_territory = V.value and V.parameter = 'TERRITORY'
select T.nls_territory from fnd_territories_vl T, v$nls_valid_values V where T.nls_territory = V.value and V.parameter = 'TERRITORY'
The call stack from the trace file shows functions like:
... ksulvf qerfxFetch rwsfcd qerhjFetch opifch2 kpoal8 opiodr ttcpip opitsk opiino opiodr opidrv ...
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 |