ORA-00600 , Internal Error ,  Trace File and 50% CPU use HTMLDB library

Hi HTMLDB team
One HTMLDB allpication processes generated an ORA-00600 error as follows :
ORA-00600: internal error code, arguments: [kohdtf048], [], [], [], [], [], [], []
The Trace file is as follows :
*** SESSION ID:(32.925) 2006-08-01 13:17:07.574
*** 2006-08-01 13:17:07.497
ksedmp: internal or fatal error
ORA-00600: internal error code, arguments: [kohdtf048], [], [], [], [], [], [], []
ORA-06502: PL/SQL: numeric or value error
ORA-06502: PL/SQL: numeric or value error
ORA-06502: PL/SQL: numeric or value error
Current SQL statement for this session:
declare
rc__ number;
begin
owa.init_cgi_env(:n__,:nm__,:v__);
htp.HTBUF_LEN := 255;
null;
null;
null;
null;
f(p=>:p);
if (wpg_docload.is_file_download) then
rc__ := 1;
wpg_docload.get_download_file(:doc_info);
null;
null;
null;
commit;
else
rc__ := 0;
null;
null;
null;
commit;
owa.get_page(:data__,:ndata__);
end if;
:rc__ := rc__;
end;
Also , this process has been consuming an unacceptable amount of cpu :
18146 oracle 1 0 0 3924M 1840M cpu/1 167:24 49.62% oracle
OEM reports the lastest SQL run by this process is the same as above.
Is there anyway I could upload the trace file for you to have a look at ?
Thanks
Indira

Hi HTMLDB team
One HTMLDB allpication processes generated an ORA-00600 error as follows :
ORA-00600: internal error code, arguments: [kohdtf048], [], [], [], [], [], [], []
The Trace file is as follows :
*** SESSION ID:(32.925) 2006-08-01 13:17:07.574
*** 2006-08-01 13:17:07.497
ksedmp: internal or fatal error
ORA-00600: internal error code, arguments: [kohdtf048], [], [], [], [], [], [], []
ORA-06502: PL/SQL: numeric or value error
ORA-06502: PL/SQL: numeric or value error
ORA-06502: PL/SQL: numeric or value error
Current SQL statement for this session:
declare
rc__ number;
begin
owa.init_cgi_env(:n__,:nm__,:v__);
htp.HTBUF_LEN := 255;
null;
null;
null;
null;
f(p=>:p);
if (wpg_docload.is_file_download) then
rc__ := 1;
wpg_docload.get_download_file(:doc_info);
null;
null;
null;
commit;
else
rc__ := 0;
null;
null;
null;
commit;
owa.get_page(:data__,:ndata__);
end if;
:rc__ := rc__;
end;
Also , this process has been consuming an unacceptable amount of cpu :
18146 oracle 1 0 0 3924M 1840M cpu/1 167:24 49.62% oracle
OEM reports the lastest SQL run by this process is the same as above.
Is there anyway I could upload the trace file for you to have a look at ?
Thanks
Indira

