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

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

hi
read metalink ID - 153788.1
CHeers

Similar Messages

  • ERROR at line 1:ORA-00600: internal error code, arguments: [ktsircinfo_num1

    Hi all,
    I need one help. In our one schema we have design like one temp and one parmanent table. The parmanent table is partition and we are used to exchange this partition with temporary table.
    It was working fine but since last many days we are facing a issue that while exchanging the table partition or coz some activity the table get courrepted and get the following error
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [ktsircinfo_num1], [24], [2],
    [49317], [], [], [], []
    Can anyone help us out. Any suggetion is greatful.
    Thanks

    It was working fine but since last many days we are facing a issueReview the changes that might have happened to the server in those past few days. OS upgrade, OS move, Oracle upgrade, post installation steps unsuccessful/not completed could be some of the many reasons, among others that Oracle support will identify when you open a SR, as suggested above.

  • ORA-00600: internal error code, arguments: ktsircinfo_num1, 2147483647, 102

    Dears,,
    I wrote the following code but received ORA-00600 error as following . . .
    declare
    num_corrupt int;
    begin
    dbms_repair.check_object
    schema_name => 'SYS',
    object_name => 'LOGMNRT_TS$',
    repair_table_name => 'REPAIR_PROBLEM',
    corrupt_count => num_corrupt
    dbms_output.put_line ('corrupt blocks count: '||to_char(num_corrupt));
    end;
    declare
    ERROR at line 1:
    ORA-00600: internal error code, arguments: ktsircinfo_num1, 2147483647,
    1024, 0], [, ], [, []
    ORA-06512: at "SYS.DBMS_REPAIR", line 293
    ORA-06512: at line 4
    Please,help
    Thanks & regards,,

    No Oracle version.
    No OS.
    No support as you said here in your other thread.
    Quite difficult to get this error of.Thanks Allah , I solved the problem . . .
    See my solution
    ORA-00600: internal error code, arguments: [ktsircinfo_num1], [2147483647],

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

    Dears,,
    I wrote the following code but received ORA-00600 error as following . . .
    declare
    num_corrupt int;
    begin
    dbms_repair.check_object
    schema_name => 'SYS',
    object_name => 'LOGMNRT_TS$',
    repair_table_name => 'REPAIR_PROBLEM',
    corrupt_count => num_corrupt
    dbms_output.put_line ('corrupt blocks count: '||to_char(num_corrupt));
    end;
    declare
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [ktsircinfo_num1], [2147483647],
    [1024], [0], [], [], [], []
    ORA-06512: at "SYS.DBMS_REPAIR", line 293
    ORA-06512: at line 4
    Please,help
    Thanks & regards,,

    Dears,,
    I solved my problem.
    See the following Scenario ( Sorry , it long code but may help you ),,
    *1- Build the repair table by using the ADMIN_TABLES procedure*
    BEGIN
    DBMS_REPAIR.ADMIN_TABLES
    ( table_name => 'REPAIR_problem' ,
    table_type => DBMS_REPAIR.REPAIR_TABLE ,
    action => DBMS_REPAIR.CREATE_ACTION ,
    tablespace => 'SYSTEM' );
    END;
    NOTE:- table_name MUST START WITH ( REPAIR_ ) *** REPAIR MUST BE CAPITAL
    2 - SET SERVEROUTPUT ON
    3- DECLARE num_corrupt INT;
    BEGIN
    num_corrupt := 0;
    DBMS_REPAIR.CHECK_OBJECT
    ( schema_name => 'SYS' ,
    object_name => 'LOGMNRT_TS$' ,
    repair_table_name => 'REPAIR_problem' ,
    corrupt_count => num_corrupt );
    DBMS_OUTPUT.PUT_LINE(' corrupt BLOCKS count: ' ||TO_CHAR(num_corrupt));
    END;
    I faced here ORA-00600: internal error code, arguments: [ktsircinfo_num1], [2147483647],
    Solution: I found that tablespace_name for LOGMNRT_TS table is null.
    So, i entered another table_name but the tablespace_name for it is not null
    It created successfully.
    Thanks & best regards,,

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

    Hi
    I am using Oracle 8i. ( 8.1.7)
    Windows NT 4.0
    Application was developed in VB / Oracle.
    Application was stable for a long time.Suddenly We are getting this message.
    ORA-00600: internal error code, arguments: [ktsircinfo_num1], [7], [8], [4162759], [], [], [], []
    while accessing a table. I can't even drop this table.
    It has got an index. That index initial segemnt was disabled when I look thru DBA studio.
    If anybody knows solution to this, please let me know.
    Renga

    Yes. Analyze table creates this problem. Fortunately I could rename this table. (Thanks to Oracle Technical support.) It solves the problem.
    Thanks for the reply.

  • 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: [unable to load XDB library]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Could you please give me more detail information?
    Thanks

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

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

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

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

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

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

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

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

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

Maybe you are looking for

  • Backing Up And Restoring iMovie

    To my dismay I have to completely reinstall my operating system, which happens to be OS X Snow Leopard 10.6.4. I need to back-up my iMovie events and projects to my external hard drive and then put it back the way it was after the OS install. I took

  • Is there any "offical bugs report" page?

    Hi, I am looking for the offical web page / email or something like that to report all bugs I can found on my phone. As far as I know, this is a discussion borad, not even a offical support page from Nokia. I tried to go to Nokia Care, and THEY NEVER

  • Its seems impossible to center a fixed size image on a container

    Hi, I have a fixed sized JPanel that I want to add to the center of a container. I would like my JPanel's center to be fixed to the center of the container. I have tried to use GridBagLayout with a GridbagConstraint like follows: GridBagLayout gridba

  • Updates for quicktime failed once again

    Like a fool I updated quicktime and of course it doesn't work, Can I get an older version of qt and still use the updated version of itunes?

  • Setting character encoding for the whole app

    I have a MySQL base which uses latin1 character set. I don't know which Java uses, but when I print some polish signs it puts ? instead. How do I change the character set for the whole application? Or maybe there is some completely different way?