ORA-00600: internal error code, arguments: [qcsfbdnp:1], [], [], [], [], []

Hi All,
When i try to execute the following query i am getting the error
ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], []
and in the alert log file the error is
ORA-00600: internal error code, arguments: [qcsfbdnp:1], [], [], [], [], [], [], []
so please tell me the workaround to get rid of this. (db version:9.2.0.1,os:win 2000 Prof.)
Thankyou.
The query follows:
SELECT CI_SEVERITY, CI_STATUS, CI_CLASSIFICATION, CI_ID, CI_DESCRIPTION, CI_SUBMITTED_BY,
CI_ASSIGNED_TO_PRS, CI_ASSIGNED_TO_GROUP, TO_CHAR(CI_RAISED_DATE,'dd-Mon-yyyy hh24:mi:ss') AS RAISED_DATE ,
TO_CHAR(CI_TARGET_DATE,'dd-Mon-yyyy hh24:mi:ss') AS TARGET_DATE,
TO_CHAR(CI_LAST_UPDATE,'dd-Mon-yyyy hh24:mi:ss') AS LAST_UPDATE , CI_SK, CI_TITLE,
CI_TIMES_ESCALATED,CI_EXTERNAL_SYS_REF,CODC.CODC_CONFIDENTIAL,Fn_get_Iss_Config_item(CI_SK,';') AS CONFIG_ITEM,
CI_RAISED_DATE AS CI_RAISED_DATE,CI_TARGET_DATE AS CI_TARGET_DATE, CI_LAST_UPDATE AS CI_LAST_UPDATE,
CI_DATE_MODIFIED FROM vu_pma_issues VU_ISSUE,PMA_COD_ITEM_CLASSIFICATIONS CODC
WHERE CODC.CODC_SK=CI_CODC_SK AND (CI_SK IN
(SELECT DL_CI_SK FROM PMA_DELEGATIONS WHERE DL_PRS_SK =1522
               AND DL_WORKED_UPON = 'N' AND DL_DELEGATION_TYPE IS NULL
                    AND VU_ISSUE.CI_STATUS <> 'DRAFT' AND DL_COMPANY_ID ='HTC')
                    OR CI_SK IN (SELECT DL_CI_SK FROM PMA_DELEGATIONS WHERE DL_PRS_SK =1522
                         AND DL_WORKED_UPON = 'N' AND DL_DELEGATION_TYPE = 'FRI'
                         AND VU_ISSUE.CI_STATUS <> 'DRAFT' AND DL_COMPANY_ID ='HTC')
                    OR CI_SK IN ( SELECT DL_CI_SK FROM PMA_DELEGATIONS WHERE DL_PRSG_SK IN
                                   (SELECT PPGR_PRSG_SK FROM PMA_PRS_PERSON_GROUPS WHERE PPGR_PRS_SK =1522
                                        AND PPGR_COMPANY_ID ='HTC') AND DL_DELEGATION_TYPE IS NULL
                                        AND VU_ISSUE.CI_STATUS <> 'DRAFT' AND DL_COMPANY_ID ='HTC')
                    OR CI_PRS_SK_RAISED_BY =1522
                    OR ci_codc_sk IN ( SELECT CODC.codc_sk FROM PMA_COD_ITEM_CLASSIFICATIONS CODC
                         WHERE CODC.codc_sk = DECODE ('N', 'Y', '1', CODC.codc_sk)
                              START WITH CODC.codc_sk IN (SELECT cirl_codc_sk FROM PMA_CI_CLASSIFICATION_ROLES
                                             WHERE cirl_codc_sk IN (SELECT CODC.codc_sk FROM PMA_COD_ITEM_CLASSIFICATIONS CODC START WITH CODC.codc_sk = 1
                                             CONNECT BY PRIOR CODC.codc_sk= CODC.codc_sk_ref)
                                             AND cirl_category = 'V' AND cirl_pj_sk IS NOT NULL
                                             AND cirl_ro_sk IN (SELECT rosr_ro_sk FROM PMA_ROLE_SECURITY_ROLES
                                                            WHERE rosr_sr_sk IN (SELECT ur_sr_sk FROM PMA_USER_ROLES
                                                                           WHERE ur_prs_sk =1522 AND ur_sk IN
                                                                           (SELECT up_ur_sk FROM PMA_USER_PROJECTS WHERE up_pj_sk = cirl_pj_sk)))
UNION SELECT cirl_codc_sk FROM PMA_CI_CLASSIFICATION_ROLES
WHERE EXISTS (SELECT 'x' FROM PMA_COD_ITEM_CLASSIFICATIONS CODC
                    START WITH CODC.codc_sk = 1 CONNECT BY PRIOR CODC.codc_sk = CODC.codc_sk_ref
                    AND CODC.codc_sk = cirl_codc_sk)
               AND cirl_category = 'V' AND (cirl_pj_sk IS NULL)
               AND cirl_ro_sk IN (SELECT rosr_ro_sk FROM PMA_ROLE_SECURITY_ROLES
               WHERE rosr_sr_sk IN (SELECT ur_sr_sk FROM PMA_USER_ROLES WHERE ur_prs_sk =1522)))
                                   CONNECT BY PRIOR CODC.codc_sk = CODC.codc_sk_ref)
                                   AND VU_ISSUE.CI_STATUS <> 'DRAFT' )
                                   ORDER BY CI_RAISED_DATE DESC;