Similar Messages

  • 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

  • Sporadic errors in XML DB (ORA-00600: internal error code)

    We observe a sporadic error in an XML DB based application. The error message is as follows:
    java.sql.SQLException: ORA-00600: internal error code, arguments: [qmxMakeFake1], [], [], [], [], [], [], []
    Our application uses Java / JDBC to connect to the Oracle XML DB server (Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production). The error occurs for several SQL queries that involve changes to XML files in the database. Here are two representative examples:
    update EPIGRAPH_095 e set value(e) = insertchildxml(value(e),'/EpiGRAPH/analysis[global_settings/job_information/id/text()="070427_164952_518077172"]/class_analysis/attribute_calc_analysis','results',XMLType(:1)) WHERE e.existsNode('/EpiGRAPH/analysis[global_settings/job_information/id/text()="070427_164952_518077172"]/class_analysis/attribute_calc_analysis') = 1
    update EPIGRAPH_095 e set value(e) = updatexml(value(e),'/EpiGRAPH/analysis[global_settings/job_information/id/text()="070427_145224_574975277"]/global_settings/job_tracking/status',XMLType(:1)) WHERE e.existsNode('/EpiGRAPH/analysis[global_settings/job_information/id/text()="070427_145224_574975277"]/global_settings/job_tracking/status') = 1
    In these queries, ":1" is a CLOB that is created and filled from Java using the CLOB object. We use XML decomposition into object-relational tables via a registered schema.
    The error occurs sporadically in roughly 5% percent of the calls and we could not construct a testcase which reproduces it in a deterministic way.
    Thank you in advance,
    Christoph Bock

    Did you get any additional hints from your development colleagues? We still don't have any clear idea about how to solve the problem. Our current workaround is to repeat any failed query until it succeeds. Typically, one or two repetitions will do the job, but this workaround is obviously very ugly and may well give rise to infinite loops (as we don't understand the cause of the sporadic errors).
    Thank you and best regards,
    Christoph Bock

  • Trace Error - ORA-00600: internal error code

    Hi All:
    I'm using VB6, ADO 2.5, and the Oracle Provider for OLE DB. When I run the following SQL statment I get an Oracle trace error:
    SELECT a.VPATypeID AS ID,
    CASE WHEN NVL(c.Total,0) > 0 OR NVL(b.Total,0) > 0
    THEN a.Description
    ELSE CAST(a.Description || ' (N/A)' AS NVARCHAR2(255))
    END AS Description
    FROM VPAType a
    LEFT JOIN (SELECT DISTINCT VPATypeID AS Total,VPATypeID FROM VPADefault b WHERE b.VPSystemID = 3) b ON (a.VPATypeID=b.VPATypeID)
    LEFT JOIN (SELECT DISTINCT VPATypeID AS Total,VPATypeID FROM VPALinearDetail b WHERE b.VPSystemID = 3 AND b.Active > 0) c ON (a.VPATypeID=c.VPATypeID)
    WHERE a.VPATypeID NOT IN(1,2,3)
    UNION
    SELECT a.VPATypeID AS ID, a.Description FROM VPAType a WHERE VPATypeID IN(1,2,3)
    Here is a snippet of the trace file:
    *** SESSION ID:(25.38093) 2004-08-24 08:42:59.144
    *** 2004-08-24 08:42:59.144
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [qcplgnt : no null terminator], [], [], [], [], [], [], []
    Current SQL statement for this session:
    SELECT a.VPATypeID AS ID, CASE WHEN NVL(c.Total,:"SYS_B_00") > :"SYS_B_01" OR NVL(b.Total,:"SYS_B_02") > :"SYS_B_03" THEN a.Description ELSE CAST(a.Description || :"SYS_B_04" AS NVARCHAR2(:"SYS_B_05")) END AS Description FROM VPAType a LEFT JOIN (SELECT DISTINCT VPATypeID AS Total,VPATypeID FROM VPADefault b WHERE b.VPSystemID = :"SYS_B_06") b ON (a.VPATypeID=b.VPATypeID) LEFT JOIN (SELECT DISTINCT VPATypeID AS Total,VPATypeID FROM VPALinearDetail b WHERE b.VPSystemID = :"SYS_B_07" AND b.Active > :"SYS_B_08") c ON (a.VPATypeID=c.VPATypeID) WHERE a.VPATypeID NOT IN(:"SYS_B_09",:"SYS_B_10",:"SYS_B_11") UNION SELECT a.VPATypeID AS ID, a.Description FROM VPAType a WHERE VPATypeID IN(:"SYS_B_12",:"SYS_B_13",:"SYS_B_14")
    Can anyone help me out here and tell what might be causing the error?
    Note: No error is generated on the client machine and the requested recordset is returned will all the proper results.
    TIA,
    Doug.

    For further analysis see this description on metalink:
    ORA-600 [17281] "Error closing all cursors for an instantiation"
    Doc ID: Note:39361.1
    Werner

  • ORA-00600: internal error code, arguments: [sorput_1] and ORA-00060

    Dear All,
    We are facing the followings problems on oracle 9.2.0.6 ,kindly help us.
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [sorput_1], [], [], [], [], [], [], []
    ORA-00060: deadlock detected while waiting for resource
    Current SQL statement for this session:
    INSERT INTO TE_MELDUNG(LADELAUF_ID,MMELDUNG_ID,TABELLE,TABELLE_SEQ_ID,SPALTE,WERT,MAPPINGNAME,LADE_ID,LADE_DAT) VALUES ( :1, :2, :3, :4, :5, :6, :7, :8, :9)
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value
    Regards,
    VInod Kumar

    Hi all ,
    I already gone through metalink and refered Note 139260.1 and Note 2556195.8
    These are regarding if pipelined function usage problem , and we are not using any pipe line function

  • ORA-03113: end-of-file on communication channel & ORA-00600: internal error

    Hi All,
    I am testing my database which is already on 11gr1 working fine for application but after migration from 11gR1 to 11gR2 i am getting the below error while running application on a view:-
    ORA-03113: end-of-file on communication channel
    Process ID: 3280
    Session ID: 35 Serial number: 11301
    Above Error gets resolved after changing the order of underline tables and recreate But their is another error i am getting with same test case means select from a view
    ORA-00600: internal error code, arguments: [kkqtSetOp.1], [], [], [], [], [],[], [], [], [], [], []
    This view is complex and nested. But working fine in 10g 11gR1. Please help...
    Edited by: 832546 on Feb 8, 2011 1:48 AM

    Hi,
    Above errors ORA-00600: internal error is resolved after i submit SR. They suggest to change parameter “_optimizer_join_factorization” to false.
    But i am still facing with another error with view on oracle 11gr2
    ORA-03113: end-of-file on communication channel...
    Below is the work around i done for "ORA-03113: end-of-file on communication channel"
    Join Condition for view is
    t1.VERSION=t2.VERSION
    and t1."PLAN"=t2.BASELINE_PLAN_ID
    and t1.PLAN_VERSION=t2.BASELINE_PLAN_VERSION
    If i run by just removing any one of above join condition is works fine but since i dont know business logic so i come up with solution below
    1. create table t111 as select * from t1;
    2. rename table t1 to abc
    3. rename t111 to t1
    Now it is starts working.
    I don't know what had happen but i find workaround not solution.
    If somebody suggest the solution and reason why this happening highly appreciated.
    Please Help....
    Edited by: 832546 on Feb 14, 2011 3:24 AM

  • 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: [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: [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: [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: [12209], [0], [], [], [], [], []

    Hi All,
    I am facing this ORA-00600: internal error code, arguments: [12209], [0], [], [], [], [], [], [] in my production database oracle 8i version.
    kindly let me know actions to be taken.
    thank you

    Amit,
    The doc id mentioned by Satish already,*138325.1* is the correct note for the error code of yours.As its not right to post the content of metalink material, I shall just say that you have hit a bug which is removed in the release of 10g. So you should upgrade to 10g and/or , post the trace files which are created by this error to Oracle Support. I am not sure that would work either as support for 8i is not there any more.
    HTH
    Aman....

  • ORA-00600: Internal error code, arguments  [17034],

    Anybody know what is this error:
    ORA-00600: Internal error code, arguments [17034],
    [812574084], [0], [], [], [], [], []
    Thanks.

    1) My RDBMS version is 8.0.4
    My OS version is AIX 4.3.2
    My forms developer version is 5.0.6.8.0
    2) The error has been ocurred about 5 times every day.
    3) The session wasn4t kill.
    4) Yes, there are many statements, and they are diferent.
    5) Yes, the statements are the same in each trace file.
    ERROR BACKGROUND
    1) The application was develop with forms developer 5.0.6.8.0 and the RDBMS version was 8.0.5 on OS Win NT 4.0.
    2) After that, i made an full export of data base.
    3) Next, on AIX, i made an import of all data of 2.).
    Now, i see that the application don44t work very well.
    I send some part os trace file.
    I will appreciate your help.
    Thanks thomas.

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

    Anyone faced this error before?
    ORA-00600: internal error code, arguments: [KGHLKREM1], [0x43DB845F8], [], [], [], [], [], []
    Thanks
    PS: 11.5.10.2 db version is:10.2.0.3

    Helios,
    This is the only hit in Metalink (with the database version and argument you have).
    Note: 470459.1 - ORA-600 [kghlkrem1]
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=470459.1
    ORA-00600 errors are database internal errors, and the issue could be specific to your installation/database. Do not follow any steps in this link, instead log a SR and submit the trace file to Oracle Support (as suggested in the document).
    Regards,
    Hussein

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

    Hi All,
    I Got ORA-00600: internal error code, arguments: [6122], [0], [4], [0], [], [], [], [], [], [], [], []
    today i check for Oracle knowledge but i can see only until 9i version.
    I am pasting my OS AND database version below
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE 11.2.0.2.0 Production
    TNS for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    I didn't find any knowledge for my database base version please any one help me on this
    Thanks in Advance
    Kind Regards
    Venkat

    980323 wrote:
    Hi Vishal,
    No not yet i will paste my trace file please can you have a look on it
    Dump continued from file: /oracle/admin/diag/rdbms/ewahed13/EWAHED13/trace/EWAHED13_ora_14503.trc
    ORA-00600: internal error code, arguments: [6122], [0], [4], [0], [], [], [], [], [], [], [], []
    ========= Dump for incident 22995 (ORA 600 [6122]) ========
    *** 2013-05-16 12:36:32.933
    dbkedDefDump(): Starting incident default dumps (flags=0x2, level=3, mask=0x0)
    ----- Current SQL Statement for this session (sql_id=6zcs0sc3nhj85) -----
    UPDATE "CS_ACTUALS"."APPLICATIONSTATE" SET "DEFINITION"=:1,"DEFINITIONDT"=:2 WHERE "DEFINITIONDT"=:3 AND "ROWID"=:4 RETURNING ROWID into :5Depending upon the platform version see bugs:
    Bug 12926930
    Bug 15907953
    Bug 16374276
    I thinks its the Index block corrupt - So you have following options
    1) Apply the patch - which is possible by seeing the exact bud
    2) Try to recover the block
    3) Try to drop and recreate the index - If its a non sys object.
    You need to check and populate V$DATABASE_BLOCK_CORRUPTION for blocks which are marked corrupt.
    Use dbv,rman validate commands to populate V$DATABASE_BLOCK_CORRUPTION view
    Use - Identify the corruption extension using RMAN/DBV/ANALYZE etc [ID 836658.1] note for identifying the blocks that are corrupt.

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

    刘大您好:
    我这里最近3天2个节点均出现,至少每天产生 5个以上的报错
    ORA-00600: internal error code, arguments: [729], [766432], [space leak], [], [], [], [], []
    环境 AIX 5.3 10.2.0.4 RAC RAW 设备 2节点
    节点1截取一个:日志如下
    [oracle@busdbr1] /oracle/admin/busdb/bdump 149> more alert_busdb1.log_2012-12-26_08-40-00
    Wed Dec 26 08:02:30 2012
    Thread 1 advanced to log sequence 209731 (LGWR switch)
    Current log# 5 seq# 209731 mem# 0: /dev/rlvbuslog131
    Current log# 5 seq# 209731 mem# 1: /dev/rlvbuslog132
    Wed Dec 26 08:02:30 2012
    LNS: Standby redo logfile selected for thread 1 sequence 209731 for destination LOG_ARCHIVE_DEST_2
    Wed Dec 26 08:33:13 2012
    Errors in file /oracle/admin/busdb/udump/busdb1_ora_2240784.trc:
    ORA-00600: internal error code, arguments: [729], [766432], [space leak], [], [], [], [], []
    Wed Dec 26 08:33:14 2012
    Trace dumping is performing id=[cdmp_20121226083314]
    Wed Dec 26 08:36:34 2012
    Thread 1 advanced to log sequence 209732 (LGWR switch)
    Current log# 2 seq# 209732 mem# 0: /dev/rlvbuslog121
    Current log# 2 seq# 209732 mem# 1: /dev/rlvbuslog122
    Wed Dec 26 08:36:34 2012
    LNS: Standby redo logfile selected for thread 1 sequence 209732 for destination LOG_ARCHIVE_DEST_2
    节点2 截取一个日志如下:
    [oracle@busdbr2] /oracle/admin/busdb/bdump 1448> more alert_busdb2.log_2012-12-26_06-40-00
    Wed Dec 26 06:00:25 2012
    Thread 2 advanced to log sequence 106520 (LGWR switch)
    Current log# 4 seq# 106520 mem# 0: /dev/rlvbuslog221
    Current log# 4 seq# 106520 mem# 1: /dev/rlvbuslog222
    Wed Dec 26 06:00:25 2012
    LNS: Standby redo logfile selected for thread 2 sequence 106520 for destination LOG_ARCHIVE_DEST_2
    Wed Dec 26 06:33:22 2012
    Errors in file /oracle/admin/busdb/udump/busdb2_ora_165784.trc:
    ORA-00600: internal error code, arguments: [729], [1472128], [space leak], [], [], [], [], []
    Wed Dec 26 06:33:23 2012
    Trace dumping is performing id=[cdmp_20121226063323]
    Wed Dec 26 06:36:22 2012
    Trace dumping is performing id=[cdmp_20121226063633]
    MOS 上查到相关信息,除了打patch 没有更加治本的方法。
    我想问刘大对于此问题的相关经验:
    如果不打patch,uga 内存溢出,是否可以通过重启instance 来解决这个问题?

    Hi!
    There is a memorybug in Oracle.
    Download the patchkit and upgrade.

Maybe you are looking for

  • Trouble with findig printer with Bonjour (HP all in one printer)

    Hi, I have a problem with connecting to my HP Printer. When the printer and the iMac is booted freshly I can connect to the printer without any problems, also I can find the printer trought the printer browser via Bonjour. But after a while the conne

  • Shall i put a 7200rpm hard drive into my black macbook for logic pro?

    hi, i bought high spec black macbook refurbished which came with a 5400rpm drive inside it. Im using logic pro, and its been running fine with small projects, but when i have a medium sized project using several vst instruments and exs24s using many

  • View entire dataset after non destructive sorting.

    So I have a page that calls a large number of records and I allow the user to narrow the choices down using a standard non destructive filter in a text box. I return the results in a repeating tr  table. The recordset contains maybe 15 datapoints be

  • No Display Following System Recovery

    I just performed a system reocvery on this PC, running Windows Vista. Immediately following the recovery, I'm getting no display on the monitor. The monitor shows the HP logo, then loading Windows. At this point the screen goes blank and the monitor

  • Sort files in Finder Column View?

    Like to sort files by date in column view, is this possible? I know you can do it in List view, but can't seem to do this in column view. It would have to be folder specific, as the upper level (which are folders of folders) should be alphabetical, t