ORA-00600 occurs on an extract from a large xmlType column

When running the extract() function where search criteria has been specified (for an existing node), I receive the following error:
ORA-00600: internal error code, arguments: [qmxdMatchingChildren:overflow-1],[], [], [], [], [], [], []
However, if I remove the search criteria, the fragment returns no error.
Both queries have been working successfully on smaller documents.
Example with criteria:
SELECT extract(tab.xml_text,'//item[@val="2.1.2.2"]') ITEM
FROM CUR.ITEMS tab
WHERE item_id =271;
Example without criteria:
SELECT extract(tab.xml_text,'//item') ITEM
FROM CUR.ITEMS tab
WHERE item_id =271;
I'm estimating that the document inside the xmltype column is 4MB.
The database is Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production With the Partitioning, OLAP and Data Mining options.

Jennifer,
You may be encountering the following bug:
Bug# 3617191 See Note 3617191.8
OERI[qmxdmatchingchildren:overflow-1] using EXTRACT from large XML document
Fixed: 10.1.0.4, 10.2

Similar Messages

  • Issue with extractvalue from table with XMLTYPE column.

    I'm sure there is a simple answer but I am having problems
    retrieving data from an xmltype column type.
    I have two tables
    descr dab_xmlName
    TABLE of XMLTYPE
    descr dab_testName
    A NUMBER
    AB NUMBER
    DATA CLOB
    DATA2 VARCHAR2(1600)
    MYXML XMLTYPE
    I have inserted the Oracle example XML purchaseOrder.xml into both dab_xml
    and the myxml column in dab_test.
    When I run the following:
    SELECT extractvalue(OBJECT_VALUE, '/PurchaseOrder/Reference')
    FROM dab_xml;
    SBELL-2002100912333601PDT is returned
    When I run this:
    SELECT extractvalue(OBJECT_VALUE, '/PurchaseOrder/Reference')
    FROM (select myxml from dab_test);
    ERROR at line 1:
    ORA-00904: "OBJECT_VALUE": invalid identifier
    Why are the two different?
    Any help will be appreciated.
    Regards,
    David

    In short you want
    SELECT extractvalue(myxml, '/PurchaseOrder/Reference')
    FROM dab_test;This difference is that for dab_xml, there are no columns defined for the table, therefore you are [OBJECT_VALUE|http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/pseudocolumns006.htm#sthref830] as an alias for a non existent column.
    With dab_test, you have a column that contains the XML so you need to use that column name instead of OBJECT_VALUE.

  • Problem deleting from table with xmltype column

    Hi,
    Using a standard, simple screen (generated from JHeadstart), I don't seem to be able to delete from a table including an xmltype column. I have tried it even with a very simple mock table with only one column, an xmltype column, and every time I check the "delete" box and click "save", I get the following error:
    oracle.jbo.RowInconsistentException: JBO-25014: Another user has changed the row with primary key oracle.jbo.Key[33 ].
    I have tried this in the JDeveloper application module tester too and the result is the same.
    Is it possible to delete a row from a table with an xmltype column? Am I doing something wrong? Is there something special needs done?
    As I say, I did this with a one-xmltype-column table using the "Business Components from Tables" wizard, accepting all the defaults.
    Thanks,
    Darren

    In short you want
    SELECT extractvalue(myxml, '/PurchaseOrder/Reference')
    FROM dab_test;This difference is that for dab_xml, there are no columns defined for the table, therefore you are [OBJECT_VALUE|http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/pseudocolumns006.htm#sthref830] as an alias for a non existent column.
    With dab_test, you have a column that contains the XML so you need to use that column name instead of OBJECT_VALUE.

  • Multiple Extracts from One Large Document

    I receive a large (approx 450 pages) PDF document bi-weekly listing data on our 400 employees.  Each page lists one employee with some employees having 2 or 3 pages devoted to them.  The employees are sorted by Employee ID Number.  I need to send each supervisor the appropriate pages for each employee they supervise.  This is done by e-mail.  Supervisors supervise between 1 and 30 employees.
    I need to identify where the appropriate employee is and extract the approrpiate page(s) to the supervisor's file folder in preparation to e-mailing to the employee.  In some cases, the employees for each supervisor might be contigious but most often not.
    An added complication is that employees come and go and may change supervisors.  So, an automated process for each report cannot be easily duplicated.
    How do I do what I need to do in the easiest fashion possible?

    I think that the easiest solution would be to receive the information as 400 separate documents, because then the problem would be reduced to sorting.
    Barring that, if you have a lot of disk space, one possible solution would be to maintain a DOS-style batch file that would create 400 copies of the large PDF in the correct file folders and with the correct filenames.  Each line of the batch file would read something like "copy large.pdf supervisor1\employee1".  The batch file would live in the same folder with the original large PDF; assume that you would navigate to that directory before running the batch in the Windows DOS emulator (Command Prompt).  Before running the batch file, you would need to edit it in Notepad (or other) to account for supervisor or staff changes.  (If you maintain information from week-to-week in the same directories, you might want to make corresponding changes/additions/deletions to the collections of PDF files under each supervisor name.)  After you run the batch file, you would have the not very pleasant task of opening each PDF and deleting the pages you don't need, that is, preserving the pages for the relevant employee.
    Or, check the market for an application or Acrobat plug-in that would allow you to accomplish the multiple extracts more elegantly.

  • Seaching a text from a large description column

    Hi,
    I have to search a text in a description column which is of Clob type.
    For eg. I have to search for words 'january' and 'february' in the description column which contains around 1000 word description of each item.
    I am using 'like' but it is taking too much time. I do not wish to index that column.
    Is there any other way other than using 'Like' to search data.
    Thanks,
    Rahul

    I do not wish to index that column.Why not?
    You could use CONTAINS/Text Query, however you'll need an index then.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:350017644883
    http://download.oracle.com/docs/cd/B19306_01/text.102/b14218/csql.htm#CCREF0104

  • ORA-00600: internal error code, arguments: [12333], [0], [0], [0], [], [],

    ORA-00600: Occurred in production database. I did not contact oracle support yet, because I know they will ask to upgrade or apply a patch. I want do that as a last resort. Do you see any other reason for this ORA-600 error or solution?
    Thanks.
    part of trace file:
    Dump file /tmp/rmsdv84_ora_11548.trc
    Oracle8i Enterprise Edition Release 8.1.7.2.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.2.0 - Production
    ORACLE_HOME = /usr/oracle/product/8.1.7
    System name:     SunOS
    Node name:     fcdb239
    Release:     5.8
    Version:     Generic_108528-12
    Machine:     sun4u
    Instance name: RMSDV84
    Redo thread mounted by this instance: 1
    Oracle process number: 32
    Unix process pid: 11548, image: oracle@fcdb239 (TNS V1-V3)
    *** SESSION ID:(34.1296) 2003-01-23 16:46:43.524
    *** 2003-01-23 16:46:43.524
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [12333], [0], [0], [0], [], [], [], []
    Current SQL statement for this session:
    SELECT OWNERID FROM PS.PSDBOWNER WHERE DBNAME=:1
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedmp()+168 CALL ksedst()+0 230 ? 1 ? FFBED080 ?
    FFBECB24 ? FFBECB08 ? 0 ?
    kgeriv()+196 PTR_CALL 00000000 3 ? 0 ? 0 ? 258 ? 1 ? 302D ?

    ORA-00600 12333 usually means there was a communications error between the client and server. If you kill a session or perform a shutdown while a users connected you could potentially get this error. There's other reasons too. I think you're probably right that Oracle support will tell you to upgrade if you file a TAR with them.
    Did this error crash your database or does it happen frequently? If the answer is no then I wouldn't worry about it unless the end user has said something about it. If this is a problem then I'd contact Oracle support.
    I'm also running 8.1.7.2 and get maybe 1-2 of these errors a month from the same PC. In our case this error didn't correspond with a database shutdown or a killed session. We also tried reinstalling the client software and this didn't fix it either. I think our error may be because of this one PC being on a very old part of our network that probably needs upgrading.

  • Ora-00600 error from dev6i on linux database

    hi all,
    i am encountering ora-00600 while compiling forms 6i on linux db 10g. It is also not picking any query from dual in dev6i. while everything is working fine on toad and sqlplus. The client machine is xp. Whats wrong with it and how it can be solved ?

    server: redhat enterprise linux AS / db 10g
    client: windows xp / developer6i
    yes sqlplus is quering the dual properly, for example sysdate. But i can't get the sysdate from in forms6i installed under xp. Even the procedure builder in 6i is not returning the sysdate from dual. the error message is
    ora-00600: internal error code, arguments [17069], [36376872].......
    the .fmx executables are running properly and returning the sysdate, but everytime i open the form module for modification, three program units throw the exception ora- 00600 and all have multliple queries for dual.
    i even restarted the database on linux and form builder 6i on xp, now i am thinking of restarting both OS.
    Forms 9iDS is not encountering this problem, whats wrong with 6i ?
    Message was edited by:
    zaibiman

  • Ora-00600 while Refreshing data from Source DB

    Hi Folks,
    Actually i have an ODS system on Target database which has Mappings to source DB. Both DBs are 10.1.0.4.
    Most of the refreshes are susccuful excpet for one large mapping.
    I got this in the Source DB alert.log :
    ## Mon Jun 16 12:21:38 2008
    ## Errors in file /oracle/admin/PPRD/bdump/pprd_mmon_1911.trc:
    ## ORA-00600: internal error code, arguments: [ktte_verify_tsth], [], [], [], [], [], [], ## []
    ## Mon Jun 16 12:21:42 2008
    ## Restarting dead background process MMON
    ## MMON started with pid=45, OS id=17487
    ## Mon Jun 16 12:21:45 2008
    ## Errors in file /oracle/admin/PPRD/bdump/pprd_mmon_17487.trc:
    ## ORA-00600: internal error code, arguments: [ktte_verify_tsth], [], [], [], [], [], [], ## []
    When i logged an SR with Oracle, they didn't help me because the DB is no longer supported ( 10.1.0.4 ) !
    The metalink has some bugs that hit this issue but the problem that this used to work fine.
    My servers are on Solaris Sparc 64-bit
    Please advise Gurus,
    Cheers,
    Feras

    Hi,
    We have a BANNER system which uses a cross product called ODS ( Operational Data Storage ) . ODS is a datawarehouse DB and we run ETL Jobs to refresh data from source DB to ODS database. Jobs which contains PL/SQL insert/update/delete code. When we run one of the heavy refresh processes, we face the issue above.
    Please Advise,
    Cheers,
    Feras

  • ORA-00600: internal error code, arguments: [17119]

    Hi Techies,
    I've got a lot of ORA-00600: internal error code, arguments: [17119] showing in my alertlogs and trace files. Users were unable log on, sunsequently the database crashed.
    has anyone come accross such events and how was it solved? There are no activities that I can pin point to the time of occurance.
    Extract of the trace file is as follows:
    *** SERVICE NAME:(SYS$BACKGROUND) 2009-09-10 15:14:56.386
    *** SESSION ID:(293.34537) 2009-09-10 15:14:56.386
    ********** Internal heap ERROR 17119 addr=(nil) *********
    HEAP DUMP heap name="" desc=0x2112183f0
    extent sz=0x11218990 alt=19392 het=0 rec=0 flg=0 opc=0
    parent=0x25eac5898 owner=0x2112182f8 nex=(nil) xsz=0x0
    Hla: 1
    *** 2009-09-10 15:14:56.386
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [17119], [0x000000000], [], [], [], [], [], []
    No current SQL statement being executed.
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedst()+31 call ksedst1() 000000000 ? 000000001 ?
    7FBFFF8430 ? 7FBFFF8490 ?
    7FBFFF83D0 ? 000000000 ?
    ksedmp()+610 call ksedst() 000000000 ? 000000001 ?
    7FBFFF8430 ? 7FBFFF8490 ?
    7FBFFF83D0 ? 000000000 ?
    ksfdmp()+21 call ksedmp() 000000003 ? 000000001 ?
    7FBFFF8430 ? 7FBFFF8490 ?
    7FBFFF83D0 ? 000000000 ?
    kgeriv()+176 call ksfdmp() 000000003 ? 000000001 ?
    7FBFFF8430 ? 7FBFFF8490 ?
    7FBFFF83D0 ? 000000000 ?
    kgesiv()+119 call kgeriv() 006618F40 ? 006680C70 ?
    000000000 ? 000000000 ?
    7FBFFF83D0 ? 000000000 ?
    kgesic1()+155 call kgesiv() 006618F40 ? 006680C70 ?
    0000042DF ? 000000001 ?
    7FBFFF91B0 ? 000000000 ?
    kgherror()+986 call kgesic1() 006618F40 ? 006680C70 ?
    0000042DF ? 000000002 ?
    000000000 ? 000000001 ?
    kghpih()+106 call kgherror() 006618F40 ? 2112183F0 ?
    0000042DF ? 000000000 ?
    000000000 ? 000000000 ?
    kghfex()+49 call kghpih() 006618F40 ? 2112183F0 ?
    000000001 ? 000000000 ?
    000000000 ? 000000000 ?
    kghfrx()+42 call kghfex() 006618F40 ? 2112183F0 ?
    000000001 ? 000000000 ?
    000000000 ? 000000000 ?
    kghfrunp()+2456 call kghfrx() 006618F40 ? 2112183F0 ?
    000000001 ? 000000000 ?
    000000000 ? 000000000 ?
    kghfnd()+1042 call kghfrunp() 006618F40 ? 06003C460 ?
    000001000 ? 06003DB50 ?
    06003DCB8 ? 000000000 ?
    kghalo()+587 call kghfnd() 006618F40 ? 000000018 ?
    06003C460 ? 0600222E0 ?
    000001000 ? 000000000 ?
    kghgex()+598 call kghalo() 000000000 ? 06003C460 ?
    000000FE8 ? 000000FE8 ?
    000001000 ? 000001000 ?
    kghfnd()+667 call kghgex() 006618F40 ? 000000000 ?
    25DAA9998 ? 000002000 ?
    25DAA99E4 ? 000000000 ?
    kghalo()+587 call kghfnd() 006618F40 ? 000000000 ?
    25DAA9998 ? 000000FD8 ?
    2A00000FD8 ? 000000000 ?
    kghgex()+598 call kghalo() 000000000 ? 25DAA9998 ?
    000000FA8 ? 000000FA8 ?
    000000FD8 ? 000000FD8 ?
    kghalf()+521 call kghgex() 006618F40 ? 000000000 ?
    17A7A79B0 ? 000003000 ?
    17A7A79FC ? 000000000 ?
    kghalp()+3013 call kghalf() 006618F40 ? 17A7A79B0 ?
    000000038 ? 000000001 ?
    000000000 ? 0059A9404 ?
    qcsAddSqlPath()+107 call kghalp() 006618F40 ? 17A7A79B0 ?
    Any helps would be grately appreciative.
    Kind Regards
    Newbie..

    Go to metalink and use the ORA-600 lookup table, if nothing help, then open a SR to get help from Oracle support.
    Nicolas.

  • ORA-00600: internal error code, arguments: [SKGMBUSY], [1], [0], [0], [0], [], [], []

    What are the possible causes of the following error:
    ORA-00600: internal error code, arguments: [SKGMBUSY], [1], [0], [0], [0], [], [], []
    Can issuing an SQL from an applicatoin using ODBC drivers cause the above error to occur ? If so, what can a
    developer do to prevent this error from happening ?
    Thanks for your help.

    What are the possible causes of the following error:
    ORA-00600: internal error code, arguments: [SKGMBUSY], [1], [0], [0], [0], [], [], []
    Can issuing an SQL from an applicatoin using ODBC drivers cause the above error to occur ? If so, what can a
    developer do to prevent this error from happening ?
    Thanks for your help. This sounds like a problem with the shared memory segement on the server.
    You developer can do nothing to prevent this. I think this has nothing to do with ODBC, because ODBC is on PC and the connect to the server is by SQL*Net.
    Does this occur often ?
    Is there a SQL Statement in the trace file ?
    Is it always the same statement ?
    What db version do you have ?
    Cheers
    Thomas

  • ORA-00600: internal error code, arguments: [15713], [2], [1], [13], [2], []

    All,
    Please help me. I am getting ORA-00600: internal error code, arguments: [15713], in the alert log file. It is continuosly generating the Incidents with different incident numbers.
    Why is this occuring ?
    Dump file /Ideal/oracle/p123/diag/rdbms/p123/p123/incident/incdir_144985/p123_ora_4332406_i156985.trc
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
    ORACLE_HOME = /Ideal/oracle/product/11.1.0/db_1
    System name: AIX
    Node name: PROD1
    Release: 1
    Version: 6
    Machine: 00XXXXXX
    Instance name: p123
    Redo thread mounted by this instance: 1
    Oracle process number: 18
    Unix process pid: 1234456, image: oracle@PROD1
    *** 2010-02-05 13:43:02.862
    *** SESSION ID:(239.52962) 2010-02-05 13:43:02.862
    *** CLIENT ID:() 2010-04-07 13:43:02.862
    *** SERVICE NAME:(SYS$USERS) 2010-04-07 13:43:02.862
    *** MODULE NAME:(JDBC Thin Client) 2010-04-07 13:43:02.862
    *** ACTION NAME:() 2010-02-05 13:43:02.862
    Dump continued from file: /Ideal/oracle/p123/diag/rdbms/p123/p123/trace/p123_ora_4332406.trc
    ORA-00600: internal error code, arguments: [15713], [2], [1], [13], [2], [], [], []
    ========= Dump for incident 4332406 (ORA 600 [15713]) ========
    *** 2010-02-05 13:43:02.862
    ----- Current SQL Statement for this session (sql_id=3ng2dzvjfgb61) -----
    The above error and incidents are repeating now.. Today i got neealy 5 inicidents so far.
    I try to google it, but could not get a relevant solution. Please help me with the solutions.
    THANK YOU ALL,
    David
    Edited by: Pas Moh on Apr 13, 2010 8:25 AM

    ORA-00600/ORA-07445/ORA-03113 = Oracle bug => search on Metalink and/or call Oracle support

  • ORA-00600: internal error code, arguments: [kwqiccidxe103], [2049]

    Hi All,
    I got the Error :ORA-00600: internal error code, arguments: [kwqiccidxe103], [2049] while import from 9i to 11.2.0.3 , for this i got metalink doc id : [ID 1538031.1]
    i got the solutions but need to know what is the root cause of this error in my environment.
    IMP-00017: following statement failed with ORACLE error 600:
    "BEGIN "
    "SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_QUEUE(HEXTORAW('A561818119361E1CE03400000E2"
    "5041D'),'QS_WS_ORDERS_MQTAB','QS_WS_BACKORDERS_QUE',0,5,0,0,86400,'');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 600 encountered
    ORA-00600: internal error code, arguments: [kwqiccidxe103], [2049], [], [], [], [], [], [], [], [], [], []
    ORA-06512: at "SYS.DBMS_AQ_SYS_IMP_INTERNAL", line 725
    ORA-06512: at "SYS.DBMS_AQ_IMP_INTERNAL", line 60
    ORA-06512: at line 2
    IMP-00091: Above error occurred on the following function and object: CREATE QS_WS_BACKORDERS_QUE. Remaining PL/SQL blocks for this object will be skipped.
    IMP-00017: following statement failed with ORACLE error 600:
    "BEGIN "
    "SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_QUEUE(HEXTORAW('A561818119351E1CE03400000E2"
    "5041D'),'QS_WS_ORDERS_MQTAB','QS_WS_SHIPPEDORDERS_QUE',0,5,0,0,86400,'');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 600 encountered
    ORA-00600: internal error code, arguments: [kwqiccidxe103], [2049], [], [], [], [], [], [], [], [], [], []
    ORA-06512: at "SYS.DBMS_AQ_SYS_IMP_INTERNAL", line 725
    ORA-06512: at "SYS.DBMS_AQ_IMP_INTERNAL", line 60
    ORA-06512: at line 2
    IMP-00091: Above error occurred on the following function and object: CREATE QS_WS_SHIPPEDORDERS_QUE. Remaining PL/SQL blocks for this object will be skipped.
    Please help me on this.
    Thanks,

    Hi,
    seems you are using advanced queuing, and i believe you are going with imp option. so you can use IGNORE=Y to do that
    you can check the doc. below
    Ref. Doc:http://docs.oracle.com/cd/B28359_01/server.111/b28420/manage.htm
    HTH

  • ORA-00600: internal error code, arguments: [qctcte1]

    Hi All,
    While executing a mapping I got the following error message:
    Starting Execution MAP39_FACT
    Starting Task MAP39_FACT
    ORA-00600: internal error code, arguments: [qctcte1], [0], [], [], [], [], [], []
    ORA-06512: at "SBI_TARGET_P2.MAP39_FACT", line 12
    ORA-06512: at "SBI_TARGET_P2.MAP39_FACT", line 8997
    ORA-06512: at "SBI_TARGET_P2.MAP39_FACT", line 9486
    ORA-06512: at "SBI_TARGET_P2.MAP39_FACT", line 12000
    ORA-06512: at line 1
    Completing Task MAP39_FACT
    Completing Execution MAP39_FACT
    When I trace the Alert log I find the error to be of a mismatch data type .But there arent any mismatch in any of the operators in my mapping.
    As a rescue I tried making an altogether new mapping but m still getting the same error. All the other mappings in my project are running fine.
    Any Solutions??

    Hello,
    Accoding to metalink info this ORA-600 could be reported as a result of several bugs, depending on your RDBMS version and mapping schema.
    The note 248095.1 is entry point. Find below the exclusion from the note:
    Known Issues:
    Bug# 3963092 See Note 3963092.8
    OERI[qctcte1] compiling SQL with ORDER BY .. DESC
    Fixed: 10.1.0.4, 10.2.0.1
    Bug# 3730166 See Note 3730166.8
    OERI [qctcte1] / [kghssgcop2] from ANSI outer joins with binds
    Fixed: 10.1.0.5, 10.2.0.1
    Bug# 3557906 See Note 3557906.8
    OERI[qctcte1] from predicate move around
    Fixed: 9.2.0.6, 10.1.0.4, 10.2.0.1
    Bug# 3216046 See Note 3216046.8
    OERI:qctcte1 running a query with a subquery in SELECT list
    Fixed: 9.2.0.5, 10.1.0.2
    Bug# 3121670 See Note 3121670.8
    OERI:qctcte1 can occur on VIEW with HAVING clause with STAR transformation
    Fixed: 9.2.0.5, 10.1.0.2
    Bug# 3110923 See Note 3110923.8
    Dump (in qmxtrxopt) using ORDER BY .. DESC on a CONSTANT column
    Fixed: 9.2.0.5
    Bug# 2458655 See Note 2458655.8
    OERI[QCTCTE1] from FULL OUTER JOIN with BIND variable in subquery
    Fixed: 9.2.0.3, 10.1.0.2
    Bug# 2357784 See Note 2357784.8
    OERI[QCTCTE1] parsing ANSI OUTER JOIN with a VIEW with a SET operation (eg: UNION ALL)
    Fixed: 9.2.0.2
    Bug# 2105452 See Note 2105452.8
    OERI:QCTCTE1 possible from inline UNION view with binds
    Fixed: 9.0.1.4, 9.2.0.1
    Bug# 2100837 See Note 2100837.8
    OERI:QCTCTE1 possible using INLIST predicates
    Fixed: 9.0.1.3, 9.2.0.1
    Bug# 2092554 See Note 2092554.8
    OERI:qctcte1 / ORA-979 from multi-hierarchy query using materialized view
    Fixed: 9.0.1.3, 9.2.0.1
    Bug# 1970507 See Note 1970507.8
    OERI:18096 from OUTER JOIN in MERGE USING clause in PLSQL
    Fixed: 9.0.1.2, 9.2.0.1

  • Compiling error ORA-00600 with Forms 6 and Database 10g

    Hi,
    I am using "Oracle Database 10g Enterprise Edition Release 10.1.0.4.0" and "Forms [32 Bit] Version 6.0.8.26.0 " with patch 17, when i compile a form that works with some tables in another database under dblink the error ORA-00600:internal error code, arguments:[16203],[],[],[],[],[],[],[] is displayed.
    If i word with reports or sqlplus no error is displayed.
    Before we installed 10g everything worked ok
    What is wrong with forms or do i need to configure something else?
    Regards
    Yuri V. López Manrique

    I searched for this error on Google and found the following blog:
    Is there a tool to troubleshoot ORA-00600 and ORA-07445 errors?
    February 27th, 2006 By Fahd Mirza
    ORA-00600 and ORA-07445 errors are the most esoteric errors in Oracle.
    There is a tool called “ORA-600/ORA-7445 Troubleshooter” available at Metalink. It asks for the first argument of ORA-600 error with an optional database version number.
    For example, to see the description of the error:
    ORA-00600: internal error code, arguments: [723], [25908], [25908], [memory leak]
    You enter 723 in the “ORA-600 First Argument” field. The first argument is a pointer to where in the code the error was caught and thus is the key information in identifying the problem.
    You can also embed (copy/paste) the “Call Stack Trace” there, and, when you click on the “Search Call Stack” button an advanced MetaLink search is performed to find documents containing relevant sections from the call stack.
    Call Stack extracts from the following files are supported:
    * Generic foreground and background server trace files located in background_dump_dest and user_dump_dest
    * OpenVMS NETV2 and BEQ log files located in ORA_ROOT:[NETWORK.LOG]
    * WINDOWS CORE.LOG files
    * GDB (debugger) backtrace call stacks (best endeavors)
    Of course you will need a login to Oracle's Metalink site.
    Hope that helps,
    c

  • ORA-00600: internal error code, arguments: [25027], [8], [1], [], [], [], [

    Hi
    I was trying to delete a row in one of the tables in the database and i got the following error:
    ORA-00600: internal error code, arguments: [25027], [8], [1], [], [], [], [], []Also i got a message in OEM as follows:
    ORA-error stack (00600[25027]) logged in /var/oracle/Storage1/mydb/logs/bdump/alert_snos.logand when i looked at this log file:
    Thu Jun 11 22:19:40 2009
    Errors in file /var/oracle/Storage1/mydb/logs/udump/snos_ora_23891.trc:
    ORA-00600: internal error code, arguments: [25027], [8], [1], [], [], [], [], []
    Thu Jun 11 22:20:09 2009
    Errors in file /var/oracle/Storage1/mydb/logs/udump/snos_ora_23855.trc:
    ORA-00600: internal error code, arguments: [25027], [8], [1], [], [], [], [], []
    Thu Jun 11 22:20:48 2009
    Errors in file /var/oracle/Storage1/mydb/logs/udump/snos_ora_23855.trc:
    ORA-00600: internal error code, arguments: [25027], [8], [1], [], [], [], [], []
    Thu Jun 11 22:48:38 2009 and when i opened the trc files i couldn't figure out whats going on!
    The delete statment was so simple:
    delete from SFLSRCSYSTEMS
    where id = 1I still want to delete that row and don't know what to do.. Please help
    Swaid

    Subject:      ORA-600 [25027]
         Doc ID:      284433.1      Type:      REFERENCE
         Modified Date :      30-APR-2009      Status:      PUBLISHED
    Note: For additional ORA-600 related information please read Note 146580.1
    PURPOSE:
    This article represents a partially published OERI note.
    It has been published because the ORA-600 error has been
    reported in at least one confirmed bug.
    Therefore, the SUGGESTIONS section of this article may help
    in terms of identifying the cause of the error.
    This specific ORA-600 error may be considered for full publication
    at a later date. If/when fully published, additional information
    will be available here on the nature of this error.
    SUGGESTIONS:
    If the Known Issues section below does not help in terms of identifying
    a solution, please submit the trace files and alert.log to Oracle
    Support Services for further analysis.
    Known Issues:
    Bug# 7263842 * See Note 7263842.8
    * This bug is alerted in Note 784633.1
    ORA-955 during CTAS / OERI [ktsircinfo_num1] / dictionary inconsistency for PARTITIONED Tables
    Fixed: 10.2.0.5, 11.2, 10.2.0.4.P19
    Bug# 7190270 * See Note 7190270.8
    * This bug is alerted in Note 784633.1
    Various ORA-600 errors / dictionary inconsistency from CTAS / DROP
    Fixed: 10.2.0.5, 10.2.0.4.P09
    Bug# 6666915 See Note 6666915.8
    OERI[25027] / dictionary corruption from concurrent partition DDL
    Fixed: 10.2.0.5, 11.1.0.7, 11.2
    Bug# 4925342 See Note 4925342.8
    OERI [25027] / OERI [25012] on IOT analyze estimate statistics
    Fixed: 9.2.0.8, 10.2.0.3, 11.1.0.6
    Bug# 4310371 See Note 4310371.8
    OERI [25027] from concurrent startup / shutdown in RAC
    Fixed: 9.2.0.8
    Bug# 4177651 See Note 4177651.8
    Row migration within a MERGE may OERI[25027]
    Fixed: 10.2.0.1
    Bug# 4020195 See Note 4020195.8
    OERI 25027 can occur in RAC accessing transported tablespace
    Fixed: 10.1.0.5, 10.2.0.1
    Bug# 3963135 See Note 3963135.8
    OERI[kcbgcur_3] / OERI:25027 during bitmap index updates
    Fixed: 10.1.0.5, 10.2.0.1
    Bug# 3829900 See Note 3829900.8
    OERI[25027] possible accessing index in 10g
    Fixed: 10.1.0.4, 10.2.0.1
    Bug# 2942185 See Note 2942185.8
    Corruption occurs on direct path load into IOT with ADDED columns
    Fixed: 9.2.0.6, 10.1.0.4, 10.2.0.1
    Bug# 2926182 See Note 2926182.8
    OERI[25027] / ORA-22922 accessing LOB columns in IOT in AFTER UPDATE trigger
    Fixed: 9.2.0.5, 10.1.0.2

Maybe you are looking for

  • Trying to understand how to use RAW files

    Dear all, When I shoot in RAW mode on my Canon D40, and import files, Looking at "photo info" shows an extension name as JPG... Does that mean I Photo has imported my pictures in JPEG mode, although they were shoot as RAW? Same happen when I shoot RA

  • Check the G/L account  in overall limit of  Purchase order - ME22

    Hi I should check the G/L account  in overall limit of  Purchase order ( modify - transaction ME22 ) Someone knows an exit or badi in witch i may check this ? There is an enhancement that i can work on this information? Thank you

  • Blue Screen Stuck... Installed airport card into Power Mac G4,

    everything was working fine. I got online, was downloading software updates while surfing the net, then I get a small black screen that tells me I need to restart my computer in several languages. Now the computer only gets to the blue screen, the gr

  • Urgent,   Restricting Sales org & Distribution Channel

    I'm having two users and one is from US and other MEXICO If user from US LOG'S into SAP ,He should only his Sales org(US01) & Distribution Channel(001) & Mexico User log ,then he should be able to see only his Sales org(ME01). My Question is there a

  • What are Target_ files and can I get rid of them?

    Dreamweaver CS4, new user, have no idea what these are and do I need them for anything? /Applications/Adobe Dreamweaver CS4/configuration/Inspectors/nav A bunch of icons of people I don't know. What are they for?