ERROR at line 8:
ORA-00600: internal error code, arguments: [], [], [], [], [], [], [], []

It seems the bug 2104392:" A query with nested CONNECT BY blocks and binds
in the START WITH clause or the FROM clause may fail with ORA-600 [QCSFBDNP:1]". You can find more information about this on Note:2104392.8 on Metalink. It is resolved on 9.2.0.2.
Adi

Similar Messages

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

    While taking export of a table received EXP error and while dropping/selecting the same gor ora-600 errors.
    . . exporting table TEST4
    EXP-00003: no storage definition found for segment(29, 371385)
    SQL >Drop table test4 cascade;
    ORA-00600: internal error code, arguments: [ktsircinfo_num1], [29], [29], [371385], [], [], [], []
    sql> Desc test4;
    ORA-00600: internal error code, arguments: [ktsircinfo_num1], [29], [29], [371385], [], [], [], []
    I dont want to log TAR with oracle right now... I tried dropping and recreating Undo tablespace but still did not help much . Database version is 9204

    hi
    read metalink ID - 153788.1
    CHeers

  • ORA-00600: internal error code, arguments: [unable to load XDB library]

    hi everybody ;
    i have 9.2.0.7 db runs on SLES9 on host A. and i take full rman database backup to make a new database on different host ( host B ) with different file structure. ( sid is the same ) i had already 1 database on host B. after this duplicate now there are 2 database on host B.
    i take daily full database rman backup on the new host for my new database and there is no problem. when i try to take extra full export backup i get an error ;
    Dynamic link error: libxdb.so: cannot open shared object file: No such file or directory
    *** 2010-08-05 09:46:12.868
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [unable to load XDB library], [], [], [], [], [], [], []
    as i search ; i have to stop the database and listener and set the LD_LIBRARY_PATH variable. how can i make this without make any mistake for the first database runs on Host B.
    because 2 database must be up and running on host B. can you explaın these operation step by step ?
    thank you ....

    craft wrote:
    any idea ?
    >any idea ?
    your database is out off support you should consider to upgrade. ORA-00600 indicate for bug

  • Err#-600 msg ORA-00600: internal error code, arguments: [4000], [7089]

    Hi All,
    I am getting the error "Err#-600 msg ORA-00600: internal error code, arguments: [4000], [7089]" while running a package. Could not able to get detailed info on this. Please someone help in resolving the above error.
    Thanks,
    Karthi

    http://orafaq.com/wiki/ORA-00600
    You can follow Nikolay's advice or try to find a workaround yourself by rewriting your query using a somehow different approach
    Regards
    Etbin

  • ORA-00600: internal error code, arguments: [25012], [19], [21], [], [], [],

    when i execute dbcheck in db13, i receive this message:
    ORA-00600: internal error code, arguments: [25012], [19], [21], [], [], [], [], []  
    i have Oracle 9.2.0 and i don't find any note in the OSS notes.

    This may point you in the right direction?
    Look at Note 758563 - Oracle Metalink access for SAP customers.
    Oracle Metalink WebSite is:
    https://metalink.oracle.com/metalink/plsql/f?p=200:101:5428529246127535152
    Metalink Username and Password deleted by Moderator.
    Please do not post this kind of information in the forum.
    Thanks.
    Then do a search on ORA-00600: internal error code, arguments: [25012]
    This should get you started.
    Message was edited by: Christian Graf

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

    Can anyone please try check out this ORA-600 error, ORA-00600: internal error code, arguments: [kcrfr_update_nab_2], [0xB1B59DA4],
    [2], [], [], [], [], [].
    My db went down abruptly due to power source ....now the database mounts successfully but when u try opening the db i.e. alter database open; it comes up with the error. Plz kindly treat urgently.Thanks

    For all kind of internal errors, you should open SR (Service Request) in metalink. You need to contact Oracle Support
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • ORA-00600: internal error code, arguments: [kksscl-inf-inl-loop], [2500]

    Hi people,
    Do you have any idea about this error: ORA-00600: internal error code, arguments: [kksscl-inf-inl-loop], [2500], [6], [40], [85], [85], [], [].
    Thanks in advance.
    Marcos Freitas

    Duplicate Thread:
    ORA-00600: internal error code, arguments: [kksscl-inf-inl-loop], [2500]
    C.

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

    Could you tell me to to handle the following error?
    ORA-00600: internal error code, arguments: [12333], [0], [0], [3], [], [], [], []
    Thanks a lot

    Could you please give me more detail information?
    Thanks

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

    Hi,
    While connecting with database, I got the following error,
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []
    I am using oracle 9i. Can anyone tell me the solution of that error ?
    Thanks and Regards,
    Hiren

    many people are here because they lack that optionIt's not false, indeed, but if nobody had the same error, there is no chance to solve it.
    At least a complete system/operation description is necessary to indicates some valid ways to investigate.
    Nicolas.

  • ORA-00600: internal error code, arguments: [ktbdchk1: bad dscn], [], [], []

    Hi,
    Can anyone tell me how to resolve this error
    ORA-00600: internal error code, arguments: [ktbdchk1: bad dscn], [], [], [], [], [], [], []
    ORA-06512: at "ProcName", line 7
    ORA-06512: at line 17
    thx

    Most of this type of errors (ORA-600) you need report to Oracle Support or check the metalink for released fix or possible workaround.
    Anyway this error is fixed in:
    10.1.0.4 patchset
    9.2.0.7 patchset (released for Windows only, for other platforms expecting soon)
    10gR2 (not released yet)

  • ORA-00600: internal error code, arguments: [kglpin-bad-lock], [0x70000062E067FC8], [], [], [], [], [], [], [], [], [], []

    Hi,
    Using owb 11.2.0.3 and encountering
    ORA-00600: internal error code, arguments: [kglpin-bad-lock], [0x70000062E067FC8], [], [], [], [], [], [], [], [], [], []
    this error when a proces sflow runs a mapping.
    It fails and data remains unchanged.
    When proces sflow next runs it succeeds.
    Any ideas?
    Thanks

    Don't multipost, please. Stay in your original thread ORA-00600: internal error code, arguments: [kglpin-bad-lock], [0x70000062E067FC8], [], [], [], [], [], [], [], [], [], […
    Mod: locking.

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

    Question by Oracler:
    10.2.0.4 Linux RAC
    ORA-00600: internal error code, arguments: [12269], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [12316], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [12316], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [733], [1936597240], [pga heap], [], [], [], [], []
    ORA-00600: internal error code, arguments: [12316], [], [], [], [], [], [], []
    该数据库在NAT后,当前现象,用PL/SQL Developer 连接进行某个SQL 查询时,会直接报ORA-3113,但是在SQLPLUS 下是正常的。如何诊断?
    Wed Aug 1 23:09:25 2012
    Thread 1 advanced to log sequence 352 (LGWR switch)
    Current log# 2 seq# 352 mem# 0: +DATA/orcl/onlinelog/group_2.258.766685683
    Thu Aug 2 23:10:20 2012
    Thread 1 advanced to log sequence 353 (LGWR switch)
    Current log# 1 seq# 353 mem# 0: +DATA/orcl/onlinelog/group_1.257.766685683
    Fri Aug 3 23:11:22 2012
    Thread 1 advanced to log sequence 354 (LGWR switch)
    Current log# 2 seq# 354 mem# 0: +DATA/orcl/onlinelog/group_2.258.766685683
    Sat Aug 4 14:00:02 2012
    Thread 1 advanced to log sequence 355 (LGWR switch)
    Current log# 1 seq# 355 mem# 0: +DATA/orcl/onlinelog/group_1.257.766685683
    Sun Aug 5 04:00:20 2012
    Thread 1 advanced to log sequence 356 (LGWR switch)
    Current log# 2 seq# 356 mem# 0: +DATA/orcl/onlinelog/group_2.258.766685683
    Sun Aug 5 23:13:35 2012
    Thread 1 advanced to log sequence 357 (LGWR switch)
    Current log# 1 seq# 357 mem# 0: +DATA/orcl/onlinelog/group_1.257.766685683
    Mon Aug 6 23:14:33 2012
    Thread 1 advanced to log sequence 358 (LGWR switch)
    Current log# 2 seq# 358 mem# 0: +DATA/orcl/onlinelog/group_2.258.766685683
    Tue Aug 7 11:08:23 2012
    Thread 1 advanced to log sequence 359 (LGWR switch)
    Current log# 1 seq# 359 mem# 0: +DATA/orcl/onlinelog/group_1.257.766685683
    Tue Aug 7 23:15:26 2012
    Thread 1 advanced to log sequence 360 (LGWR switch)
    Current log# 2 seq# 360 mem# 0: +DATA/orcl/onlinelog/group_2.258.766685683
    Wed Aug 8 23:16:20 2012
    Thread 1 advanced to log sequence 361 (LGWR switch)
    Current log# 1 seq# 361 mem# 0: +DATA/orcl/onlinelog/group_1.257.766685683
    Thu Aug 9 23:17:15 2012
    Thread 1 advanced to log sequence 362 (LGWR switch)
    Current log# 2 seq# 362 mem# 0: +DATA/orcl/onlinelog/group_2.258.766685683
    Fri Aug 10 19:59:57 2012
    Thread 1 advanced to log sequence 363 (LGWR switch)
    Current log# 1 seq# 363 mem# 0: +DATA/orcl/onlinelog/group_1.257.766685683
    Sat Aug 11 08:00:21 2012
    Thread 1 advanced to log sequence 364 (LGWR switch)
    Current log# 2 seq# 364 mem# 0: +DATA/orcl/onlinelog/group_2.258.766685683
    Sat Aug 11 23:19:09 2012
    Thread 1 advanced to log sequence 365 (LGWR switch)
    Current log# 1 seq# 365 mem# 0: +DATA/orcl/onlinelog/group_1.257.766685683
    Sun Aug 12 23:20:00 2012
    Thread 1 advanced to log sequence 366 (LGWR switch)
    Current log# 2 seq# 366 mem# 0: +DATA/orcl/onlinelog/group_2.258.766685683
    Mon Aug 13 23:20:56 2012
    Thread 1 advanced to log sequence 367 (LGWR switch)
    Current log# 1 seq# 367 mem# 0: +DATA/orcl/onlinelog/group_1.257.766685683
    Tue Aug 14 16:59:57 2012
    Thread 1 advanced to log sequence 368 (LGWR switch)
    Current log# 2 seq# 368 mem# 0: +DATA/orcl/onlinelog/group_2.258.766685683
    Wed Aug 15 07:00:23 2012
    Thread 1 advanced to log sequence 369 (LGWR switch)
    Current log# 1 seq# 369 mem# 0: +DATA/orcl/onlinelog/group_1.257.766685683
    Wed Aug 15 10:46:42 2012
    Errors in file /home/oracle/oracle/product/10.2.0/db_1/admin/orcl/udump/orcl1_ora_26736.trc:
    ORA-00600: internal error code, arguments: [12269], [], [], [], [], [], [], []
    Wed Aug 15 10:46:43 2012
    Trace dumping is performing id=[cdmp_20120815104643]
    Wed Aug 15 10:47:57 2012
    Errors in file /home/oracle/oracle/product/10.2.0/db_1/admin/orcl/udump/orcl1_ora_26736.trc:
    ORA-00600: internal error code, arguments: [12316], [], [], [], [], [], [], []
    Wed Aug 15 10:47:58 2012
    Trace dumping is performing id=[cdmp_20120815104758]
    Wed Aug 15 10:54:03 2012
    Errors in file /home/oracle/oracle/product/10.2.0/db_1/admin/orcl/udump/orcl1_ora_26736.trc:
    ORA-00600: internal error code, arguments: [12316], [], [], [], [], [], [], []
    Wed Aug 15 10:54:04 2012
    Trace dumping is performing id=[cdmp_20120815105404]
    Wed Aug 15 10:55:10 2012
    Errors in file /home/oracle/oracle/product/10.2.0/db_1/admin/orcl/udump/orcl1_ora_26736.trc:
    ORA-00600: internal error code, arguments: [733], [1936597240], [pga heap], [], [], [], [], []
    Wed Aug 15 10:55:11 2012
    Trace dumping is performing id=[cdmp_20120815105511]
    Wed Aug 15 10:56:11 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Aug 15 14:19:17 2012
    Errors in file /home/oracle/oracle/product/10.2.0/db_1/admin/orcl/udump/orcl1_ora_6528.trc:
    ORA-00600: internal error code, arguments: [12316], [], [], [], [], [], [], []
    Wed Aug 15 14:19:18 2012
    Trace dumping is performing id=[cdmp_20120815141918]
    Wed Aug 15 15:24:14 2012
    WARNING: inbound connection timed out (ORA-3136)
    Wed Aug 15 22:00:07 2012
    Thread 1 advanced to log sequence 370 (LGWR switch)
    Current log# 2 seq# 370 mem# 0: +DATA/orcl/onlinelog/group_2.258.766685683
    Thu Aug 16 09:38:40 2012
    WARNING: inbound connection timed out (ORA-3136)
    Thu Aug 16 09:45:08 2012
    WARNING: inbound connection timed out (ORA-3136)
    Thu Aug 16 10:18:16 2012
    WARNING: inbound connection timed out (ORA-3136)
    Thu Aug 16 10:18:22 2012
    WARNING: inbound connection timed out (ORA-3136)
    Thu Aug 16 10:38:57 2012
    WARNING: inbound connection timed out (ORA-3136)
    Thu Aug 16 13:46:42 2012
    WARNING: inbound connection timed out (ORA-3136)
    Thu Aug 16 13:51:09 2012
    WARNING: inbound connection timed out (ORA-3136)
    Thu Aug 16 14:12:58 2012
    WARNING: inbound connection timed out (ORA-3136)
    节点2
    Wed Aug 15 03:00:42 2012
    Thread 2 advanced to log sequence 571 (LGWR switch)
    Current log# 3 seq# 571 mem# 0: +DATA/orcl/onlinelog/group_3.265.766686179
    Wed Aug 15 10:47:03 2012
    Trace dumping is performing id=[cdmp_20120815104643]
    Wed Aug 15 10:48:18 2012
    Trace dumping is performing id=[cdmp_20120815104758]
    Wed Aug 15 10:54:24 2012
    Trace dumping is performing id=[cdmp_20120815105404]
    Wed Aug 15 10:55:31 2012
    Trace dumping is performing id=[cdmp_20120815105511]
    Wed Aug 15 13:12:29 2012
    Thread 2 advanced to log sequence 572 (LGWR switch)
    Current log# 4 seq# 572 mem# 0: +DATA/orcl/onlinelog/group_4.266.766686179
    Wed Aug 15 14:19:38 2012
    Trace dumping is performing id=[cdmp_20120815141918]
    Wed Aug 15 22:00:10 2012
    Thread 2 advanced to log sequence 573 (LGWR switch)
    Current log# 3 seq# 573 mem# 0: +DATA/orcl/onlinelog/group_3.265.766686179
    Thu Aug 16 13:13:48 2012
    Thread 2 advanced to log sequence 574 (LGWR switch)
    Current log# 4 seq# 574 mem# 0: +DATA/orcl/onlinelog/group_4.266.766686179
    后续的验证,发现 sqldeveloper 3.0.04和 pl/sql developer 8.0.0.1483 在查询大表的时候都会报3113,唯有SQLPLUS 没问题。
    目前定位于,PL/SQL DEV NAT后的数据库,31493 行的 ORA-3113,25463 行的 正常返回。
    最新进展,在服务器端设置
    To enable tracing at the server, find the sqlnet.ora file for the server and create the following lines in it:
    TRACE_TIMESTAMP_SERVER = ON
    TRACE_LEVEL_SERVER = 16
    TRACE_UNIQUE_SERVER = ON
    后,本来3113 的查询可以正常出来了,但是关闭trace后,又不正常了。
    Solution
    问题最终定位在 CISCO ASA 防火墙的 SQLNet inspect,关闭就OK了。

    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: internal error code, arguments: [kqlidp0:no user], [258], [], []

    Hi,
    Does anyone has solution to the below problem
    ORA-00600: internal error code, arguments: [kqlidp0:no user], [258], [], []
    Thanks and Regards

    That we have already researched earlier but we are trying to find out exact solution as per second argument ...is taken. Because for first argument a bug already exists and it is resolved if we apply the interim patch .What is the bug/patch number you are referring to?
    Tell me one thing ...
    if an ORA -600 error has ORA-00600: internal error code, arguments: [kqlidp0:no user], [258], [], []
    and the patch is available for ORA-00600: internal error code, arguments: [kqlidp0:no user], [1292], [], []
    Can we apply that RDBMS server patch for 11.1.0.7 database...Yes.
    Thanks,
    Hussein

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

    Hi All
    i am getting an ORA-00600 saying
    ORA-00600: internal error code, arguments: [kkqsgqls:1], [], [], [], [], [], [], []
    I am getting this error when i am trying u execute the query
    SELECT hou.name operating_unit
    ,aps.vendor_name supplier_name
    ,aps.segment1 supplier_number
    FROM ap_invoices ai
    ,hr_operating_units hou
    ,ap_suppliers aps          
    UNION ALL
    SELECT hou.name operating_unit
    ,aps.vendor_name supplier_name
    ,aps.segment1 supplier_number
    FROM ap_invoices ai
    ,hr_operating_units hou
    ,ap_suppliers aps
    Can any one help me out for solving this error

    Hi , Nicolas
    I dint find solution for thin even in mta link... any how.. it think its better if i raise SR ... any how thank q Nicolas
    Praveen Gollu

  • 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

Maybe you are looking for

  • Error while scheduling Delta init

    Hi, I am getting following error when i schedule data What happened?     The current ABAP program had to be terminated because the     ABAP processor detected an internal system error.     The current ABAP program "SAPLRSSM" had to be terminated beca

  • Connecting LDAP (sun) to Webcenter content

    Hi all, I am having trouble connecting our ldap to our webcenter content: Records instance. We have been able to connect it to the weblogic server, but cannot get that information over to the application. following the viewlet provided by Oracle I cr

  • Excel will not save changes to chart axis

    I have many charts that I change the logarithmic y axis scale to fixed values.  In Excel 2010 when I save the file and then re-open it the axis scale reverts back to automatic and I have to re-adjust them.  Has anyone else experienced this?  Is there

  • Making High Res YouTube videos from Keynote

    Using the "export" function, how can I make high-resolution videos to take advantate of YouTube's better resolution functionality? I'm baffled by all the options and settings and don't know which setting to use to be able to upload the right video fo

  • After modem crash all mailaccounts disappeared in Thunderbird

    My modem crashed, I had no internet. I re-started my computer and then Thunderbird started up as if the program was completely new: all accounts and mails were gone. Were can I find them? I work with Mac OSX 10.9.5