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

Similar Messages

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

    Hi
    I am getting following error while issuing below query on production DB server.
    Please help me out.
    select * from ss_ntl_other_inc_det where ntl_seq_no=4071205129
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [4000], [13824], [], [], [], [], [],
    Thanks and Regards

    ....theres an ora600 lookup tool which helios posted. Always hit this first. maybe someone made a change that needs to be reversed? could find it in seconds with the 600 lookup tool. Always, always, always lookup that tool first. If it doesnt help only THEN log an SR.
    If the error is found in 600 lookup tool, the support engineer would only point you at that anyway which means you wasted minutes or even hours logging the call and waiting for the engineer to come back.
    I was on support anyway so had a look and that error is in the 600 lookup tool. OP, look it up.

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

    Hi All,
    I got the Error :ORA-00600: internal error code, arguments: [kwqiccidxe103], [2049] while import from 9i to 11.2.0.3 , for this i got metalink doc id : [ID 1538031.1]
    i got the solutions but need to know what is the root cause of this error in my environment.
    IMP-00017: following statement failed with ORACLE error 600:
    "BEGIN "
    "SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_QUEUE(HEXTORAW('A561818119361E1CE03400000E2"
    "5041D'),'QS_WS_ORDERS_MQTAB','QS_WS_BACKORDERS_QUE',0,5,0,0,86400,'');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 600 encountered
    ORA-00600: internal error code, arguments: [kwqiccidxe103], [2049], [], [], [], [], [], [], [], [], [], []
    ORA-06512: at "SYS.DBMS_AQ_SYS_IMP_INTERNAL", line 725
    ORA-06512: at "SYS.DBMS_AQ_IMP_INTERNAL", line 60
    ORA-06512: at line 2
    IMP-00091: Above error occurred on the following function and object: CREATE QS_WS_BACKORDERS_QUE. Remaining PL/SQL blocks for this object will be skipped.
    IMP-00017: following statement failed with ORACLE error 600:
    "BEGIN "
    "SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_QUEUE(HEXTORAW('A561818119351E1CE03400000E2"
    "5041D'),'QS_WS_ORDERS_MQTAB','QS_WS_SHIPPEDORDERS_QUE',0,5,0,0,86400,'');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 600 encountered
    ORA-00600: internal error code, arguments: [kwqiccidxe103], [2049], [], [], [], [], [], [], [], [], [], []
    ORA-06512: at "SYS.DBMS_AQ_SYS_IMP_INTERNAL", line 725
    ORA-06512: at "SYS.DBMS_AQ_IMP_INTERNAL", line 60
    ORA-06512: at line 2
    IMP-00091: Above error occurred on the following function and object: CREATE QS_WS_SHIPPEDORDERS_QUE. Remaining PL/SQL blocks for this object will be skipped.
    Please help me on this.
    Thanks,

    Hi,
    seems you are using advanced queuing, and i believe you are going with imp option. so you can use IGNORE=Y to do that
    you can check the doc. below
    Ref. Doc:http://docs.oracle.com/cd/B28359_01/server.111/b28420/manage.htm
    HTH

  • ORA-00600: internal error code, arguments: [ktssinseg3], [8], [37766017], [

    hi,
    i using oracle8i in solaris. i am trying to export one schema and trying to import it to another one schema within same database.
    what i did is
    $exp tms/tms owner=tms file=/export/home/oracle8i/thmexp.dmp
    here i get
    export terminated successfully without warning
    when i try to import i receive following errors
    IMP-00017: following statement failed with ORACLE error 600:
    IMP-00003: ORACLE error 600 encountered
    ORA-00600: internal error code, arguments: [ktssinseg3], [8], [37766017], [], []
    how i imported here is
    $ imp system/manager fromuser=tms touser=tms22 file=/export/home/oracle8i/tmsexp
    .dmp log=tms1.log
    Import: Release 8.1.7.0.0 - Production on Thu Sep 7 17:28:46 2006
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to: Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Export file created by EXPORT:V08.01.07 via conventional path
    Warning: the objects were exported by TMS, not by you
    import done in US7ASCII character set and US7ASCII NCHAR character set
    . importing TMS's objects into TMS22
    IMP-00017: following statement failed with ORACLE error 600:
    "CREATE TABLE "TMS_DAILYTIMESHEET" ("EMPID" VARCHAR2(8) NOT NULL ENABLE, "GR"
    "OUPID" NUMBER(8, 0) NOT NULL ENABLE, "TODAYDATE" DATE NOT NULL ENABLE, "PRO"
    "DID" NUMBER(8, 0) NOT NULL ENABLE, "TASKID" NUMBER(8, 0) NOT NULL ENABLE, ""
    "DESCRIPTION" VARCHAR2(500), "LEADERID" VARCHAR2(8) NOT NULL ENABLE, "PERSON"
    "HOURS" NUMBER(4, 2) NOT NULL ENABLE) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXT"
    "RANS 255 CACHE LOGGING STORAGE(INITIAL 8929280) TABLESPACE "GFTT""
    IMP-00003: ORACLE error 600 encountered
    ORA-00600: internal error code, arguments: [ktssinseg3], [8], [37766177], [], []
    IMP-00017: following statement failed with ORACLE error 600:
    "CREATE TABLE "TMS_DESIGNATION" ("DESIGNATIONID" NUMBER(8, 0), "DESCRIPTION""
    " VARCHAR2(50) NOT NULL ENABLE) PCTFREE 10 PCTUSED 40 INITRANS 2 MAXTRANS 2"
    "55 LOGGING STORAGE(INITIAL 204800) TABLESPACE "GFTT""
    IMP-00003: ORACLE error 600 encountered
    ORA-00600: internal error code, arguments: [ktssinseg3], [8], [37766017], [], []
    IMP-00017: following statement failed with ORACLE error 600:
    "CREATE TABLE "TMS_EMPLEADER" ("EMPID" VARCHAR2(8), "LEADERID" VARCHAR2(8), "
    ""TEAMID" NUMBER(8, 0), "STATUS" NUMBER(1, 0)) PCTFREE 10 PCTUSED 40 INITRA"
    "NS 1 MAXTRANS 255 LOGGING STORAGE(INITIAL 20480) TABLESPACE "GFTT""
    IMP-00003: ORACLE error 600 encountered
    ORA-00600: internal error code, arguments: [ktssinseg3], [8], [37766017], [], []
    IMP-00017: following statement failed with ORACLE error 600:
    "CREATE TABLE "TMS_EMPLOYEE" ("EMPID" VARCHAR2(8), "EMPNAME" VARCHAR2(35) NO"
    "T NULL ENABLE, "USERNAME" VARCHAR2(20) NOT NULL ENABLE, "PASSWORD" VARCHAR2"
    "(15) NOT NULL ENABLE, "DESIGNATIONID" NUMBER(8, 0) NOT NULL ENABLE, "GROUPI"
    "D" NUMBER(8, 0) NOT NULL ENABLE, "STATUS" NUMBER(1, 0) NOT NULL ENABLE, "DO"
    "J" DATE NOT NULL ENABLE) PCTFREE 10 PCTUSED 40 INITRANS 2 MAXTRANS 255 LOG"
    "GING STORAGE(INITIAL 204800) TABLESPACE "GFTT""
    IMP-00003: ORACLE error 600 encountered
    ORA-00600: internal error code, arguments: [ktssinseg3], [8], [37766017], [], []
    Import terminated successfully with warnings.
    i dont know what is going wrong can anyone help me to resolve this issue....
    With regards
    Boo

    hi,
    i checked out every datafiles none of them were get corrputed.
    this is how i checked
    $ dbv file=tms1.dbf logfile=dbv.log
    $more dbv.log
    DBVERIFY: Release 8.1.7.0.0 - Production on Thu Sep 7 18:46:54 2006
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    DBVERIFY - Verification starting : FILE = tms1.dbf
    DBVERIFY - Verification complete
    Total Pages Examined : 102400
    Total Pages Processed (Data) : 6
    Total Pages Failing (Data) : 0
    Total Pages Processed (Index): 8
    Total Pages Failing (Index): 0
    Total Pages Processed (Other): 42
    Total Pages Empty : 102344
    Total Pages Marked Corrupt : 0
    Total Pages Influx : 0
    With Regards
    Boo

  • ORA-00600: internal error code, arguments: [4553], [2], [0], [], [], [], []

    hello,
    i have the ORA-00600: internal error code, arguments: [4553], [2], [0], [], [], [], [], [] in my alert.log file. One resolution is to recreate the invalid objects, but this error is recurring frequently. In touch with oracle. has anyone faced this issue, what could be the problem?
    thanks in advance.
    Starting up ORACLE RDBMS Version: 10.1.0.4.0.
    System parameters with non-default values:
    processes = 300
    shared_pool_size = 83886080
    large_pool_size = 8388608
    java_pool_size = 50331648
    nls_language = american
    nls_territory = america
    sga_target = 369098752
    control_files = O:\ORACLE\DATABASE\CONTROL01.CTL, O:\ORACLE\DATABASE\CONTROL02.CTL, O:\ORACLE\DATABASE\CONTROL03.CTL
    db_block_size = 8192
    db_cache_size = 25165824
    compatible = 10.1.0.2.0
    db_file_multiblock_read_count= 16
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=orclXDB)
    shared_servers = 0
    job_queue_processes = 10
    background_dump_dest = D:\ORACLE\PRODUCT\10.1.0\ADMIN\ORCL\BDUMP
    user_dump_dest = D:\ORACLE\PRODUCT\10.1.0\ADMIN\ORCL\UDUMP
    core_dump_dest = D:\ORACLE\PRODUCT\10.1.0\ADMIN\ORCL\CDUMP
    sort_area_size = 65536
    db_name = ORCL
    open_cursors = 1000
    pga_aggregate_target = 25165824
    LGWR started with pid=5, OS id=136
    SMON started with pid=7, OS id=3524
    RECO started with pid=8, OS id=3244
    CJQ0 started with pid=9, OS id=420
    Thread 1 advanced to log sequence 14383
    Current log# 1 seq# 14383 mem# 0: O:\ORACLE\DATABASE\REDO11.LOG
    Current log# 1 seq# 14383 mem# 1: O:\ORACLE\DATABASE\REDO12.LOG
    Sat Nov 08 12:45:45 2008
    Private_strands 15 at log switch
    Thread 1 advanced to log sequence 14384
    Current log# 2 seq# 14384 mem# 0: O:\ORACLE\DATABASE\REDO21.LOG
    Current log# 2 seq# 14384 mem# 1: O:\ORACLE\DATABASE\REDO22.LOG
    Sat Nov 08 13:15:31 2008
    Errors in file d:\oracle\product\10.1.0\admin\orcl\udump\orcl_ora_4084.trc:
    ORA-00600: internal error code, arguments: [4553], [2], [0], [], [], [], [], []
    Sat Nov 08 13:19:42 2008
    Doing block recovery for file 2 block 332
    Block recovery range from rba 14384.24287.0 to scn 0.368893505
    Sat Nov 08 13:19:43 2008
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 14384 Reading mem 0
    Mem# 0 errs 0: O:\ORACLE\DATABASE\REDO21.LOG
    Mem# 1 errs 0: O:\ORACLE\DATABASE\REDO22.LOG
    Block recovery completed at rba 14384.24315.16, scn 0.368893506
    Doing block recovery for file 2 block 97
    Block recovery range from rba 14384.13864.0 to scn 0.368893505
    Sat Nov 08 13:19:44 2008
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 14384 Reading mem 0
    Mem# 0 errs 0: O:\ORACLE\DATABASE\REDO21.LOG
    Mem# 1 errs 0: O:\ORACLE\DATABASE\REDO22.LOG
    Block recovery completed at rba 14384.24315.16, scn 0.368893506
    Doing block recovery for file 5 block 651570
    Block recovery range from rba 14384.24287.0 to scn 0.368893508
    Sat Nov 08 13:19:45 2008
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 14384 Reading mem 0
    Mem# 0 errs 0: O:\ORACLE\DATABASE\REDO21.LOG
    Mem# 1 errs 0: O:\ORACLE\DATABASE\REDO22.LOG
    Block recovery completed at rba 14384.24373.16, scn 0.368893509
    Sat Nov 08 13:19:46 2008
    Errors in file d:\oracle\product\10.1.0\admin\orcl\udump\orcl_ora_4084.trc:
    ORA-00600: internal error code, arguments: [4553], [2], [0], [], [], [], [], []
    Doing block recovery for file 2 block 704
    Block recovery range from rba 14384.24391.0 to scn 0.368893512
    Sat Nov 08 13:23:27 2008
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 14384 Reading mem 0
    Mem# 0 errs 0: O:\ORACLE\DATABASE\REDO21.LOG
    Mem# 1 errs 0: O:\ORACLE\DATABASE\REDO22.LOG
    Block recovery completed at rba 14384.24419.16, scn 0.368893513
    Doing block recovery for file 2 block 41
    Block recovery range from rba 14384.24469.0 to scn 0.368894006
    Sat Nov 08 13:32:29 2008
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 14384 Reading mem 0
    Mem# 0 errs 0: O:\ORACLE\DATABASE\REDO21.LOG
    Mem# 1 errs 0: O:\ORACLE\DATABASE\REDO22.LOG
    Block recovery completed at rba 14384.25039.16, scn 0.368894007
    Doing block recovery for file 5 block 651570
    Block recovery range from rba 14384.24287.0 to scn 0.368893508
    Sat Nov 08 13:32:30 2008
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 14384 Reading mem 0
    Mem# 0 errs 0: O:\ORACLE\DATABASE\REDO21.LOG
    Mem# 1 errs 0: O:\ORACLE\DATABASE\REDO22.LOG
    Block recovery completed at rba 14384.24373.16, scn 0.368893509
    Sat Nov 08 13:45:44 2008
    Private_strands 15 at log switch
    Thread 1 advanced to log sequence 14385
    Current log# 3 seq# 14385 mem# 0: O:\ORACLE\DATABASE\REDO31.LOG
    Current log# 3 seq# 14385 mem# 1: O:\ORACLE\DATABASE\REDO32.LOG
    Sat Nov 08 14:31:08 2008
    Private_strands 15 at log switch
    Thread 1 advanced to log sequence 14386
    Current log# 1 seq# 14386 mem# 0: O:\ORACLE\DATABASE\REDO11.LOG
    Current log# 1 seq# 14386 mem# 1: O:\ORACLE\DATABASE\REDO12.LOG
    Sat Nov 08 15:01:31 2008
    Errors in file d:\oracle\product\10.1.0\admin\orcl\udump\orcl_ora_4048.trc:
    ORA-00600: internal error code, arguments: [ktspgfb-1], [], [], [], [], [], [], []
    orcl_ora_4048.trc:
    *** SERVICE NAME:(SYS$USERS) 2008-11-08 13:15:30.942
    *** SESSION ID:(303.2) 2008-11-08 13:15:30.942
    *** 2008-11-08 13:15:30.942
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [4553], [2], [0], [], [], [], [], []
    Current SQL statement for this session:
    INSERT INTO ssv_tav_basic VALUES(:v1,TO_DATE(:v2,'DD-MM-YYYY HH24:MI:SS'),:v3,:v4,:v5,:v6,TO_DATE(:v7,'DD-MM-YYYY HH24:MI:SS'),:v8,:v9,:v10,:v11)
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedmp+576          CALLrel  ksedst+0 0
    ksfdmp.160+14       CALLrel  ksedmp+0 3
    _kgeriv+139          CALLreg  00000000             7FD3170 3
    kgeasi+92           CALLrel  kgeriv+0 7FD3170 7ECE838 11C9 2
    8752BEC
    ktbtas+149          CALLrel  kgeasi+0 7FD3170 7ECE838 11C9 2 2 0 2
    0 0 0 0
    ktbair2+413         CALLrel  ktbtas+0 17614014 30 875369C
    kdxlne+517          CALLrel  ktbair2+0
    kcoissue_callback CALLreg 00000000 7F2CFA4 7F2CFE6 4 17614014
    +153 875369C
    kcoapl+751          CALLrel  kco_issue_callback 7F2CFA0 17614000 875369C
    +0
    kcbapl+119          CALLrel  kcoapl+0 7F2CFA0 17614000 1 5 2000 0
    875369C
    kcrfwredo_gen+255 CALLrel _kcbapl+0            7F2CFA0 177F4E90 8753180 0
    4 875369C
    kcbchg1+7688        CALLrel  kcrfw_redo_gen+0
    ktuchg+874          CALLrel  kcbchg1+0 0 3 8753264 875327C 0 0
    ktbchg2+115         CALLrel  ktuchg+0 2 5B06C88 3 7F2D000 7F2D008
    7F2A7A0 875369C 7F2CFA0 0 0
    kdisnewle+1681      CALLrel  ktbchg2+0 0 5B06C88 7F2D000 7F2D008
    7F2A7A0 8753694 7F2CFA0 0 0
    kdisle+4004         CALLrel  kdisnewle+0 5B06C7C 149C3C3 8753694
    8753730 7F28764 A4 9D 0 2 0 0
    0 8753938
    kdiins0+6796        CALLrel  kdisle+0 2EB6AAAC 8753C98 87541A4 1 2
    8756AB0 140 875D664 342C9238
    0 0 0
    kdiins+52           CALLrel  kdiins0+0 2EB6AAAC 6 875D664 8756AB0 0
    0 0 2 FF 0 0 0 0
    kauxsin+4814        CALLrel  kdiins+0 2EB6AAAC 6 875D664 8756AB0 2
    FF 0 0
    insidx.103+884      CALLrel  kauxsin+0 2EB6AA5C 875D660 0 7F46984
    7F469B4 7F469CC 7F46958 0 0 0
    0 0 0 0 0 2C04A990 B D218 1 0
    0
    insrowFastPath.103  CALLrel  insidx.103+0 7F468B4
    +189
    insdrvFastPath.103  CALLrel  insrowFastPath.103 7F468B4 875D864 0 7F468B4
    +357 +0
    inscovexe+916       CALLrel  insdrvFastPath.103 7F468B4
    +0
    _insExecStmtExecIni  CALL???  00000000             1C8C07CC 2395C188 875DC70
    Engine.103+54
    insexe+232          CALLrel  insExecStmtExecIni 1C8C07CC 2395C188 875DC70
    Engine.103+0
    opiexe+12507        CALLrel  insexe+0 2EC98954 875DC70
    _opiodr+973          CALLreg  00000000             4 4 875E7D0
    _ttcpip+1830         CALLreg  00000000             4 4 875E7D0 3
    _opitsk+1098         CALL???  00000000            
    opiino+938          CALLrel  opitsk+0 0 0 7FD9BB0 7E5EEF8 DF 0
    _opiodr+973          CALLreg  00000000             3C 4 875FBC0
    opidrv+479          CALLrel  opiodr+0 3C 4 875FBC0 0
    sou2o+45            CALLrel  opidrv+0 3C 4 875FBC0
    opimai+237          CALLrel  sou2o+0
    OracleThreadStart@  CALLrel  opimai+0
    4+910
    77E64826 CALLreg 00000000

    hello satish,
    thank you for your kind advice. the reason i posted this is because we have been having this issue for a long time. and so far its been a chicken-egg issue, maybe its hardware, or the application, or the OS, etc..etc..
    so, i am looking for any experiences with the 600 error, perhaps similar to mine.

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

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

    hi
    read metalink ID - 153788.1
    CHeers

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

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

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

  • ORA-00600: internal error code, arguments: [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

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

    Dears;
    any one know about this error
    ORA-00600: internal error code, arguments: [17182], [0xFFFFFFFF7B7C0D60], [], [], [], [], [], []

    Hi user;
    ORA-00600: internal error code, You are gettion oracle internal error(ORA 600) which mean you could need to work wiht oracle support team. Please see below note, if its not help than i suggest log a sr:
    Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool [ID 153788.1]
    Regard
    Helios

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

    Hi Exports,
    I am getting the ORA-00600: internal error code, arguments: [17183], [0x033134908], [], [], [], [], [], []
    The temporary tablespace of the database is full and i am trying to do the following steps.
    SQL> select * from dba_temp_files;
    FILE_NAME FILE_ID TABLESPACE_NAME BYTES Blocks Etat RELATIVE_FNO AUT MAXBYTES MAXBLOCKS INCREMENT_BY
    USER_BYTES USER_BLOCKS
    G:\ORADATA\TEMP01.DBF 1 TEMP 3.4359E+10 4,194,176 AVAILA 1 YES 3.4360E+10 4194302 80
    3.4358E+10 4194048
    J:\ORADATA\TIVOLIORTEMPTS.DBF 5 TIVOLIORTEMPTS 104857600 12,800 AVAILA 1 NO 0 0 0
    103809024 12672
    J:\ORADATA\TEMP_ORISSA_MASTER.TMP 2 TEMP_ORISSA_MASTER 10485760 1,280 AVAILA 1 YES 52428800 6400 128
    9437184 1152
    J:\ORADATA\TEMP_ORISSA_BENCHMARK.TMP 3 TEMP_ORISSA_BENCHMARK 680525824 83,072 AVAILA 1 YES 1073741824 131072 2
    679477248 82944
    J:\ORADATA\TEMP_ORISSA_TRANSACTION 4 TEMP_ORISSA_TRANSACTION 104857600 12,800 AVAILA 1 YES 1073741824 131072 2
    103809024 12672
    5 rows selected.
    SQL> select TABLESPACE_NAME, BYTES_USED, BYTES_FREE from V$TEMP_SPACE_HEADER;
    TABLESPACE_NAME BYTES_USED BYTES_FREE
    TEMP 3.4359E+10 0
    TEMP_ORISSA_MASTER 4194304 6291456
    TEMP_ORISSA_BENCHMARK 680525824 0
    TEMP_ORISSA_TRANSACTION 37748736 67108864
    TIVOLIORTEMPTS 1048576 103809024
    5 rows selected.
    SQL> CREATE TEMPORARY TABLESPACE MYTEMPFILE
    2 TEMPFILE 'G:\ORADATA\TEMP001.dbf'
    3 SIZE 1000M AUTOEXTEND ON NEXT 10M MAXSIZE 2000M;
    Tablespace created.
    SQL> ALTER DATABASE DEFAULT TEMPORARY TABLESPACE MYTEMPFILE;
    Database altered.
    SQL> select TABLESPACE_NAME, BYTES_USED, BYTES_FREE from V$TEMP_SPACE_HEADER;
    TABLESPACE_NAME BYTES_USED BYTES_FREE
    TEMP 3.4359E+10 0
    TEMP_ORISSA_MASTER 4194304 6291456
    TEMP_ORISSA_BENCHMARK 680525824 0
    TEMP_ORISSA_TRANSACTION 37748736 67108864
    TIVOLIORTEMPTS 1048576 103809024
    MYTEMPFILE 1048576 1047527424
    6 rows selected.
    SQL> ALTER DATABASE TEMPFILE 'G:\ORADATA\TEMP01.DBF' DROP INCLUDING DATAFILES;
    ALTER DATABASE TEMPFILE 'G:\ORADATA\TEMP01.DBF' DROP INCLUDING DATAFILES
    ERROR at line 1:
    ORA-25152: TEMPFILE cannot be dropped at this time
    SQL> select TABLESPACE_NAME, BYTES_USED, BYTES_FREE from V$TEMP_SPACE_HEADER;
    TABLESPACE_NAME BYTES_USED BYTES_FREE
    TEMP_ORISSA_MASTER 4194304 6291456
    TEMP_ORISSA_BENCHMARK 680525824 0
    TEMP_ORISSA_TRANSACTION 37748736 67108864
    TIVOLIORTEMPTS 1048576 103809024
    MYTEMPFILE 11534336 1037041664
    5 rows selected.
    SQL> select STATUS,ENABLED,STATUS,BYTES/1024/1024 from v$tempfile;
    Etat ENABLED Etat BYTES/1024/1024
    OFFLIN READ WRITE OFFLIN 0
    ONLINE READ WRITE ONLINE 100
    ONLINE READ WRITE ONLINE 10
    ONLINE READ WRITE ONLINE 649
    ONLINE READ WRITE ONLINE 100
    ONLINE READ WRITE ONLINE 1000
    6 rows selected.
    SQL> desc v$tempfile;
    Name Null? Type
    FILE# NUMBER
    CREATION_CHANGE# NUMBER
    CREATION_TIME DATE
    TS# NUMBER
    RFILE# NUMBER
    STATUS VARCHAR2(7)
    ENABLED VARCHAR2(10)
    BYTES NUMBER
    BLOCKS NUMBER
    CREATE_BYTES NUMBER
    BLOCK_SIZE NUMBER
    NAME VARCHAR2(513)
    SQL> select file#,STATUS,ENABLED,STATUS,BYTES/1024/1024 from v$tempfile;
    FILE# Etat ENABLED Etat BYTES/1024/1024
    1 OFFLIN READ WRITE OFFLIN 0
    5 ONLINE READ WRITE ONLINE 100
    2 ONLINE READ WRITE ONLINE 10
    3 ONLINE READ WRITE ONLINE 649
    4 ONLINE READ WRITE ONLINE 100
    6 ONLINE READ WRITE ONLINE 1000
    6 rows selected.
    SQL> ALTER DATABASE TEMPFILE 'G:\ORADATA\TEMP01.DBF' DROP INCLUDING DATAFILES;
    ALTER DATABASE TEMPFILE 'G:\ORADATA\TEMP01.DBF' DROP INCLUDING DATAFILES
    ERROR at line 1:
    ORA-25152: TEMPFILE cannot be dropped at this time
    SQL> ALTER DATABASE TEMPFILE 'G:\ORADATA\TEMP01.DBF' offline;
    Database altered.
    SQL> ALTER DATABASE TEMPFILE 'G:\ORADATA\TEMP01.DBF' DROP INCLUDING DATAFILES;
    ALTER DATABASE TEMPFILE 'G:\ORADATA\TEMP01.DBF' DROP INCLUDING DATAFILES
    ERROR at line 1:
    ORA-25152: TEMPFILE cannot be dropped at this time
    SQL> select * from dba_temp_files;
    FILE_NAME FILE_ID TABLESPACE_NAME BYTES Blocks Etat RELATIVE_FNO AUT MAXBYTES MAXBLOCKS INCREMENT_BY
    USER_BYTES USER_BLOCKS
    G:\ORADATA\TEMP01.DBF 1 TEMP AVAILA
    J:\ORADATA\TIVOLIORTEMPTS.DBF 5 TIVOLIORTEMPTS 104857600 12,800 AVAILA 1 NO 0 0 0
    103809024 12672
    J:\ORADATA\TEMP_ORISSA_MASTER.TMP 2 TEMP_ORISSA_MASTER 10485760 1,280 AVAILA 1 YES 52428800 6400 128
    9437184 1152
    J:\ORADATA\TEMP_ORISSA_BENCHMARK.TMP 3 TEMP_ORISSA_BENCHMARK 680525824 83,072 AVAILA 1 YES 1073741824 131072 2
    679477248 82944
    J:\ORADATA\TEMP_ORISSA_TRANSACTION 4 TEMP_ORISSA_TRANSACTION 104857600 12,800 AVAILA 1 YES 1073741824 131072 2
    103809024 12672
    G:\ORADATA\TEMP001.DBF 6 MYTEMPFILE 1048576000 128,000 AVAILA 1 YES 2097152000 256000 1280
    1047527424 127872
    6 rows selected.
    SQL> select file#,STATUS,ENABLED,STATUS,BYTES/1024/1024 from v$tempfile;
    FILE# Etat ENABLED Etat BYTES/1024/1024
    1 OFFLIN READ WRITE OFFLIN 0
    5 ONLINE READ WRITE ONLINE 100
    2 ONLINE READ WRITE ONLINE 10
    3 ONLINE READ WRITE ONLINE 649
    4 ONLINE READ WRITE ONLINE 100
    6 ONLINE READ WRITE ONLINE 1000
    6 rows selected.
    SQL> ALTER DATABASE DEFAULT TEMPORARY TABLESPACE temp;
    Database altered.
    SQL> select TABLESPACE_NAME, BYTES_USED, BYTES_FREE from V$TEMP_SPACE_HEADER;
    TABLESPACE_NAME BYTES_USED BYTES_FREE
    TEMP_ORISSA_MASTER 4194304 6291456
    TEMP_ORISSA_BENCHMARK 680525824 0
    TEMP_ORISSA_TRANSACTION 37748736 67108864
    TIVOLIORTEMPTS 1048576 103809024
    MYTEMPFILE 28311552 1020264448
    5 rows selected.
    SQL> ALTER DATABASE TEMPFILE 'G:\ORADATA\TEMP01.DBF' online;
    Database altered.
    SQL> select TABLESPACE_NAME, BYTES_USED, BYTES_FREE from V$TEMP_SPACE_HEADER;
    TABLESPACE_NAME BYTES_USED BYTES_FREE
    TEMP 3.4359E+10 0
    TEMP_ORISSA_MASTER 4194304 6291456
    TEMP_ORISSA_BENCHMARK 680525824 0
    TEMP_ORISSA_TRANSACTION 37748736 67108864
    TIVOLIORTEMPTS 1048576 103809024
    MYTEMPFILE 28311552 1020264448
    6 rows selected.
    SQL> ALTER DATABASE DEFAULT TEMPORARY TABLESPACE MYTEMPFILE;
    Database altered.
    SQL> ALTER DATABASE TEMPFILE 'G:\ORADATA\TEMP01.DBF' DROP INCLUDING DATAFILES;
    ALTER DATABASE TEMPFILE 'G:\ORADATA\TEMP01.DBF' DROP INCLUDING DATAFILES
    ERROR at line 1:
    ORA-25152: TEMPFILE cannot be dropped at this time
    SQL> ALTER DATABASE TEMPFILE 'G:\ORADATA\TEMP01.DBF' offline;
    Database altered.
    SQL> ALTER DATABASE TEMPFILE 'G:\ORADATA\TEMP01.DBF' DROP INCLUDING DATAFILES;
    ALTER DATABASE TEMPFILE 'G:\ORADATA\TEMP01.DBF' DROP INCLUDING DATAFILES
    ERROR at line 1:
    ORA-25152: TEMPFILE cannot be dropped at this time
    SQL> ALTER DATABASE TEMPFILE 'G:\ORADATA\TEMP01.DBF' online;
    Database altered.
    SQL> ALTER DATABASE DEFAULT TEMPORARY TABLESPACE temp;
    Database altered.
    SQL> select TABLESPACE_NAME, BYTES_USED, BYTES_FREE from V$TEMP_SPACE_HEADER;
    TABLESPACE_NAME BYTES_USED BYTES_FREE
    TEMP 3.4359E+10 0
    TEMP_ORISSA_MASTER 4194304 6291456
    TEMP_ORISSA_BENCHMARK 680525824 0
    TEMP_ORISSA_TRANSACTION 37748736 67108864
    TIVOLIORTEMPTS 1048576 103809024
    MYTEMPFILE 32505856 1016070144
    6 rows selected.
    SQL> exit
    I am not able to drop the Temp file as it is used by some users.
    When i checked my Alert Log then i am getting the ora-600 error....
    When i check metalink for this argument i found that its a bug in 91 &10gR2
    Please suggest some solution of this problem.
    Is it a serious issue of database.

    Robert Geier wrote:
    If you kill the sessions using the tempfile, or restart the database you may be able to drop it. Or you could try to shrink the tempfile instead of drop.
    Not sure why you are doing that though ? If the temp tablespace is full, check what is using the space, or add another tempfile to the tablespace.No I am not killing the sessions... But i just checked using following query that some users are using the temp Tablespace at that time. But i did not kill any session.
    select 'alter system kill session '''||a.sid||','||a.serial#||''' immediate;'
    from
    v$session a,
    v$sort_usage b,
    v$process c,
    v$parameter d
    where
    d.name = 'db_block_size'
    and
    a.saddr = b.session_addr
    and
    a.paddr = c.addr
    and
    b.tablespace='TEMP'
    and
    a.status='ACTIVE'
    order by
    b.tablespace,
    b.segfile#,
    b.segblk#,
    b.blocks;

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

    Hi
    All
    I Received this error.
    ORA-00600: internal error code, arguments: [12235], [], [], [], [], [], [], []
    Anybody know symptom for the same.
    Thanks,
    Vishal

    The ORA-12235 error is fairly well known because of the title of the Oracle support document that covers the error:
    ORA-600 [12235] "Oracle process has no purpose in life !" document# 33174.1
    HTH -- Mark D Powell --

Maybe you are looking for

  • WebDAV not working over SSL on CSS11503

    SOME HISTORY As you may recall we had an issue with interoperability between our WebCT Vista application and the Cisco CSS11503 Load Balancer. In a nutshell the Load Balancer would inject custom HTTP headers into HTTP packets, but only into the first

  • Retrieve BLOB image in J-developer 10

    Hello, Well I were surfing the web about this question. Actually I need to retrieve a images that are stored in BLOB's from a database, for example, in database I have a customer, which have 5 images attached in BLOBs, I found some info, which tells,

  • Dynamic variant at job - selection options

    Hi Experts, Could any of You pls help me to find out the original selection for a job, if the selection variant was not saved previously? There are a couple of user report, which could be run at the background with an ad-hoc selection variant, such a

  • Where should I store the image file?

    I registered a schema, created a table, then inserted a XML file which contains following lines <material> <matimage imagtype="image/gif" uri="image2.gif"> </matimage> </material> My question is where should I store this image2.gif so it can be displ

  • Possible to replace jscrollpane bar with something else?

    hi, is it possible to change the scrollbar in a jscrollpane? i wanted to replace it with an image, is this possible? i just want to change it's look, i've see some skins but not exactly what i wanted, and i'm not sure how to make my own skin. if it's