ORA-00600: internal error code after Linux update

Hi,
I just updated openSuSE from version 10.2 to 11.0 using the online repositoties. It seemed to keep all of my Oracle 10.2 directories and files intact. The Listener starts just fine, but the DB starts and then disconnects...
SQL*Plus: Release 10.2.0.1.0 - Production on Mi Sep 17 16:41:12 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> ORA-00600: internal error code, arguments: keltnfy-ldmInit, 46, 1], [, ], [, ], [
SQL> Disconnected
I've checked /etc/hosts. It contains the exact same info as my archived copy (that I saved before updating Linux). My /etc/profile.local file is also exactly the same; all pertinent variables are exported. So can someone please give me some other reasons for why the DB would disconnect?
Thanks for your replies!

You can verify if your system can lookup its hostname using ping:
[root@cfengine ~]# hostname
cfengine
[root@cfengine ~]# ping -c 1 cfengine
PING cfengine (10.0.0.1) 56(84) bytes of data.
64 bytes from cfengine (10.0.0.1): icmp_seq=1 ttl=64 time=0.026 ms
--- cfengine ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.026/0.026/0.026/0.000 ms
Above example shows a hostname (cfengine) which could be resolved; a hostname is used and the ping utility was able to resolve the ip address (10.0.0.1). Please mind that the actual function of the ping utility is to test host connectivity using the ICMP protocol, but because ping needs to resolve the ip address of a hostname to do so, it can be used to see if a hostname exists. There are much other methods to do so.
[root@cfengine ~]# ping -c 1 nonexistent
ping: unkown host nonexistent
Above example shows a hostname (nonexistent) which could not be resolved.
If a hostname can not be resolved, the hostname should be made resolvable. The most easy way to do so is by adding the ip address and hostname to /etc/hosts:
[root@cfengine ~]# ifconfig | grep inet
inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe08::a00:27ff:fe40:ec86/64 Scope:Link
inet addr:127.0.0.1 Mast:255.0.0.0
inet6 addr: ::1/128 Scope:Host
The ip address, 10.0.0.1 in my case. Next, put this ip address and the hostname in /etc/hosts:
[root@cfengine ~] echo "10.0.0.1 cfengine" >> /etc/hosts
Try ping again to see if the hostname can be resolved:
[root@cfengine ~]# ping -c 1 cfengine
PING cfengine (10.0.0.1) 56(84) bytes of data.
64 bytes from cfengine (10.0.0.1): icmp_seq=1 ttl=64 time=0.026 ms
--- cfengine ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 0.026/0.026/0.026/0.000 ms

Similar Messages

  • ORA-00600: internal error code while using UpdateXML to update xml content

    Hi,
    I have been using the UpdateXML command to replace content of xml stored in XMLType. It was working absolutely fine.
    Below is the query:
    UPDATE temp d SET d.message_content = updateXML(d.message_content,'//*[.="Test" ]/text()','"Test123"') WHERE                          existsNode(d.message_content,'//*[.="Test"]')=1";
    But now i'm getting an exception as follows:
    ORA-00600: internal error code, arguments: [qmcxeUpdateXml:2.1], [], [], [], [], [], [], []
    The table uses a Free Test Index.
    I searched the forum and found from the given link https://forums.oracle.com/forums/thread.jspa?threadID=2352772 that corrupted Index may be the cause of this problem. I'm still clueless :(
    Can someone help me?

    Hi sprightee,
    That thread you found seems to be a different problem (Ora-600 argument is different)
    I think you have hit bug 6811908, at least if Odie is correct about your version.
    Bug says No workaround - Fixed in 11.1.0.8
    Regards
    Peter

  • 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: [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

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

    Dear All,
    Our's is
    Windows 2000 Server,Oracle 9.2.0.4 version,1.5 GB RAM.
    (two instances are running , devlopment DB)
    One day , suddenly i am facing this error.
    ORA-00600: internal error code, arguments: [kghGetHpSz1], [0x4B0FE54], [], [], [], [], [], []
    After this i restarted the Db ,again it starts working normally.
    After that ,Till now i didnt faced any problem.
    I want to know what is the cause and permanent solution to rectify this......
    Please suggest solution.
    Regards
    Dhamodharan.L

    Hi,
    Kindly upload the alert file and trace files relevant to this to oracle.. for faster solutions (and update your cell number )
    Thanks
    --Raman                                                                                                                                                                                                                                                                                                               

  • INTERESTING:  ORA-00600: internal error code,

    Here is the scenario:
    DB1 = 11.2.0.1.0 Linux 5
    DB2 = 11.2.0.1.0 Linux 5
    Init.ora on DB1 and DB2 are exactly the same.
    On DB1, I run this and get ORA-600:
    select distinct i.short_desc,c.short_desc, c.long_desc
    from pace_masterdbo.codes c, pace_masterdbo.code_values cv, pace_masterdbo.interfaces i
    where C.INSTANCE=CV.CODE_INST
    and CV.INTFC_INST=I.INSTANCE 2 3 4
    5 /
    from pace_masterdbo.codes c, pace_masterdbo.code_values cv, pace_masterdbo.interfaces i
    ERROR at line 2:
    ORA-00600: internal error code, arguments: [qkaffsindex5], [], [], [], [], [], [], [], [], [], [], []
    On DB2, with the same configuration and exact init.ora parameters it works without issue.
    Now on DB1 if I change the following, it works fine, wondering what's going on.
    alter session set "_optimizer_cost_based_transformation" =off;
    Session altered.
    select distinct i.short_desc,c.short_desc, c.long_desc
    from pace_masterdbo.codes c, pace_masterdbo.code_values cv, pace_masterdbo.interfaces i
    where C.INSTANCE=CV.CODE_INST
    and CV.INTFC_INST=I.INSTANCE 2 3 4
    5 /
    NOW WORKS FINE.. ANY IDEA???
    Thanks in Advance..
    Nirmal

    Ok I've already got this problem...
    After the upgrade from 11.5.9 / 9.2.0.8 to 11.5.10.2/10.2.0.3 we are getting errors in DB alert logs:
    ORA-00600: internal error code, arguments: [kcbz_check_objd_typ_3], [0], [0], [1], [], [], [], []
    A search through ORA-600 lookup tool turns up this note:
    Subject:     ORA-600 [kcbz_check_objd_typ_3]
    Doc ID:     Note:406787.1     Type:     REFERENCE
    Last Revision Date:     10-JUL-2008     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# 6405339 See Note 6405339.8
    Corruption / OERI[kcbz_check_objd_typ_3] / OERI:5400 from PQ
    Fixed: 10.2.0.5, 11.1.0.7, 11.2
    Bug# 5689412 See Note 5689412.8
    ORA-600 [kcbz_check_objd_typ_3] after SCN based recovery
    Fixed:
    Bug# 4592596 See Note 4592596.8
    Corruption (ORA-1410) from multi-table insert with direct load
    Fixed: 10.2.0.4, 11.1.0.6
    Bug# 4430244 + See Note 4430244.8
    Segment advisor can load blocks of dropped objects into buffer cache (KCB OERI errors)
    Fixed: 10.2.0.4, 11.1.0.6
    Metalink Note 466049.1 describes summary of Bugs Containing ORA - 00600[kcbz_check_objd_typ_3]
    If you have questions ask.
    Kirill Babeyev

  • Failed to compile: ORA-00600: internal error code, arguments:...

    Hi All,
    I'm using Oracle 11g. I've successfully created a trigger for insert and update.
    Here is my trigger.
    *CREATE OR REPLACE TRIGGER {OracleAssistSchema}.trg_emp_general_insert_update*
    *BEFORE INSERT OR UPDATE OF ssn,last_name,first_name,middle_initial,name_prefix,name_suffix,custom_id,date_of_birth,number_of_children,current_appointment_date,agency,service_type,retirement_system,annual_leave_balance,sick_leave_balance,frozen_sick_leave_balance,fegli_code,fehb_code,ss_earnings_pre1951,pay_schedule,pay_rate,pay_effective_date,biweekly_tod,tod_effective_date,contains_excess_lwop,gender,home_phone,address1,address2,address3,city,state,zip,zip_four,county,country,email_address,married,spouse_ssn,spouse_last_name,spouse_first_name,spouse_middle_initial,spouse_name_prefix,spouse_name_suffix,spouse_date_of_birth,spouse_gender,date_of_marriage,place_of_marriage,position_description,csrs_ss_abroad_yrs,csrs_ss_abroad_mos,fers_ss_abroad_yrs,fers_ss_abroad_mos,unhealthful_service_yrs,unhealthful_service_mos,unhealthful_service_days,non_federal_credit_leave_yrs,non_federal_credit_leave_mos,pay_plan,grade,fegli_base_check,fegli_base,work_schedule,country_code,selected_date,selected_user_id,selected_report_id ON {OracleAssistSchema}.emp_general*
    FOR EACH ROW
    DECLARE
    p_first_service_from_date   DATE;
    p_last_service_to_date      DATE;
    p_first_salary_from_date    DATE;
    p_last_salary_to_date       DATE;
    --p_first_ss_year             NUMBER;*
    --p_first_fers_year           NUMBER;*
    p_employee_id  NUMBER;
    p_current_appointment_date  DATE;
    p_pay_effective_date        DATE;
    v_dob                       DATE;
    BEGIN
    IF inserting THEN
    SELECT seq_emp_general.nextval
    INTO   :NEW.id
    FROM   dual;
    *:NEW.created_timestamp := SYSDATE;*
    *:NEW.last_updated_timestamp := SYSDATE;*
    *:NEW.profile_last_updated_timestamp := SYSDATE;*
    ELSIF updating THEN
    v_dob := :NEW.date_of_birth;
    p_pay_effective_date := :NEW.pay_effective_date;
    p_current_appointment_date := :NEW.current_appointment_date;
    p_employee_id := :NEW.id;
    SELECT MIN(from_date)
    INTO   p_first_service_from_date
    FROM   emp_service
    WHERE  employee_id = p_employee_id;
    SELECT MAX(to_date)
    INTO   p_last_service_to_date
    FROM   emp_service
    WHERE  employee_id = p_employee_id;
    SELECT MIN(from_date)
    INTO   p_first_salary_from_date
    FROM   emp_salary
    WHERE  employee_id = p_employee_id;
    SELECT MAX(to_date)
    INTO   p_last_salary_to_date
    FROM   emp_salary
    WHERE  employee_id = p_employee_id;
    -- no longer used: 8-10-08 AJB
    --SELECT MIN(YEAR)*
    --INTO   p_first_ss_year*
    --FROM   emp_ss_earnings*
    --WHERE  employee_id = p_employee_id;*
    --SELECT MIN(YEAR)*
    --INTO   p_first_fers_year*
    --FROM   emp_fers_earnings*
    --WHERE  employee_id = p_employee_id;*
    *:NEW.last_updated_timestamp := SYSDATE;*
    IF v_dob >= p_first_service_from_date THEN
    Raise_application_error((-20029),'ERROR: date_of_birth cannot be after the first service history from_date');
    ROLLBACK;
    ELSIF v_dob >= p_first_salary_from_date THEN
    Raise_application_error((-20029),'ERROR: date_of_birth cannot be after the first salary history from_date');
    ROLLBACK;
    -- 5-15-08 AJB: No longer check for earnings against DOB
    --ELSIF (To_date((p_first_ss_year + 1),'yyyy') < v_dob)*
    --       OR (To_date((p_first_fers_year + 1),'yyyy') < v_dob) THEN
    --  Raise_application_error((-20008),'Error:  date_of_birth cannot be after the first ss_earnings or fers_earnings year');
    --  ROLLBACK;
    ELSIF p_current_appointment_date < p_last_service_to_date THEN
    Raise_application_error((-20029),'ERROR:  current_appointment_date cannot be before the final service history to_date.');
    ROLLBACK;
    ELSIF p_pay_effective_date < p_last_salary_to_date THEN
    Raise_application_error((-20029),'ERROR:  pay_effective_date cannot be before the final salary history to_date.');
    ROLLBACK;
    ELSE
    *:NEW.profile_last_updated_timestamp := SYSDATE;*
    END IF;
    END IF;
    END;
    When I went to Oracle Enterprise Manager, opened this trigger, and tried to compile it. I got the following error.
    *Failed to compile: ORA-00600: internal error code, arguments: [kkdlReadOnDiskDefVal: error], [1403], [0], [73], [], [], [], [], [], [], [], []*
    Any one have any ideas?
    Any help must be much appreciates.
    Thanks,
    Khoi Le

    Refer to these notes:
    Bug 6368200 - ORA-600 [kkdlReadOnDiskDefVal: error] can occur [ID 6368200.8]
    Bug 9582272 - OERI [kkdlReadOnDiskDefVal: error] on ALTER TRIGGER [ID 9582272.8]

  • On Startup - ORA-00600: internal error code, arguments: [3700], [1], [15]..

    /usr/lib/oracle/xe/app/oracle/admin/XE/bdump/xe_lgwr_2811.trc
    I have an XE database for personal use which lost power today. After the machine booted back up I get the following in the .trc file:
    (Unfortunately I'm a Middleware ACE, and Metalink has been no help so far)
    Thanks, Jason
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    System name: Linux
    Node name: dignan
    Release: 2.6.18-8.el5xen
    Version: #1 SMP Wed Jun 6 00:05:22 EDT 2007
    Machine: i686
    Instance name: XE
    Redo thread mounted by this instance: 1
    Oracle process number: 6
    Unix process pid: 2811, image: oracle@dignan (LGWR)
    *** SERVICE NAME:() 2008-12-10 17:45:37.803
    *** SESSION ID:(46.1) 2008-12-10 17:45:37.803
    *** 2008-12-10 17:45:37.803
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [3700], [1], [15], [2], [2], [], [], []

    So recreating the control file per: [http://www.sap-img.com/oracle-database/how-to-backup-the-oracle-control-file.htm|http://www.sap-img.com/oracle-database/how-to-backup-the-oracle-control-file.htm] seems to have fixed the problem. Honestly I'm not sure exactly what happened but I followed the steps and ran the script and it seems to be working now. For as much as I know about being a DBA it could have been the magic Oracle fairy that fixed it :-)

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

    When I try to create ASM database throw DBCA I got below error.
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [ksprcvsp2], [808464479], [], [], [], [], [], []
    Current SQL statement for this session:
    alter diskgroup DATA MOUNT
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    I'm not able to find document id in metalink; Please let me know the document id ..
    Thanks

    Babu Baskar wrote:
    Sorry;
    Database verson : 10.2.0.1
    OS: Red Hat linux 4 AS (Throw Vmware 6)
    Yes; I know this is should be bug; But I want to know; Is there any method to resolve this issue..
    Well, the very first thing needed is to patch your db , try the same operation after patching.
    HTH
    Aman....

  • 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

  • ORA-00600: internal error code while drop package !

    Friends ,
    I am using oracle 10g in Oracle Ent Linux 5.0 . Now I want to drop a  user , when I give the 'drop user' command I got the below error :
    SQL> drop user user cascade;
    drop user user cascade
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [psdtyfnd_with_suffix], [], [], [],
    Then I try to manually drop all the object of the specified schema . All objects are dropped except a 'PACKAGE' . When I manually drop that PACKAGE
    again then I found the above error again . Now I am sure that  this 'package' is the main culprit .
    Now would anyone please help me how I drop this package manually  ? 

    Hi,
    Glad to know that its solved.
    The cause of this issue is not known. It is believed that importing into a database where these pipelined functions already exist may be the cause, but testing has failed to reproduce the problem.
    In one of the bugs logged for a similar issue,  problem will normally happen only on upgrade and not under regular running of the DB. Therefore, it should be of relatively low impact to the real users. Also, Upgrading to 11g you shouldn't encounter this problem.
    Regards,
    Suntrupth

  • ORA-00600: internal error code while inserting data in table

    hi gems..
    i am getting the below error while inserting data in a table...
    *ORA-00600: internal error code, arguments: [kqd-objerror$ ] , , [0], [98], [BIN$sm1O+fYhF1jgRAAhKNYyZA==$0], [], [], [], [], [], [], []*
    i can select the table absolutely but cant insert datas(but this is the schema owner and so datas should get inserted)
    i have checked the alert.log...the entries in last few lines are like this:
    <msg time='2011-11-25T03:08:55.763+05:30' org_id='oracle' comp_id='clients'
    type='UNKNOWN' level='16' host_id='ICS167DOR'
    host_addr='10.184.134.139'>
    <txt>Directory does not exist for read/write [oracle/ora11g/app/ora11g/product/11.2.0/dbhome_1/log] [oracle/ora11g/app/ora11g/product/11.2.0/dbhome_1/log/diag/clients]
    </txt>
    </msg>
    please help...thanks in advance
    Edited by: user12780416 on Nov 25, 2011 3:29 AM

    hi...
    finally i got the solution...i know that this problem may occur due to some other reasons also for different users...but the problem which caused the developers facing the error in this case is below:
    they faced the error while importing the dumps in the server. at the same time the application developers told that they can select the tables but cannot insert any datas.
    after listenning to this, i assumed that this may be a space problem with the system tablespace as it is responsible for storing the data dictionary.
    i asked for the free spaces for the system tablespace and got the reason. It has only 0.2% left.
    i told them to issue the resize command for the system01.dbf datafile(allocated 2GB more) and the problem got resolved.
    Hope this helps..thanks

  • ORA-00600: internal error code While trying to view cube

    While trying to view cube, i encounter the following error
    oracle.dss.dataSource.common.QueryRuntimeException: BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.idl.util.OlapiException: java.sql.SQLException: ORA-00600: internal error code, arguments: [xsLMapCrtAddPhrase01], [], [], [], [], [], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 42
    ORA-06512: at line 1
    oracle.dss.dataSource.common.OLAPException: BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.idl.util.OlapiException: java.sql.SQLException: ORA-00600: internal error code, arguments: [xsLMapCrtAddPhrase01], [], [], [], [], [], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 42
    ORA-06512: at line 1
    oracle.express.idl.util.OlapiException: java.sql.SQLException: ORA-00600: internal error code, arguments: [xsLMapCrtAddPhrase01], [], [], [], [], [], [], [], [], [], [], []
    ORA-06512: at "SYS.GENDEFINITIONMANAGERINTERFACE", line 42
    ORA-06512: at line 1
    at oracle.dss.dataSource.common.QueryDataDirector.addDataDirectorListener(QueryDataDirector.java:795)
    at oracle.dss.dataView.ModelAdapter.setDataDirector(ModelAdapter.java:173)
    at oracle.dss.crosstab.CrosstabModelAdapter.setDataSource(CrosstabModelAdapter.java:54)
    at oracle.dss.dataView.Dataview.setDataSource(Dataview.java:396)
    at oracle.olap.awm.dataobject.dialog.olapi.UBiBeanUtil.getCrosstab(Unknown Source)
    at oracle.olap.awm.dataobject.dialog.olapi.UBiBeanUtil.showCrosstab(Unknown Source)
    at oracle.olap.awm.dataobject.dialog.olapi.UBiBeanUtil.showData(Unknown Source)
    at oracle.olap.awm.navigator.node.olapi.UCubeNode.actionPerformed(Unknown Source)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    This is with a simple cube with only one dimension. i had created the same cube earlier with 10 dimensions but same error occurred. i felt it had to do with my setup of the cube. I have recreated the cube a couple of times with different names but same error exists. interestingly all dimensions are viewable after maintenance.
    I am begining to doubt the efficacy of AWM + oracle OLAP in use for a production environment. i have been at this for quite some time but no solution yet. please i would appreciate anyhelp

    Have you ever had any cube working in this environment? yes. i had created multiple versions of the same cube with fewer dimensions. I had created a cube (USAGE) with 5 dimensions, it worked. I later created same cube with 10 dimensions, that was the Genesis of the error. i had exported the eif file, deleted the awm, reimpored the awm, same errors. recreated the cube same error. i even tried recreating the cube wih one dimension but the same error persists.
    database is Release 11.1.0.7.0
    AWM standalone client :awm11.1.0.7.0B

  • 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: [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.

Maybe you are looking for