Ora-600 publishing translation

Getting following error when publishing translation:
ORA-20001: Sync error: WWV_FLOW_ICON_BAR.ICON_IMAGE_ALT ORA-00600: internal error code, arguments: [kkxlsb csid mismatch], [871], [871], [1], [2], [], [], []
Problem happened in 1.6 and after upgrading to 2.0.
DB is 10g Release 1running on Itanium. Character set is UTF-8 (For Developer 6i compatibility).
Start of dump file is below.
Please advise.
Dump file e:\oracle\admin\db\udump\db_ora_2960.trc
Tue Nov 15 17:11:30 2005
ORACLE V10.1.0.2.0 - 64bit Production vsnsta=0
vsnsql=13 vsnxtr=3
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
Windows Server 2003 Version V5.2
CPU : 1 - type 2200, 1 Physical Cores
Process Affinity: 0x0000000000000000
Memory (A/P) : PH:623M/2039M, PG:4760M/5949M
Instance name: db
Redo thread mounted by this instance: 1
Oracle process number: 35
Windows thread id: 2960, image: ORACLE.EXE (SHAD)
*** ACTION NAME:(PAGE 4755) 2005-11-15 17:11:30.318
*** MODULE NAME:(HTML DB:APPLICATION 4000) 2005-11-15 17:11:30.318
*** SERVICE NAME:(db) 2005-11-15 17:11:30.318
*** CLIENT ID:(DBOWN:12787257745529832838) 2005-11-15 17:11:30.318
*** SESSION ID:(138.36224) 2005-11-15 17:11:30.318
*** 2005-11-15 17:11:30.318
ksedmp: internal or fatal error
ORA-00600: internal error code, arguments: [kkxlsb csid mismatch], [871], [871], [1], [2], [], [], []
Current SQL statement for this session:
declare
l_flow_id number := 107;
l_language varchar2(30) := 'zh-cn';
l_translate_from_flow_table varchar2(255) := 'WWV_FLOW_ICON_BAR';
l_translate_from_flow_column varchar2(255) := 'ICON_IMAGE_ALT';
l_value varchar2(32767);
begin
for c1 in (
select translated_flow_id, translate_to_id, translate_from_id, translate_to_text v
from wwv_flow_translatable_text$
where flow_id = l_flow_id
and translate_from_flow_table = l_translate_from_flow_table
and translate_from_flow_column = l_translate_from_flow_column
and translate_to_lang_code = l_language
) loop
l_value := dbms_lob.substr(to_clob(c1.v),dbms_lob.getlength(c1.v),1);
if lengthb(l_value) > 4000 then
for i in reverse 1..length(l_value) loop
if lengthb(substr(l_value,1,i)) <= 4000 then
l_value := substr(l_value,1,i);
exit;
end if;
end loop;
end if;
update WWV_FLOW_ICON_BAR set ICON_IMAGE_ALT = l_value
where FLOW_ID = c1.translated_flow_id
and ID = c1.TRANSLATE_TO_ID
; end loop;
end;
----- PL/SQL Call Stack -----
object line object
handle number name
00000000F683E148 783 package body SYS.DBMS_LOB
00000000F87965D0 16 anonymous block
00000000F659C7C8 111 procedure FLOWS_020000.WWV_FLOW_SYNC_TRANSLATIONS
00000000F82A5950 13 anonymous block
00000000F71CE028 1200 package body SYS.DBMS_SYS_SQL
00000000F73C0F68 224 package body FLOWS_020000.WWV_EXECUTE_IMMEDIATE
00000000F8B2F720 3791 package body FLOWS_020000.WWV_FLOW
00000000F8B2F720 10856 package body FLOWS_020000.WWV_FLOW
00000000F73C82B0 10 anonymous block
----- Call Stack Trace -----
calling call entry argument values in hex
location type point (? means dubious value)
.kgerinv+416 CALL??? .ksfdmp+64 6FBEF6C4B50 000000003
C000000000000612 6FBFE4C9AE0
.kgeasnmierr+160 CALL??? .kgerinv+416 6FBEF6C4B50 6FBEF6C5AE8
008E09C20 000000004
.kkxlsb+2224 CALL??? .kgeasnmierr+160 6FBE0D3F168 6FBE0D3F160
008E09C20 000000004
.kkxlcsb+48 CALL??? .kkxlsb+2224 6FBE0D3F410 6FBE0D3F470
6FBEF3CE808 000000070
.pevm_icd_call_comm CALL??? .kkxlcsb+48 6FBE9759FE0 000000004
on+1200 6FBEF3CE808 C000000000000691
.pfrinstr_ICAL+272 CALL??? .pevm_icd_call_comm 6FBE9759FE0 000000000
on+1200 6FBEF6C5AD8 6FBE0D3F4F0
.pfrrun_no_tool+192 CALL??? .pfrinstr_ICAL+272 6FBE9759FE0 000000004
6FBE975A048 C00000000000048C
.pfrrun+2240 CALL??? .pfrrun_no_tool+192 6FBE9759FE0 000002001
6FBE975A048 C000000000000593
.plsql_run+1968 CALL??? .pfrrun+2240 0F6583138 C000000000000511
6FBFD16C8B0 000000005
.peicnt+576 CALL??? .plsql_run+1968 6FBEF6C5AD8 6FBE0D3FE70
6FBE975A108 C000000000000309
.kkxexe+976 CALL??? .peicnt+576 000000000 6FBE0D403C0
C000000000000716 006B06D90
.opiexe+21216 CALL??? .kkxexe+976 6FBE975A4B0 C000000000000FA7
00612E060 0070F0000
.opipls+4704 CALL??? .opiexe+21216 6FBE99003B0 6FBE99003B4
0F66FFE18 C000000000001430
.opiodr+3248 CALL??? .opipls+4704 000000066 6FBE0D41D88
6FBEF6D11F0 C00000000000050F
.rpidrus+384 CALL??? .opiodr+3248 6FBEF6C7198 6FBEF6C5AD8
6FBE0D42380 00000000A
.rpidru+256 CALL??? .rpidrus+384 6FBEF6C5AD8 C000000000000307
005536440 000000000
.rpiswu2+2112 CALL??? .rpidru+256 6FBE0D43DF0 C000000000002EE0
005532980 0070F0000
.rpidrv+3216 CALL??? .rpiswu2+2112 0FB63C7F8 000000084
6FBE0D43E50 000000000
.psddr0+1040 CALL??? .rpidrv+3216 000000000 6FBEF6C5AD8
6FBE0D43BB0 6FBEF6D0868
.psdnal+768 CALL??? .psddr0+1040 6FBE0D43F40 000000066
000000000 000000000
.pevm_EXIM+496 CALL??? .psdnal+768 6FBE0D450D0 6FBE0D450B0
00000461D 6FBE94053B0
.pfrinstr_EXIM+80 CALL??? .pevm_EXIM+496 6FBE964EEC0 6FBE964EEC8
C000000000000308 6FBFD225210
.pfrrun_no_tool+192 CALL??? .pfrinstr_EXIM+80 6FBE964EEC0 0F770D61C
6FBE964EF28 C00000000000048C
.pfrrun+2240 CALL??? .pfrrun_no_tool+192 6FBE964EEC0 000002001
6FBE964EF28 C000000000000593
.plsql_run+1968 CALL??? .pfrrun+2240 0F770D12A C000000000000511
6FBFD16C8B0 000000002
.peicnt+576 CALL??? .plsql_run+1968 6FBEF6C5AD8 6FBE0D44880
6FBE964EFE8 C000000000000309
.kkxexe+1840 CALL??? .peicnt+576 000000000 6FBE0D44DD0
C000000000000716 006B070F0
.opiexe+21216 CALL??? .kkxexe+1840 6FBE964F390 C000000000000FA7
00612E060 0070F0000
.opiall0+4832 CALL??? .opiexe+21216 6FBE990F808 6FBE990F80C
0F73A9680 C000000000000A9D
.opikpr+1536 CALL??? .opiall0+4832 006FA6E48 00000CC60
6FBEF6D0868 6FBE0D4686C
.opiodr+3248 CALL??? .opikpr+1536 000000065 6FBE9653BC0
000001200 C00000000000050F
.rpidrus+384 CALL??? .opiodr+3248 6FBEF6C7198 6FBEF6C5AD8
6FBE0D47310 000000007
.rpidru+256 CALL??? .rpidrus+384 6FBEF6C5AD8 C000000000000307
005536440 000000000
.rpiswu2+2112 CALL??? .rpidru+256 6FBE0D48D80 C000000000002EE0
005532980 0070F0000
.kprball+2608 CALL??? .rpiswu2+2112 0FB63C8C0 0FB63C8C6
6FBE0D48E0E 000000000
.kkxsexr+1280 CALL??? .kprball+2608 0FB63C7F8 6FBE0D48DD8
C00000000000038A 005444980
.kkxsexe+1904 CALL??? .kkxsexr+1280 000000000 000000001
C000000000000610 005443D70
.pevm_icd_call_comm CALL??? .kkxsexe+1904 000000000 6FBEF6D2404
on+1200 6FBE948EE50 C000000000000691
.pfrinstr_ICAL+272 CALL??? .pevm_icd_call_comm 6FBE97EF3E8 000000000
on+1200 6FBEF6C5AD8 6FBE0D491D0
.pfrrun_no_tool+192 CALL??? .pfrinstr_ICAL+272 6FBE97EF3E8 000000002
6FBE97EF450 C00000000000048C
.pfrrun+2240 CALL??? .pfrrun_no_tool+192 6FBE97EF3E8 000002001
6FBE97EF450 C000000000000593
.plsql_run+1968 CALL??? .pfrrun+2240 0F7EFB4F8 C000000000000511
6FBFD16C8B0 000000003
.peicnt+576 CALL??? .plsql_run+1968 6FBEF6C5AD8 6FBE0D49B50
6FBE97EF510 C000000000000309
.kkxexe+1840 CALL??? .peicnt+576 000000000 6FBE0D4A0A0
C000000000000716 006B070F0
.opiexe+21216 CALL??? .kkxexe+1840 6FBE97EF8B8 C000000000000FA7
00612E060 0070F0000
.kpoal8+3712 CALL??? .opiexe+21216 6FBE990FCB8 6FBE990FCBC
0F61384E0 C000000000001838
.opiodr+3248 CALL??? .kpoal8+3712 00000881F 6FBE0D4CD20
6FBE0D4CCF8 C00000000000050F
.ttcpip+1616 CALL??? .opiodr+3248 6FBEF6C7198 6FBEF6C5AD8
6FBE0D4BB30 000000000
.opitsk+1984 CALL??? .ttcpip+1616 6FBEF6CBA60 6FBE0D4D7BC
6FBE0D4CCF8 000000000
.opiino+2320 CALL??? .opitsk+1984 000000000 000000000
C000000000000611 0058F5DD0
.opiodr+3248 CALL??? .opiino+2320 6FBE0D4E8D0 6FBE0D4FC00
6FBE992EC60 C00000000000050F
.opidrv+3056 CALL??? .opiodr+3248 6FBEF6C7198 6FBEF6C5AD8
6FBE0D4EBC0 000000000
.sou2o+80 CALL??? .opidrv+3056 000000000 6FBE0D4F8F0
6FBE0D4FBF0 C00000000000040B
.opimai+384 CALL??? .sou2o+80 6FBE0D4FC20 00000003C
000000004 6FBE0D4FBF0
.OracleThreadStart+ CALL??? .opimai+384 6FBE0D4FBF0 6FBE0D4FC98
6784 C000000000001C3C 000405800
0000000077D24400 CALL??? .OracleThreadStart+ 6FBFB2457D4 C00000000000040C
6784 077D24400 6FBE0D4FCCC
--------------------- Binary Stack Dump ---------------------
========== FRAME [1] (.kgerinv+416 -> .ksfdmp+64) ==========
Dump of memory from 0x000006FBE0D52180 to 0x000006FBE0D521E0
6FBE0D52180 EF6C4B50 000006FB 00000003 00000000 [PKl.............]
6FBE0D52190 00000612 C0000000 FE4C9AE0 000006FB [..........L.....]
6FBE0D521A0 070F0000 00000000 EF6D2BA8 000006FB [.........+m.....]
6FBE0D521B0 00000286 C0000000 00948D40 00000000 [........@.......]
6FBE0D521C0 E0D521A8 000006FB 00000000 00000000 [.!..............]
6FBE0D521D0 00000000 00000000 0000000E 00000000 [................]
========== FRAME [2] (.kgeasnmierr+160 -> .kgerinv+416) ==========
Dump of memory from 0x000006FBE0D52120 to 0x000006FBE0D52178
6FBE0D52120 EF6C4B50 000006FB EF6C5AE8 000006FB [PKl......Zl.....]
6FBE0D52130 08E09C20 00000000 00000004 00000000 [ ...............]
6FBE0D52140 E0D3F180 000006FB 00000590 C0000000 [................]
6FBE0D52150 FE4CAE60 000006FB FF0FC000 000006FB [`.L.............]
6FBE0D52160 06B5E860 00000000 EF6C4CB0 000006FB [`........Ll.....]
6FBE0D52170 EF6C5E40 000006FB [@^l.....]
========== FRAME [3] (.kkxlsb+2224 -> .kgeasnmierr+160) ==========
Dump of memory from 0x000006FBE0D520C8 to 0x000006FBE0D52150
6FBE0D520C0 E0D3F168 000006FB [h.......]
6FBE0D520D0 E0D3F160 000006FB 08E09C20 00000000 [`....... .......]
6FBE0D520E0 00000004 00000000 00000000 00000000 [................]
6FBE0D520F0 00000367 00000000 00000000 00000000 [g...............]
6FBE0D52100 00000367 00000000 00000899 C0000000 [g...............]
6FBE0D52110 02A314F0 00000000 00000000 00000000 [................]
6FBE0D52120 EF6C4B50 000006FB EF6C5AE8 000006FB [PKl......Zl.....]
6FBE0D52130 08E09C20 00000000 00000004 00000000 [ ...............]
6FBE0D52140 E0D3F180 000006FB 00000590 C0000000 [................]
========== FRAME [4] (.kkxlcsb+48 -> .kkxlsb+2224) ==========
Dump of memory from 0x000006FBE0D52040 to 0x000006FBE0D52068
6FBE0D52040 E0D3F410 000006FB E0D3F470 000006FB [........p.......]
6FBE0D52050 EF3CE808 000006FB 00000070 00000000 [..<.....p.......]
6FBE0D52060 00000289 C0000000 [........]
========== FRAME [5] (.pevm_icd_call_common+1200 -> .kkxlcsb+48) ==========
Dump of memory from 0x000006FBE0D52018 to 0x000006FBE0D52088
6FBE0D52010 E9759FE0 000006FB [..u.....]
6FBE0D52020 00000004 00000000 EF3CE808 000006FB [..........<.....]
6FBE0D52030 00000691 C0000000 FD14EB30 000006FB [........0.......]
6FBE0D52040 E0D3F410 000006FB E0D3F470 000006FB [........p.......]
6FBE0D52050 EF3CE808 000006FB 00000070 00000000 [..<.....p.......]
6FBE0D52060 00000289 C0000000 02A23FF0 00000000 [.........?......]
6FBE0D52070 E0D52040 000006FB E0D3F474 000006FB [@ ......t.......]
6FBE0D52080 E0D3F770 000006FB [p.......]
========== FRAME [6] (.pfrinstr_ICAL+272 -> .pevm_icd_call_common+1200) ==========
Dump of memory from 0x000006FBE0D51FA8 to 0x000006FBE0D52000
6FBE0D51FA0 E9759FE0 000006FB [..u.....]
6FBE0D51FB0 00000000 00000000 EF6C5AD8 000006FB [.........Zl.....]
6FBE0D51FC0 E0D3F4F0 000006FB E55A0490 000006FB [..........Z.....]
6FBE0D51FD0 00000000 00000000 EF3CE808 000006FB [..........<.....]
6FBE0D51FE0 00000592 C0000000 FD223450 000006FB [........P4".....]
6FBE0D51FF0 00000004 00000000 00000000 00000000 [................]

Refer below metalink doc
*ORA-600 [15160] [ID 138428.1]*

Similar Messages

  • ORA-600 [17069] error while running catrelod.sql to downgrade 11g database

    Hi,
    We are downgrading our 11.2.0.2 database to 10.2.0.4. We have successfullly run catdwgrd.sql without any errors in 11g env. While running catrelod.sql in 10g env we are facing the following error:
    SQL> @?/rdbms/admin/catrelod.sql
    TIMESTAMP
    COMP_TIMESTAMP RELOD__BGN 2013-04-24 20:15:39 2456407 72939
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>  The following statement will cause an "ORA-01722: invalid number"
    DOC>  error if the database server version is not 10.0.0.
    DOC>  Shutdown ABORT and use a different script or a different server.
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>#
    no rows selected
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>  The following statement will cause an "ORA-01722: invalid number"
    DOC>  error if the database has not been opened for MIGRATE.
    DOC>
    DOC>  Perform a "SHUTDOWN ABORT"  and
    DOC>  restart using MIGRATE.
    DOC>#######################################################################
    DOC>#######################################################################
    DOC>#
    no rows selected
    Session altered.
    Session altered.
    no rows selected
    DECLARE
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [17069], [0x170FB8CA8], [], [], [],
    [], [], []I have checked the trace file in udump but it dint give any readable information.
    Please find below environment details.
    OS : RHEL 5 64 bit
    11g Database : 11.2.0.2
    10g Database : 10.2.0.4
    Kindly assist.

    KR10822864 wrote:
    Whenever an ORA-600 error is raised a trace file is generated and an entry written to the alert.log with details of the trace file location. Starting with Oracle Database 11g Release 1, the diagnosability infrastructure was introduced which places the trace and core files into a location controlled by the DIAGNOSTIC_DEST initialization parameter when an incident, such as an ORA-600 is created. For earlier versions, the trace file will be written to either USER_DUMP_DEST (if the error was caught in a user process) or BACKGROUND_DUMP_DEST (if the error was caught in a background process like PMON or SMON). The trace file contains vital information about what led to the error condition
    please post 40 lines of alert log info .
    MOS Note:ORA-600 [17069] "Failed to pin a library cache object after 50 attempts" [ID 39616.1]
    "Look in the trace file for the text 'LIBRARY OBJECT HANDLE: handle=170fb8ca8'"
    if not found any massages like above please raise [email protected].
    Hi KR,
    Thanks for your help. As suggested I have checked the trace file to search and found the below info. I suppose it is some kind of lock but not sure about it. Please let me know if the following makes sense:
        SO: 0x21158a6e0, type: 3, owner: 0x211006f28, flag: INIT/-/-/0x00
        (call) sess: cur 211572570, rec 211572570, usr 211572570; depth: 0
          SO: 0x21158a9b8, type: 3, owner: 0x21158a6e0, flag: INIT/-/-/0x00
          (call) sess: cur 211572570, rec 0, usr 211572570; depth: 1
            SO: 0x1727a2618, type: 54, owner: 0x21158a9b8, flag: INIT/-/-/0x00
            LIBRARY OBJECT PIN: pin=1727a2618 handle=170fb8ca8 mode=S lock=171243e98
            user=211572570 session=211572570 count=1 mask=001d savepoint=0x43 flags=[00]
            SO: 0x171243e98, type: 53, owner: 0x21158a9b8, flag: INIT/-/-/0x00
            LIBRARY OBJECT LOCK: lock=171243e98 handle=170fb8ca8 mode=S
            call pin=0x1727a2618 session pin=(nil) hpc=0000 hlc=0000
            htl=0x171243f18[0x17278a310,0x17278a310] htb=0x17278a310 ssga=0x172789928
            user=211572570 session=211572570 count=1 flags=PNC/[0400] savepoint=0x43
            LIBRARY OBJECT HANDLE: handle=170fb8ca8 mtx=0x170fb8dd8(0) cdp=0
            name=SYS.STANDARD
            hash=51570e225ed8a9a803b7318f191e0a8d timestamp=04-18-2006 00:00:00
            namespace=TABL flags=KGHP/TIM/SML/[02000000]
            kkkk-dddd-llll=0000-001d-001d lock=S pin=S latch#=3 hpc=0004 hlc=0004
            lwt=0x170fb8d50[0x170fb8d50,0x170fb8d50] ltm=0x170fb8d60[0x170fb8d60,0x170fb8d60]
            pwt=0x170fb8d18[0x170fb8d18,0x170fb8d18] ptm=0x170fb8d28[0x170fb8d28,0x170fb8d28]
            ref=0x170fb8d80[0x170fb8d80,0x170fb8d80] lnd=0x170fb8d98[0x170f05b50,0x170fa6858]
              LIBRARY OBJECT: object=170e82de8
              type=PCKG flags=EXS/LOC[0005] pflags=NST/IVR[0201] status=VALD load=0
              DATA BLOCKS:
              data#     heap  pointer    status pins change whr
                  0 170e831f8 170e82fc0 I/P/A/-/-    0 NONE   00
          SO: 0x21158e470, type: 5, owner: 0x21158a6e0, flag: INIT/-/-/0x00
          (enqueue) CU-70E88BC0-00000001    DID: 0001-001F-00000004
          lv: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  res_flag: 0x2
          res: 0x17677adc8, mode: X, lock_flag: 0x0
          own: 0x211572570, sess: 0x211572570, proc: 0x211006f28, prv: 0x17677add8
          SO: 0x177f82c28, type: 59, owner: 0x21158a6e0, flag: INIT/-/-/0x00
          cursor enqueue
          child: 170e89348, flag: 53, number: 0
          parent: 170e89738

  • Problem with generating xml and nested cursor (ora-600)

    I have a problem with generating xml (with dbms_xmlquery or xmlgen) and nested cursors.
    When I execute the following command, I get a ORA-600 error:
    select dbms_xmlquery.getxml('select mst_id
    , mst_source
    , cursor(select per.*
    , cursor(select ftm_fdf_number
    , ftm_value
    from t_feature_master
    where ftm_mstr_id = pers_master_id ) as features
    from t_person per
    where pers_master_id = mst_id ) as persons
    from f_master
    where mst_id = 3059435')
    from dual;
    <?xml version = '1.0'?>
    <ERROR>oracle.xml.sql.OracleXMLSQLException: ORA-00600: internal error code, arguments: [kokbnp2], [1731], [], [], [], [], [], []
    </ERROR>
    The problem is the second cursor (t_feature_master).
    I want to generate this:
    <master>
    <..>
    <persons>
    <..>
    <features>
    <..>
    </features>
    </persons>
    <persons>
    <..>
    <features>
    <..>
    </features>
    </persons>
    </master>
    If i execute the select-statement in sql-plus, then I get the next result.
    MST_ID MST_SOURCE PERSONS
    3059435 GG CURSOR STATEMENT : 3
    CURSOR STATEMENT : 3
    PERS_MASTER_ID PERS_TITLE PERS_INITI PERS_FIRSTNAME PERS_MIDDL PERS_LASTNAME
    3059435 W. Name
    CURSOR STATEMENT : 15
    FTM_FDF_NUMBER FTM_VALUE
    1 [email protected]
    10 ....
    I use Oracle 8.1.7.4 with Oracle XDK v9.2.0.5.0.
    Is this a bug and do somebody know a workaround?

    Very simple...Drop all type objects and nested tables and create them again. You will get no error. I'll explain the reason later.

  • Ora 600 error  Arguments [25012] [11]

    hi,
    i've an ORA-00600: error Arguments [25012], [2], [11], [], [], [], [], [] by DELETE FROM table WHERE filed = :b1
    ther are only 8 file in database. (not 11)
    Can anybody help, or give me an information about Bug number: 742709
    OS NT 4 / SP6 ORACLE RDBMS Version: 8.0.5.2.1.
    Thank in advice
    JFA

    Trace File Contents:
    ============================================================================================
    [oracle@oem trace]$ more /d01/app/guest/diag/rdbms/db11g/db11g/incident/incdir_191809/db11g_smon_4198_i191809.trc
    Dump file /d01/app/guest/diag/rdbms/db11g/db11g/incident/incdir_191809/db11g_smon_4198_i191809.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /d01/app/guest/product/11.2.0/dbhome_1
    System name: Linux
    Node name: oem.tap.com
    Release: 2.6.18-164.el5xen
    Version: #1 SMP Thu Sep 3 02:41:56 EDT 2009
    Machine: i686
    Instance name: db11g
    Redo thread mounted by this instance: 1
    Oracle process number: 13
    Unix process pid: 4198, image: [email protected] (SMON)
    *** 2010-10-15 12:05:24.395
    *** SESSION ID:(16.1) 2010-10-15 12:05:24.395
    *** CLIENT ID:() 2010-10-15 12:05:24.395
    *** SERVICE NAME:(SYS$BACKGROUND) 2010-10-15 12:05:24.395
    *** MODULE NAME:() 2010-10-15 12:05:24.395
    *** ACTION NAME:() 2010-10-15 12:05:24.395
    Dump continued from file: /d01/app/guest/diag/rdbms/db11g/db11g/trace/db11g_smon_4198.trc
    ORA-00600: internal error code, arguments: [13013], [5001], [267], [8444108], [2], [8444108], [17], [], [], [], [], []
    ========= Dump for incident 191809 (ORA 600 [13013]) ========
    *** 2010-10-15 12:05:24.399
    dbkedDefDump(): Starting incident default dumps (flags=0x2, level=3, mask=0x0)
    ----- Current SQL Statement for this session (sql_id=dma0vxbwh325p) -----
    update smon_scn_time set time_mp=:1, time_dp=:2, scn=:3, scn_wrp=:4, scn_bas=:5, num_mappings=:6, tim_scn_map=:7 where scn = (sele
    ct min(scn) from smon_scn_time)
    ==========================================================================================

  • ORA 600 [kkqvmRmViewFromLst1] error

    Hi,
    I am using Binary XML DB .
    Here is the DB banner info.
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    "CORE 11.2.0.1.0 Production"
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    I am getting ORA 600 [kkqvmRmViewFromLst1] error while executing a query
    SELECT AGTAB1.AGREEMENT_ID AS agreement_ID
         FROM TNMAB_AGREEMENT_XML A ,
         XMLTable('/Agreement'
         PASSING A.AGREEMENT_XML COLUMNS AGREEMENT_ID VARCHAR2(20) path 'Identifier' ,
         SHP_PTY_CUST_HOLDER XMLType PATH 'ShippingPartyGroups/ShippingParties/CustomerHolder' ,
         NAMED_CUSTOMER_GROUPS XMLType PATH 'NamedCustomerGroups/NamedCustomer/SAP_IDs/StringWrappers' ) AGTAB1 ,
         XMLTable('/Agreement'
         PASSING A.AGREEMENT_XML COLUMNS NAMED_CUSTOMER_GROUPS XMLType PATH 'NamedCustomerGroups/NamedCustomer/SAP_IDs/StringWrappers' ) AGTAB2 ,
         XMLTable('/CustomerHolder' PASSING AGTAB1.SHP_PTY_CUST_HOLDER
         COLUMNS SAP_ID VARCHAR2(10) PATH 'SAP_ID') x2,
         XMLTable('/StringWrappers'
         PASSING AGTAB2.NAMED_CUSTOMER_GROUPS COLUMNS SAP_ID VARCHAR2(10) PATH 'SAP_ID') x3      
         WHERE (X2.SAP_ID IN ('3163494000') OR
         X3.SAP_ID IN ('3163494000')) group by AGTAB1.AGREEMENT_ID
    Please advise
    Thanks

    I am getting ORA 600 [kkqvmRmViewFromLst1] error while executing a queryAn ORA 600 error is a untrapped oracle software error an should be dealt with by creating an SR (service request) via support.oracle.com

  • Database give ORA-600 error after cold backup

    HI,
    I have oracle 10g install on linux system. i take cold backup of my database using
    sql> shutdown immediate
    and then copy all files to any other location.
    but when i start my database it gives me error like
    Errors in file /opt/oracle/fina/bdump/fina_smon_4422.trc:
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00600: internal error code, arguments: [4193], [136], [139], [], [], [], [], []
    Fri Dec  4 15:23:18 2009
    Errors in file /opt/oracle/fina/bdump/fina_smon_4422.trc:
    ORA-00600: internal error code, arguments: [4193], [67], [70], [], [], [], [], []
    Fri Dec  4 15:23:19 2009
    Doing block recovery for file 2 block 1702
    Block recovery from logseq 13, block 3531 to scn 758385
    Fri Dec  4 15:23:19 2009
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 13 Reading mem 0
      Mem# 0 errs 0: /opt/oracle/fina/dbs/redo01.log
    Block recovery completed at rba 13.3532.16, scn 0.758386
    Doing block recovery for file 2 block 153
    Block recovery from logseq 13, block 3531 to scn 758436
    Fri Dec  4 15:23:19 2009
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 13 Reading mem 0
      Mem# 0 errs 0: /opt/oracle/fina/dbs/redo01.log
    Block recovery completed at rba 13.3612.16, scn 0.758437
    Fri Dec  4 15:23:19 2009
    Errors in file /opt/oracle/fina/bdump/fina_smon_4422.trc:
    ORA-00607: Internal error occurred while making a change to a data block
    ORA-00600: internal error code, arguments: [4193], [67], [70], [], [], [], [], []
    Fri Dec  4 15:23:29 2009
    Errors in file /opt/oracle/fina/bdump/fina_smon_4422.trc:
    ORA-00600: internal error code, arguments: [4193], [136], [139], [], [], [], [], []
    Fri Dec  4 15:23:29 2009
    Errors in file /opt/oracle/fina/bdump/fina_pmon_4410.trc:
    ORA-00474: SMON process terminated with error
    Fri Dec  4 15:23:29 2009
    PMON: terminating instance due to error 474
    Instance terminated by PMON, pid = 4410i have seen this happen sometime after cold backup database give errors. is taking cold backup of database is not safe.
    Please suggest.

    Umesh,
    Since it is case of Ora 600, for which only last solution is oracle support, but i would like to mention that your are getting ORA-00600: internal error code, arguments: [4193].... So, this 4193 is cause to read following links too:
    http://www.orafaq.com/forum/t/47048/2/ and. see Metalink note 153788.1 and 39282.1.
    Regards
    Girish Sharma

  • ORA-600 while database restore

    Hello,
    I have Oracle 10.2.0.3 on RHEL4.
    When i try to restore my standby database from daily full backup from live database i get this error:
    RMAN> restore database;
    Starting restore at 17-MAR-09
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=322 devtype=DISK
    skipping datafile 1; already restored to file /oradata/kaks/system01.dbf
    skipping datafile 2; already restored to file /oradata/kaks/undotbs01.dbf
    skipping datafile 3; already restored to file /oradata/kaks/sysaux01.dbf
    skipping datafile 4; already restored to file /oradata/kaks/users01.dbf
    skipping datafile 6; already restored to file /oradata/kaks/kaks02.dbf
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00005 to /oradata/kaks/kaks01.dbf
    channel ORA_DISK_1: reading from backup piece /flash_recovery_area/KAKS/backupset/2009_03_17/o1_mf_nnndf_TAG20090317T000305_4vxm5dpb_.bkp
    ORACLE error from target database:
    ORA-06502: PL/SQL: numeric or value error
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 03/17/2009 08:07:44
    ORA-19870: error reading backup piece /flash_recovery_area/KAKS/backupset/2009_03_17/o1_mf_nnndf_TAG20090317T000305_4vxm5dpb_.bkp
    ORA-00600: internal error code, arguments: [2141], [3985621409], [3983110216], [], [], [], [], []
    RMAN> shutdown abort;
    ORACLE error from target database:
    ORA-06502: PL/SQL: numeric or value error
    Oracle instance shut down
    Has anyone got any ideas?
    S.

    You are at the wrong site.
    Ora-600's are untrapped errors in Oracle. As such there as 1000s of ora-600s.
    They can only be dealt with by Metalink.
    As you have 10.2.0.3 you have support.
    Metalink has an ora-600 lookup tool available.
    Please visit Metalink yourself and lookup the error and/or submit a SR.
    Please do NOT ask about ora-600 here.
    Sybrand Bakker
    Senior Oracle DBA

  • ORA - 600  error while granting privs

    Whenever I fire the below query it returns me a ORA-600 error.
    Query
    select grantee UserName, granted_role Role from dba_role_privs
    where grantee in (select grantee from dba_role_privs
    where granted_role = 'DBA')
    and grantee in (select username from dba_users
    where (username not like '%SYS%' and username not in('BWUSER','ORADMIN')))
    order by grantee, granted_role;
    ERROR
    and grantee in (select username from dba_users
    ERROR at line 4:
    ORA-00600: internal error code, arguments: [qernsRowP], [1], [], [], [], [],
    Please help in optimisizng the query
    Jafar

    I am using sqlplus to connect to oracle.
    Oh! Query works fine for me after slight adjustment but i dont how?
    I made a sligth adjustment
    Old query
    select grantee UserName, granted_role Role from dba_role_privs
    where grantee in (select grantee from dba_role_privs
    where granted_role = 'DBA')
    and grantee in (select username from dba_users
    where (username not like '%SYS%' and username not in('BWUSER','ORADMIN')))
    order by grantee, granted_role;
    New Query
    select grantee UserName, granted_role Role from dba_role_privs
    where grantee in (select grantee from dba_role_privs
    where granted_role = 'DBA'
    and grantee in (select username from dba_users
    where (username not like '%SYS%' and username not in('BWUSER','ORADMIN')))
    order by grantee, granted_role;
    Please look at the bold words, and anyone tell me what was the major difference between the two query for succesful execution.
    Thanks'
    Jafar

  • ORA-00980: synonym translation is no longer valid

    Hi
    I get the following error when try to insert xml
    SQL> ed
    Wrote file afiedt.buf
    1 insert into "bulkCmConfigDataFile_TAB"
    2 values(
    3 XDB_UTILITIES.getXMLFromFile('Test.xml','DATA_DIR').
    4 createSchemaBasedXML('http://127.0.0.1:8081/public/xsds/configData.xsd')
    5* )
    SQL> /
    XDB_UTILITIES.getXMLFromFile('Test.xml','DATA_DIR').
    ERROR at line 3:
    ORA-00980: synonym translation is no longer valid
    I ran the following sql
    SQL> select STATUS from dba_objects where object_name = 'XDB_UTILITIES';
    STATUS
    VALID
    The directory was created using
    SQL> show user
    USER is "XMLUSER"
    SQL> create or replace directory data_dir as 'c:\xml';
    Directory created.
    What could be the problem here?
    Thanks
    Devashish
    10g Rel2

    Devashish
    Unfortunately the way your XML Schema are designed I do not think XML DB is going to be able to handle them. The problem is the substituion group for vsData. Basically it defines a very flat structure which will require a table with more than 1000 columns to persist. Since the structure is very flat we cannot use the technique of pushing sections of the structure into out-of-line tables to store it, which is the normal workaround.
    This looks to me like a case of the classic mistake of modeling a Java Object structure directly into XML. In general this makes no sense. There is no common information between all of the different elements of the substition group or the vsData type, so there is no point in having all the members of the substition grouip descend from a single abstract type. You could just as easily model your XML Structure as a choice of any of the elements defined in the substition group. If new elements need to be introduced this could be done using extension of the existing complexType with new choices.
    The advantage of this approach is that you can push each of the possible chocies into a seperate table, and avoid the 1000 column limit..
    Sorry for the bad news, hope you have flexibility to re-architect the XML Schema. Note that this should not affect the instance documents

  • Error ORA-00980: synonym translation is no longer valid when i issue

    i accidentally drop one of my table. To bring it back i used Imp tool. But it gives an error ORA-00980: synonym translation is no longer valid when i issue
    Select * from ship_sched_fact_notice_det
    Action taken using Imp
    Username: erpdada
    Password:
    Connected to: Oracle Database 10g Release 10.1.0.2.0 - Production
    Import file: EXPDAT.DMP > e:\erpdada_august13.dmp
    Enter insert buffer size (minimum is 8192) 30720> 30720
    Export file created by EXPORT:V10.01.00 via conventional path
    Warning: the objects were exported by SYSTEM, not by you
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    List contents of import file only (yes/no): no > y
    Import entire export file (yes/no): no > n
    Username: erpdada
    Enter table(T) or partition(T:P) names. Null list means all tables for user
    Enter table(T) or partition(T:P) name or . if done: ship_sched_fact_notice_det
    Enter table(T) or partition(T:P) name or . if done: .
    "CREATE PUBLIC SYNONYM "XMLTYPE" FOR "SYS"."XMLTYPE""
    "CREATE TABLE "SHIP_SCHED_FACT_NOTICE_DET" ("SSFND_ITEM_NOT_DET_ID" NUMBER, "
    ""SSFN_FACTORY_ID" VARCHAR2(40) NOT NULL ENABLE, "SSFN_FAC_NOTICE_ID" NUMBER"
    " NOT NULL ENABLE, "SSD_SHIP_ITEM_ID" NUMBER NOT NULL ENABLE, "OI_ITEM_ID" N"
    "UMBER NOT NULL ENABLE, "ORDER_TYPE" VARCHAR2(1), "SSFND_ITEM_CODE" VARCHAR2"
    "(300), "SSFND_QTY" NUMBER, "SSFND_CTN" NUMBER, "SSFND_TOT_CBM" NUMBER, "SSF"
    "ND_REM1" VARCHAR2(256), "SSFND_REM2" VARCHAR2(256), "SSFND_UNIT_ID" VARCHAR"
    "2(40), "SSFND_IS_EXCL_SUMMARY" VARCHAR2(1))  PCTFREE 10 PCTUSED 40 INITRANS"
    " 1 MAXTRANS 255 STORAGE(INITIAL 81920 FREELISTS 1 FREELIST GROUPS 1 BUFFER_"
    "POOL DEFAULT) TABLESPACE "ORDER_DATA01" LOGGING NOCOMPRESS"
    . . skipping table "SHIP_SCHED_FACT_NOTICE_DET"
    "GRANT DELETE ON "SHIP_SCHED_FACT_NOTICE_DET" TO "SHIPMENT_NOTICE""
    "GRANT INSERT ON "SHIP_SCHED_FACT_NOTICE_DET" TO "SHIPMENT_NOTICE""
    "GRANT SELECT ON "SHIP_SCHED_FACT_NOTICE_DET" TO "SHIPMENT_NOTICE""
    "GRANT UPDATE ON "SHIP_SCHED_FACT_NOTICE_DET" TO "SHIPMENT_NOTICE""
    "CREATE UNIQUE INDEX "PK_SHIP_SCHED_FACT_NOTICE_DET" ON "SHIP_SCHED_FACT_NOT"
    "ICE_DET" ("SSFND_ITEM_NOT_DET_ID" )  PCTFREE 10 INITRANS 2 MAXTRANS 255 STO"
    "RAGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLE"
    "SPACE "ORDER_DATA01" LOGGING"
    "ALTER TABLE "SHIP_SCHED_FACT_NOTICE_DET" ADD  CONSTRAINT "PK_SHIP_SCHED_FAC"
    "T_NOTICE_DET" PRIMARY KEY ("SSFND_ITEM_NOT_DET_ID") USING INDEX PCTFREE 10 "
    "INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 65536 FREELISTS 1 FREELIST GROUPS 1"
    " BUFFER_POOL DEFAULT) TABLESPACE "ORDER_DATA01" LOGGING ENABLE "
    "ALTER TABLE "SHIP_SCHED_FACT_NOTICE_DET" ADD CONSTRAINT "SHIP_SCHED_FACT_NO"
    "TICE_DE_FK1" FOREIGN KEY ("SSD_SHIP_ITEM_ID") REFERENCES "SHIPPING_SCHEDULE"
    "_DETAILS" ("SSD_SHIP_ITEM_ID") ENABLE NOVALIDATE"
    "ALTER TABLE "SHIP_SCHED_FACT_NOTICE_DET" ADD CONSTRAINT "SHIP_SCHED_FACT_NO"
    "TICE_DE_FK2" FOREIGN KEY ("SSFN_FAC_NOTICE_ID") REFERENCES "SHIP_SCHED_FACT"
    "ORY_NOTICE" ("SSFN_FAC_NOTICE_ID") ENABLE NOVALIDATE"
    "ALTER TABLE "SHIP_SCHED_FACT_NOTICE_DET" ENABLE CONSTRAINT "SHIP_SCHED_FACT"
    "_NOTICE_DE_FK1""
    "ALTER TABLE "SHIP_SCHED_FACT_NOTICE_DET" ENABLE CONSTRAINT "SHIP_SCHED_FACT"
    "_NOTICE_DE_FK2""
    Import terminated successfully with warnings.
    I drop the old synonym and re-create it but still it gives the same error...

    Since you are on 10g did you try flashback table feature - http://tonguc.wordpress.com/2007/01/01/oracle-10g-flashback-versions-query-drop-table-and-recyclebin-management/
    FLASHBACK TABLE <tabname> TO BEFORE DROP;
    If you didnt use purge option, the dropped object is on your recyclebin - http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_9018.htm#sthref9593
    Best regards.

  • OAF Update of Custom Table causing ORA-600 with database block corruption?

    Using OA Framework 12.1.3, running under EBusiness Suite 12.1.3
    Created Custom Web page operating against Custom Tables
    ISSUE
    On about 2% of new records, when OAF is UPDATING a record in a certain table, it  is failing with
    java.sql.SQLException: ORA-00607: Internal error occurred while making a change to a data block
    ORA-00600: internal error code, arguments: [kddummy_blkchk], [815], [26412], [6110], [], [], [], []
    ORA-06512: at line 1
    Before the DBA turned on 10.2.0.4.0 DB_BLOCK_CHECKING parameter, this actually
    resulted in corrupted data blocks in the database and corrupted indexes that
    eventually crashed the database and we had to do a full recovery with 2 days downtime.
    Now that we have turned on DB_BLOCK_CHECKING, it simply errors out and puts things
    in the alert log, but the records still fail to update as the writes are blocked.
    Then oddly, a few days later.. the records become editable.  And others fail.
    This is ONLY happening on the one particular table being updated by OAF.  Other custom pages
    posting to other custom tables are having no problems.   We've CTAS'd the table back and
    forth and recreated the indexes, and that did not help.
    Support says to post to the Forum  ( So I am! ) or hire Oracle consulting.. which doesn't make
    much sense given the error.  The Recovery Team that helped us in a separate SR ( we had
    to do db_repairs not just recovery ) felt it was an important problem the OAF team needed to
    strongly review.
    Anyone else encounter this already and know of a solution?
    TIA
    Karl

    After MANY hours of trial and error and research, we've identified ONE use case that seems to apply to 90% of the issue we have encountered.
    YMMV.
    The BC4J generated SQL which is generating the ORA-600 is
    BEGIN UPDATE XXRETURNHEADER ReturnHeaderEO SET INTERNAL_TEXT=?,LAST_MOD_USERNAME=?,OBJECT_VERSION_NUMBER=?,LAST_UPDATE_DATE=?,LAST_UPDATED_BY=?,LAST_UPDATE_LOGIN=? WHERE RMA_NUMBER=? AND ORGANIZATION_ID=? RETURNING TROUBLESHOOT_DATE, FAA_TAG_DATE, FAILURE_ANALYSIS_DATE, LAST_MOD_DATE, FAA_REVISED_DATE, TTE_TECH_SEND_DATE, TTE_REP_RESPONSE_DATE, TTE_REP_APPROVED, TTE_RMA_RANDOM_KEY, OBJECT_VERSION_NUMBER, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN INTO ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?; END;".
    We determined that if TTE_RMA_RANDOM_KEY was not a null value, we would get an ORA-600 error whenever we did an APPLY from the OAF Page to update the record.
    If we set that table attribute to NULL for the record using SQL.. then used the  OAF Page to APPLY.. it worked fine and the record saved without error.
    We then modified the EO to NOT   "Refresh After Update"  ( thus removing it from the RETURNING clause generated )... and even if the TTE_RMA_RANDOM_KEY
    had a value... the OAF Page APPLY worked and the record saved without error.
    I cannot identify anything from the User programming side that is wrong ( and neither could Oracle ), and it REALLY should be in the RETURNING clause list of
    attributes.. but this is the only workaround I've found that doesn't crash the Page and irritate the user to no end.
    I have reported my findings via the SR back to Oracle to do with it what they may... but it looks strongly ,to me, to be an error in the BC4J/JDBC/Database
    coordination and passing data between those black boxes.

  • Oracle DR Setup Problems / ORA - 600 /

    Dear All,
    Recently we have implemented DR(Disaster Recovery setup Using Oracle data guard in 10g, GUI configurations ) in our Production server. The DR setups are based on the Maximum performance with Realtime apply mode.
    The configuration went fine and both servers(DR and ) were syncing fine together as well.
    But unfortunately, there was a power failure in the DR site(Which is on the other network) and also the UPS also went down after some time, the real problem started here,
    Once the DR server was down, after sometime we are not able to login in to the production system, Interestingly, both DB server and application server are running fine. But we are not able to login into server - SAPGUI hangs. There are no such error written in SAP level and but in oracle alert log, we found out ORA 600 error and also connection timed out for placing the archive log(log_destination_2) in the standby server(This is the DR server - And due to power failure, its not able to reach the server for placing the archive log file )
    Temporary solution,
    If we restart the production server, we are able to work continuously in the production system without any problem.
    So, my query is that, what makes the production system hangs if DR server is unavailable and how it work if we restart the instance? Is this the normal procedure in DR setup? or its a bug in the oracle data guard or in the parameter log_archive_dest2?
    Looking forward for your answers with your valuable suggestions
    For the reference, I am pasting a part of alert log
    Detected ARCH process failure
    ARCH: STARTING ARCH PROCESSES
    ARC1: Archival started
    ARCH: STARTING ARCH PROCESSES COMPLETE
    ARC1 started with pid=92, OS id=4296940
    ARC1: Becoming the heartbeat ARCH
    Sat Oct 30 02:30:54 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 30 02:31:54 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 30 02:33:33 2010
    Incremental checkpoint up to RBA [0x2e2b7.cf96.0], current log tail at RBA [0x2e2b7.cf96.0]
    Sat Oct 30 02:37:14 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 30 02:37:52 2010
    GES: Potential blocker (pid=2056210) on resource CF-00000000-00000000;
    enqueue info in file /oracle/XXX/saptrace/background/xxx_rsm0_2015456.trc
    Sat Oct 30 02:38:14 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 30 02:38:22 2010
    Errors in file /oracle/XXX/saptrace/background/xxx_rsm0_2015456.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:40:30 2010
    GES: Potential blocker (pid=2056210) on resource CF-00000000-00000000;
    enqueue info in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc
    Sat Oct 30 02:41:00 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:02 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:02 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:02 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:02 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:02 2010
    Errors in file /oracle/xxx/saptrace/background/xxx_arc0_4329544.trc:
    ORA-00600: internal error code, arguments: [2103], [1], [0], [1], [900], [], [], []
    Sat Oct 30 02:41:06 2010
    ARCH: Detected ARCH process failure
    ARCH: STARTING ARCH PROCESSES
    ARC0: Archival started
    ARCH: STARTING ARCH PROCESSES COMPLETE
    ARC0 started with pid=91, OS id=1642728
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Sat Oct 30 02:42:20 2010
    WARNING: inbound connection timed out (ORA-3136)
    Sat Oct 30 02:42:33 2010
    GES: Potential blocker (pid=2056210) on resource CF-00000000-00000000;
    enqueue info in file /oracle/xxx/saptrace/background/xxx_arc1_4296940.trc
    Sat Oct 30 02:43:03 2010
    Errors in file
    Thanks and Regards
    Vijay Kumar G

    Hi Vijay,
    Get oracle metalink ID from service market place and search for  you will get handy information
    ORA-600 [2103] "Timeout on 'Control file' or 'Checkpoint Progress' Enqueue" [ID 28045.1]
    Also one very good tool to analyse [Metalink|https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=153788.1]
    Regards,

  • DDE: Problem Key 'ORA 600 [qcsprfro_tree:jrs present]' was flood controlled

    Hi All,
    I have oracle 11gR2 installed on OVM. From last few days I am getting below error ORA-600 in my alert.log file
    Errors in file /u02/app/oracle/diag/rdbms/......./SID_ora_30314.trc (incident=169998):
    ORA-00600: internal error code, arguments: [qcsprfro_tree:jrs present], [0x2B7CA0837030], [], [], [], [], [], [], [], [], [], []
    from the above referenced trc file : I got below message:
    DDE: Problem Key 'ORA 600 [qcsprfro_tree:jrs present]' was flood controlled (0x6) (incident: 169998)
    ORA-00600: internal error code, arguments: [qcsprfro_tree:jrs present], [0x2B7CA0837030], [], [], [], [], [], [], [], [], [], []
    "/u02/app/oracle/diag/rdbms/....../SID_eng11g02_ora_30314.trc" 60L, 3421C
    Is anybody having any idea about this error's first argument [qcsprfro_tree:jrs present] ? I am not getting any reference document from oracle support also.
    Thanks...

    Hello,
    I have oracle 11gR2 installed on OVMAs previously posted, you must open a SR to My Oracle Support.
    In *11.2* you have the possibility with ADR (Automatic Diagnostic Repository) to create a Incident Package that you could send to the Support. It can help in the resolution process.
    Please, find enclosed a link to this new features in 11g:
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17120/diag002.htm#CHDJDBCH
    Hope this help.
    Best regards,
    Jean-Valentin

  • Ora 600 and ora 7445 error in oracle 10g r2

    hi all,
    we are using Oracle 10g r2.
    os is windows 2003 server,
    ram is 4 gb.
    front end is java .
    we got a below mentioned errors.
    i got the RA-00600: internal error code, arguments: [qerghFetch:inc], [], [], [], [], [], [], [],
    and ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x61F04AC9] [ADDR:0xC] [UNABLE_TO_READ] []
    and Error 0 in kwqmnpartition(), aborting txn errors.
    for aug 3 11.42.47 we got a ora 600 error after that through front end (java) users can't able to connect the database.the not able to executed the query session disconnected error.
    what is reason for theis error . how it will rectifiy.?
    pls advice.Below i attached the alret log message .
    Sun Aug 02 04:04:24 2009
    Error 0 in kwqmnpartition(), aborting txn
    Sun Aug 02 05:48:10 2009
    Error 0 in kwqmnpartition(), aborting txn
    Sun Aug 02 05:49:10 2009
    Error 0 in kwqmnpartition(), aborting txn
    Sun Aug 02 07:38:49 2009
    Thread 1 advanced to log sequence 1732
    Current log# 3 seq# 1732 mem# 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO03.LOG
    Sun Aug 02 07:44:14 2009
    Error 0 in kwqmnpartition(), aborting txn
    Sun Aug 02 07:45:14 2009
    Error 0 in kwqmnpartition(), aborting txn
    Sun Aug 02 22:00:26 2009
    Thread 1 advanced to log sequence 1733
    Current log# 1 seq# 1733 mem# 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO01.LOG
    Mon Aug 03 07:08:15 2009
    Thread 1 advanced to log sequence 1734
    Current log# 2 seq# 1734 mem# 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO02.LOG
    Mon Aug 03 09:28:23 2009
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 09:30:27 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 11:42:47 2009
    Errors in file e:\oracle\product\10.2.0\admin\orcl\udump\orcl_ora_6012.trc:
    ORA-00600: internal error code, arguments: [qerghFetch:inc], [], [], [], [], [], [], []
    Mon Aug 03 13:20:00 2009
    Thread 1 advanced to log sequence 1735
    Current log# 3 seq# 1735 mem# 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO03.LOG
    Mon Aug 03 16:07:07 2009
    Errors in file e:\oracle\product\10.2.0\em_2\rdbms\trace\orcl_ora_4756.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x61F04AC9] [ADDR:0xC] [UNABLE_TO_READ] []
    Mon Aug 03 16:07:11 2009
    Process m000 died, see its trace file
    Mon Aug 03 16:07:11 2009
    ksvcreate: Process(m000) creation failed
    Mon Aug 03 16:08:37 2009
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 16:10:40 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 17:25:05 2009
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 17:27:11 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 17:32:19 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 17:33:24 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 18:52:08 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 18:54:09 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 19:05:33 2009
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 19:09:02 2009
    Errors in file e:\oracle\product\10.2.0\em_2\rdbms\trace\orcl_ora_5132.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x7C34126B] [ADDR:0x0] [UNABLE_TO_WRITE] []
    Mon Aug 03 19:10:27 2009
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn

    Hi reshumakur
    As this is your PRODUCTION system THEN_ The best help to offer in case of ORA-600, and ORA-7445 is to open SR with metalink. Submit with the SR the following
    1- Alert log
    2- Trace files (in ur case e:\oracle\product\10.2.0\admin\orcl\udump\orcl_ora_6012.trc: and e:\oracle\product\10.2.0\em_2\rdbms\trace\orcl_ora_4756.trc:)
    3- Describe what was happening when you had these errors.
    Try to avoid free help when you have ORA-600 and ORA-07445. This errors could be becuase of BUGS. Oracle Support will know this from the call stack in the trace file.
    Then Do your best to patch 10.2.0.4 and the latest CPU patch.
    Good Luck

  • ORA-600 in standby alert log

    We have recently migrated our database from Solaris to Linux (RHEL5) and since this migration we are seeing weird errors related to archive log shipping to the remote standby site and a corresponding ORA-600 in the standby site.
    What's interesting is everything gets resolved by itself, it always seems to happen during the heavy database load when there is frequent log switch happening (~3 min). So initially it tries to archive to the remote site and it fails with the following error in the primary alert log.
    Errors in file /app/oracle/admin/UIIP01/bdump/uiip01_arc1_9772.trc:
    ORA-00272: error writing archive log
    Mon Jul 14 10:57:36 2008
    FAL[server, ARC1]: FAL archive failed, see trace file.
    Mon Jul 14 10:57:36 2008
    Errors in file /app/oracle/admin/UIIP01/bdump/uiip01_arc1_9772.trc:
    ORA-16055: FAL request rejected
    ARCH: FAL archive failed. Archiver continuing
    Mon Jul 14 10:57:36 2008
    ORACLE Instance UIIP01 - Archival Error. Archiver continuing.
    And then we see a ORA-600 on standby database related to this which complains about redo block corruption.
    Mon Jul 14 09:57:32 2008
    Errors in file /app/oracle/admin/UIIP01/udump/uiip01_rfs_12775.trc:
    ORA-00600: internal error code, arguments: [kcrrrfswda.11], [4], [368], [], [], [], [], []
    Mon Jul 14 09:57:36 2008
    And the trace file has this wonderful block corruption error..
    Corrupt redo block 424432 detected: bad checksum
    Flag: 0x1 Format: 0x22 Block: 0x000679f0 Seq: 0x000006ef Beg: 0x150 Cks:0xa2e5
    ----- Dump of Corrupt Redo Buffer -----
    *** 2008-07-14 09:57:32.550
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [kcrrrfswda.11], [4], [368], [], [], [], [], []
    So ARC tries to resend this redo log again and it succeeds, end of the day all we have is a bunch of these ORA- errors in our alert logs, triggering off our monitors and these errors resolve themselves without any manual intervention, opened a tar with Oracle support as this is not affecting our primary database, they are in no hurry to get this one prioritized and also they are reluctant to accept that it's a bug that resolves itself.
    Just wanted to get it out here to see if anyone experienced a similar problem, let me know if you need any more details.
    As I said earlier this behaviour happens only during peak loads espceially when we have full 500M redo logs that are being archived.
    Thanks in Advance.

    Thanks Madrid!..
    I scoured thru these metalink notes before looking for possible solutions and almost all of them were closed citing a customer problem related to OS, firewall, network, etc or some were closed saying requested data not provided.
    Looks as if they were never successfully closed with a resolution.
    I just want to assure myself that the redo corruption that standby is reporting will not haunt me later, when I am doing a recovery or even a crash recovery using redo logs?..
    I have multiplexed my logs, just in case and have all the block checking parameters enabled on both primary and standby databases.
    Thanks,
    Ramki

Maybe you are looking for

  • Form printing problem

    Hi, I have used InDesign CS6 to create a user-fillable form and brought into Acrobat X Pro to implement field tab orders, etc. It's a basic form with a couple of radio button options, a pulldown menu, editable text fields and a Print button. Everythi

  • Delivery document is in UOM bags but should be invoiced in kilos

    Hi Experts! Please help me on this matter. My client's situation is that a delivery document was created wherein the sales UOM is in bags and the unit price was in bags.  However, when the time of the invoicing came, the client's customer wants to be

  • How to define payment term - Net due 45 days after month end

    Anyone have experience of payment terms such as "Net Due 45 days after Month End"? I'm trying to define payment terms where the amount is due X days after month end. Terms such as 10 days after month end are OK because I can set "Months Ahead" = 1 an

  • $30 upgrade fee is for Wireless Workshops and Backup Assistant Plus?

    I recently upgraded my device, over the phone, using the 2 year discount price of $199. I was completely unaware and never told by the VZW agent that I would be paying an extra $30 to help VZW offset the cost of Wireless Workshops and their Backup As

  • WIP Asset reversal

    Hello all, I have query about Asset - WIP. I created one WIP asset in year 2006 and now I want to reverse the WIP asset due to the deal is cancelled. I yet not capitalised it. what is the steps. its urgent, Please. Thanks