How to overcome ORA-00600

Hi,
I am using Oracle 10G XE, and in our Application we happen to see ORA-00600 Oracle error,
Wed Sep 11 15:00:29 2013 Errors in file d:\orant\10gxe\app\oracle\admin\xe\udump\xe_ora_4564.trc:
ORA-00600: 内部エラー・コード、引数: [ktsircinfo_num1],[5],[5],[6275],[],[],[],[].......
how to we overcome this issue, any suggestion will be a great help...
Thanks,
Murali.

If this is XE, Oracle support will not support it.
What else you see in xe_ora_4546.trc file. What are you trying to do when you get this error? is it crashing on some query?
this ORA 600 with the first argument you posted is a bug but different bug for different versions. Post some more details so people can help you.

Similar Messages

  • How to resolve ORA-00600 [723][51202][1][51200][][]

    whats this error?
    i cant understand how this error created? i have heard much about it? can anyone plz tell me how to recover from this messs?
    what is the cause of this error?ow to resolve it?/
    thanks and regards
    VD
    Edited by: vikrant dixit on Nov 17, 2008 4:44 AM

    It's generally a good idea to contact Oracle Support in the event of an ORA-600 (or an ORA-7445, for that matter), but there's a lookup tool on MetaLink,
    the ORA-600/7445 Lookup Tool (Doc ID 153788.1), that can help you diagnose the most common problems.
    This error, w/ first argument of 723, is a PGA leak. It does not cause any database corruption, and can probably be safely ignored. If the leak errors are persistent, you could set event 10262 to ignore small leaks below a certain threshold value. Also, you should check out Doc ID 39308.1 for more info on this specific ORA-600.
    -Mark

  • How to overcome ORA-1439

    Hi DBAs,
    I'm trying to modify a column from number(10) to varchar2(15). But am getting ORA-1439 :column to be modified must
    be empty to change datatype. I'm running oracle 9.2
    Anyone knows what is the best method to overcome this?
    Thanks in advance.

    Hi,
    In order to do so, you must
    * Create a new column of the good datatype.
    * Update (transfer) the values
    * Drop the old column
    * Rename the new columnALTER TABLE myTable ADD ( newcol VARCHAR2(15) );
    UPDATE MyTable SET newcol=oldcol;
    ALTER TABLE myTable DROP COLUMN oldcol;
    ALTER TABLE myTable RENAME COLUMN oldcol TO newcol;Regards,
    Yoann.

  • How to overcome ORA-19279 error

    Hi,
    I have oracle 11.2.2 and following xml is loaded in xmltype table and trying to retrive data and getting following error, please anyone could help me to fix this error
    <?xml version="1.0" encoding="utf-8"?>
    <agents count="1382">
    <agent>
    <name>Nancy Palmer</name>
    <email>[email protected]</email>
    <agentid>MLSL:00525350</agentid>
    <officeid>58</officeid>
    <website>http://www.nancypalmer.com</website>
    <photo>https://sites.e-agents.com/Uploads/68/41/6841/Agents/agent_8418_NANCY_PALMER_COLOR_HEAD_SHOT_HIGH_QUALITY_2011.jpg</photo>
    <phone_direct>6504344313</phone_direct>
    <phone_cell>6504920200</phone_cell>
    <mod_time>2012-08-31T05:15:06.933</mod_time>
    </agent>
    <agent>
    <name>Genella Williamson</name>
    <email>[email protected]</email>
    <agentid>MLSL:00755754</agentid>
    <officeid>58</officeid>
    <website>http://www.apr.com/genella</website>
    <photo>https://sites.e-agents.com/Uploads/68/41/6841/Agents/agent_8426_genella.jpg</photo>
    <phone_direct>6504344319</phone_direct>
    <phone_cell>6507870839</phone_cell>
    <mod_time>2010-10-30T15:15:07.603</mod_time>
    </agent>
    <agent>
    <name>Diana Langley</name>
    <email>[email protected]</email>
    <agentid>MLSL:01256202,SFAR:805608</agentid>
    <officeid>50</officeid>
    <website>http://www.apr.com/DLangley</website>
    <photo>https://sites.e-agents.com/Uploads/68/41/6841/Agents/agent_7848_dlangley.jpg</photo>
    <phone_direct/>
    <phone_cell/>
    <mod_time>2011-06-06T05:15:06.587</mod_time>
    </agent>
    </agents>
    query usered to reterive data
    SELECT count, NAME, email,
           officeid, website,
           photo, phone_direct,
           phone_cell, mod_date
      FROM TEMP_XML tx,
           XMLTable('/agents'
                    PASSING tx.xml_data 
                    columns count        varchar2(30) path '@count',
                            NAME         VARCHAR2(100) path 'agent/name',
                             email        VARCHAR2(100) path 'agent/email',
                             officeid     VARCHAR2(100) path 'agent/officeid',
                             website      VARCHAR2(100) path 'agent/website',
                             photo        VARCHAR2(100) path 'agent/photo',
                             phone_direct      VARCHAR2(100) path 'agent/phone_direct',
                             phone_cell      VARCHAR2(100) path 'agent/phone_cell',
                             mod_date      VARCHAR2(100) path 'agent/mod_date'
    recieved error
    ORA-19279: XPTY0004 - XQuery dynamic type mismatch: expected singleton sequence - got multi-item sequence
    19279. 00000 -  "XQuery dynamic type mismatch: expected singleton sequence - got multi-item sequence"
    *Cause:    The XQuery sequence passed in had more than one item.
    *Action:   Correct the XQuery expression to return a single item sequence.Thanks in advance
    Best Regards,

    use
    SELECT count,
           NAME,
           email,
           officeid,
           website,
           photo,
           phone_direct,
           phone_cell,
           mod_date
      FROM TEMP_XML tx,
           XMLTable('agents' PASSING tx.xml_data
                    columns count varchar2(30) path '@count',
                    xml_part xmltype path '*') x,
           XMLTable('agent' PASSING x.xml_part
                    columns NAME VARCHAR2(100) path 'name',
                    email VARCHAR2(100) path 'email',
                    officeid VARCHAR2(100) path 'officeid',
                    website VARCHAR2(100) path 'website',
                    photo VARCHAR2(100) path 'photo',
                    phone_direct VARCHAR2(100) path 'phone_direct',
                    phone_cell VARCHAR2(100) path 'phone_cell',
                    mod_date VARCHAR2(100) path 'mod_date') y

  • ORA-00600 how to resolve this error?

    I was working on my Oracle 9i database and 6i form server. windows 2003
    my server suddenly restarted and after that oracle showing the error ORA-01033: ORACLE initialization or shutdown in progress...
    I try to resolve this error through this method. I received above mentioned error. please help how to resolve this error. ORA-00600.
    C:\>sqlplus
    SQL*Plus: Release 9.2.0.1.0 -
    Copyright (c) 1982, 2005, Oracle Corporation. All rights reserved.
    Enter user-name: sys as sysdba
    Enter password :[password]
    Shutdown Database
    SQL> shutdown immediate;
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    Startup Database (force)
    SQL> startup force;
    ORACLE instance started.
    Total System Global Area 135338868 bytes
    Fixed Size 453492 bytes
    Variable Size 109051904 bytes
    Database Buffers 25165824 bytes
    Redo Buffers 667648 bytes
    Database mounted.
    ORA-00600: internal error code, arguments: [kcratr1_lostwrt],[],[],[]..................

    There was an instance failure.
    Then you did a clean shutdown using shutdown immediate
    After that, was there any need for giving startup force.
    Because that command starts up the database and shuts it down in abort mode, and then starts the database with an instance
    recovery.
    You should have tried a direct startup also before trying to attempt forceful startup.
    *Startup force needs to be used with care.
    For carrying out normal startup, simply typing startup will do.
    Startup force is being used, when you want to refresh the already running database and facing issues like database showing errors while shutting down before starting up again.
    Startup force actually, crashes the instance (just like shutdown abort) and then start your database normally. This do require instance level recovery.*
    ORA-00600 are thrown when some internal errors happen. Ideally you should contact Oracle for metalink. For a first level step of troubleshooting, you can search in metalink
    like what others said here.

  • Does anyone know how to intrepret an ORA-00600 ?

    Hi,
    I know that this is a generic internal error usually
    reserved for Oracle support to decipher...
    But, I was wondering if anyone here knows how to interpret
    and diagnose an ORA-0600 on their own ?
    Thanks in advance for any information you may have.
    --- John

    Al,
    Thanks for your reply. I did try Metalink before asking
    here, and really there isn't anything definitive.
    Certainly nothing along the lines of identifying and
    correcting the actual problem within the ORA-00600.
    The server in question is an HP Linux, with Oracle 9.2.0.1
    The errors are:
    Errors in file /usr/acct/oracle/9.2.0/rdbms/log/rtl_ora_27630.trc:
    ORA-00600: internal error code, arguments: [17070], [], [], [], [], [], [], []
    Thu Mar 18 23:00:16 2004
    Errors in file /usr/acct/oracle/9.2.0/rdbms/log/rtl_ora_27630.trc:
    ORA-00600: internal error code, arguments: [510], [0x548ADF78], [library cache],
    Thu Mar 18 23:00:17 2004
    Errors in file /usr/acct/oracle/9.2.0/rdbms/log/rtl_ora_27630.trc:
    ORA-00600: internal error code, arguments: [510], [0x548ADF78], [library cache],
    Thu Mar 18 23:00:17 2004
    Errors in file /usr/acct/oracle/9.2.0/rdbms/log/rtl_ora_27630.trc:
    ORA-00603: ORACLE server session terminated by fatal error
    Thanks,
    --- John

  • How to fix this (ORA-00600: internal error code, arguments) error.. help me

    SQL> conn /as sysdba
    Connected.
    SQL> conn hr/hr
    ERROR:
    ORA-01033: ORACLE initialization or shutdown in progress
    Process ID: 0
    Session ID: 0 Serial number: 0
    I tried to fixed this  way but I could not.
    SQL> conn /as sysdba
    Connected.
    SQL> select status from v$instance
    2 ;
    STATUS
    MOUNTED
    SQL> shutdown immediate
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 753278976 bytes
    Fixed Size 1374724 bytes
    Variable Size 469763580 bytes
    Database Buffers 276824064 bytes
    Redo Buffers 5316608 bytes
    Database mounted.
    ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr], [1],
    [332], [94], [138], [], [], [], [], [], [], []
    SQL> select status from v$instance
    2 ;
    STATUS
    MOUNTED
    SQL> Select object_name,object_type,owner from dba_objects where data_object_id=
    332
    2 ;
    Select object_name,object_type,owner from dba_objects where data_object_id=332
    ERROR at line 1:
    ORA-01219: database not open: queries allowed on fixed tables/views only
    SQL> conn /as sysdba
    Connected.
    SQL> Select object_name,object_type,owner from dba_objects where data_object_id=
    332
    2 ;
    Select object_name,object_type,owner from dba_objects where data_object_id=332
    ERROR at line 1:
    ORA-01219: database not open: queries allowed on fixed tables/views only
    SQL> shutdown immediate
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    SQL> startup mount
    ORACLE instance started.
    Total System Global Area 753278976 bytes
    Fixed Size 1374724 bytes
    Variable Size 469763580 bytes
    Database Buffers 276824064 bytes
    Redo Buffers 5316608 bytes
    Database mounted.
    SQL> recover database
    Media recovery complete.
    SQL> alter database open
    2 ;
    alter database open
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [kcratr_nab_less_than_odr], [1],
    [332], [94], [138], [], [], [], [], [], [], []

    ORA-00600 is the final "it's not anything else" error. It pretty much means "open an SR". There is an ora-0600 lookup tool on MOS where you can feed it some arguements from your specific error and see if anything comes up. But you'll still need an MOS account, either way.

  • While updating a table i am getting ORA-00600 error.

    Hi all,
    While updating a table i am getting the following:
    **SQL Error: ORA-00600: internal error code, arguments: [qkebCreateConstantOpn1], [], [], [], [], [], [], [], [], [], [], []**
    **00600. 00000 - "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]"**
    I am not getting how to proceed on this. Please guide me.
    Thanks,
    Ritesh

    While performing some unspecified action (no DML) on an unknown table (no DDL) in an unknown version and edition of the Oracle database you had an untrapped Oracle exceptions.
    There are too many unknowns to help you beyond recommending you open an SR at MyOracleSupport.

  • Ora-00600 error when dropping a table

    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    When I tried to drop a table, I got 600 error:
    SQL> desc DEV.ATTR_IDX$EX
    Name Null? Type
    NODE_ID NOT NULL NUMBER
    COL1 NUMBER
    SQL> show user;
    USER is "DEV"
    SQL> select count(*) from DEV.ATTR_IDX$EX;
    COUNT(*)
    0
    SQL> drop table DEV.ATTR_IDX$EX;
    drop table DEV.ATTR_IDX$EX
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [15265], [], [], [], [], [], [], [],
    SQL> drop table DEV.ATTR_IDX$EX purge;
    drop table DEV.ATTR_IDX$EX purge
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [15265], [], [], [], [], [], [], [],
    I guess this is because it had a parent table, which I dropped (I used "drop table <parent_table>", and it did not give me error, very strange).
    SQL> select dbms_metadata.get_ddl('TABLE','ATTR_IDX$EX') from dual;
    DBMS_METADATA.GET_DDL('TABLE','ATTR_IDX$EX')
    CREATE TABLE "DEV"."ATTR_IDX$EX"
    ( "NODE_ID" NUMBER NOT NULL ENABLE,
    "COL1" NUMBER,
    FOREIGN KEY ("NODE_ID")
    REFERENCES () ON DELETE CASCADE ENABLE
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS"
    MONITORING
    Try to drop FK constraints yields the same error.
    So now how can I drop this table table, any work around?
    Thanks.

    This is a bug. There is no Patch avaialble for this yet. This error is seen where recyclebin is enabled. Possible workaround is to disable the recyclebin.
    This happens with the dictionary corruption due to inconsistency between obj$ and seg$.
    This is a correct answer but still i would suggest to contact Oracle support.

  • ORA-00600: internal error when delete master rows in a materialized view

    I have a materialized view in 11g2 on Redhat 5, defined asCREATE MATERIALIZED VIEW mv_idty
    PARALLEL BUILD IMMEDIATE REFRESH FAST ON COMMIT ENABLE QUERY REWRITE AS
    select IDTY_NAME_FIRST,IDTY_NAME_MIDDLE,IDTY_NAME_LAST,IDTY_NAME_SUFFIX,IDTY_SSN,
      IDTY_DR_LIC_NUM,IDTY_DR_LIC_STA,x.person_id,i.rowid i_rowid,x.rowid x_rowid
      from idty i,person_x_idty x where x.idty_id=i.idty_id; I deleted a few rows from the master tables and get error13:58:48 SQL> delete idty where  idty_id like 'test_row%' ;
    7 rows deleted.
    13:58:52 SQL> commit;
    commit
    ERROR at line 1:
    ORA-12008: error in materialized view refresh path
    ORA-00600: internal error code, arguments: [kkzfrfajv_markdml-1], [], [], [], [], [], [], [], [], [], [], [] I have other materialized views and they all delete master OK. This is the simplest one but causes problem. HELP!
    Edited by: user13148231 on Aug 11, 2010 5:45 PM

    Checked note 743766.1. It is not 100% relevant as it is about import, but the query is usefulselect sowner, vname, mowner, master from sys.snap_reftime$It reveals the materialized view some how based on other schema.
    Recreate the materialized view. problem solved.

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

    When startup database, I can see internal error.
    ORA-00600: internal error code, arguments: [4194], [65], [51], [], [], [], [], []
    When I googled, people saying that I need to create undo tablespace and replace it to old one.
    But problem is I can not create tablespace as I can not open database.
    How can I solve this issue ?

    What is the exact OS version ? What changes were made to cause this issue ? ORA-600 errors are only solvable by Support, but XE comes with no support
    Srini

Maybe you are looking for