Skip to content

ORA-00600: internal error code, arguments: [kxspoac : EXL 1], [23], [23], [], [], [], [], []

When user upload a xml file into schema, it was hang during upload operation and then it shows Ora-12801 error. So I focused at alert log file, it show a error message like

ORA-00600: internal error code, arguments: [kxspoac : EXL 1], [23], [23], [], [], [], [], []

The issues happen due to this error if a SQL statement fails with Ora-600 [kxspoac : EXL 1] when executed by a parallel execution slave and that SQL statement has numeric binds then you are probably seeing this bug and this is bug for Oracle 10.2.0.1, So we need to upgrade 10.2.0.4 But We can fix this errors after disable parallel query operation during session level or system level. Here I’m used to resolved  by system level operation…

Please refer

ORA-8103 and ORA-12801 On Insert Operation Within a Select (Doc ID 428694.1)

 

 

4 Comments Post a comment
  1. Samiran Banerjee's avatar
    Samiran Banerjee #

    This is absolutely great. It helps me lot in learning manythings from your blog.

    June 26, 2012
  2. sona's avatar
    sona #

    Hi,

    I have a problem starting database.
    When I start map from OWB I get this error:
    ORA-00600: internal error code, arguments: [kccpb_sanity_check_2], [2101],
    [2100], [0x0], [], [], [], []

    Anyone encounterd such a problem?

    April 9, 2013
  3. sona's avatar
    sona #

    sorry no problem in starting database.
    i have error when start one of my maps.

    April 9, 2013
  4. Shadab Mohammad's avatar
    easyoradba #

    Reblogged this on EasyOraDBA | Shadab Mohammad.

    October 21, 2015

Leave a comment