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,

Similar Messages

  • Oracle 10G Encryption Problem - ORA-28353: failed to open wallet

    I have an Oracle 10g R2 database. I would like to use the Transparent Database Encription on a table. However, whenever I try to create or open a wallet I get the following error:
    ORA-28353: failed to open wallet
    I have a directory called wallet in the $ORACLE_BASE directory. I've checked Meta-Link. I can't seem to find any information on what to do.
    Any out-of-the-box ideas.
    Thanks,
    John

    Hi,
    Did you follow the procedure described in Oracle 10g documentation titled as 'Advanced Security' about "Using Transparent Data Encryption" (Chapter 3).????
    Also , in the advisable actions of Oracle about this type of error is this....
    Action: Execute the command again using the correct wallet password or verfying a wallet exists in the specified directory. If necessary, create a new wallet and initialize it.
    Regards ,
    Simon

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

  • 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 generates an error in an Oracle Form

    ORA-00600: internal error code, arguments: [kgiflpush], [1], [0x60000000009CEBC8]
    ORA-00600: internal error code, arguments: [kgiflpush], [2], [0x6000000000994890]
    ORA-00600: internal error code, arguments: [729], [168], [space leak]

    This is what happend in our case when we upgraded our system to Oracle 9i.
    If you are in Oracle 9i DB and if you are accessing remote database object in the form and if the remote database is 8i or older leads to this problem.
    It also generates a ora-600 file in the remote system.
    Solution:
    If you are accessing a remote table, instead of accessing directly, create a view in your DB which is similar to remote table and reference that view in your form.
    I hope this helps you.
    -Krish

  • 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

  • Linux suse 10 32位 Oracle 9.2数据库ora-600-[2831], [0]

    linux suse 10 32位 Oracle 9.2数据库ora-600-[2831], [0]
    alert日志如下:
    Errors in file /opt/oracle/admin/test/bdump/test_smon_12102.trc:
    ORA-00600: internal error code, arguments: [2831], [0], [0x0], [0x0], [1], [0], [], []
    Fri Aug 24 11:12:45 2012
    Database Characterset is ZHS16GBK
    Fri Aug 24 11:12:45 2012
    ORACLE Instance test (pid = 8) - Error 600 encountered while recovering transaction (9, 32).
    Fri Aug 24 11:12:45 2012
    trace文件邮件发出
    麻烦大师帮分析下及问题如何处理,ths...

    LOG FINDING:
    /opt/oracle/admin/test/bdump/test_smon_12102.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /opt/oracle/product/10.2.0/db_1
    System name:     Linux
    Node name:     linux-u72z
    Release:     2.6.16.46-0.12-bigsmp
    Version:     #1 SMP Thu May 17 14:00:09 UTC 2007
    Machine:     i686
    Instance name: test
    Redo thread mounted by this instance: 1
    Oracle process number: 8
    Unix process pid: 12102, image: oracle@linux-u72z (SMON)
    *** SERVICE NAME:() 2012-08-24 11:12:44.788
    *** SESSION ID:(549.1) 2012-08-24 11:12:44.788
    *** 2012-08-24 11:12:44.788
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [2831], [0], [0x0], [0x0], [1], [0], [], []
    ----- Call Stack Trace -----
    calling              call     entry                argument values in hex     
    location             type     point                (? means dubious value)    
    ksedst()+27          call     ksedst1()            0 ? 1 ?
    ksedmp()+557         call     ksedst()             0 ? 73000 ? B70893AC ?
                                                       C72D280 ? 3 ? 40C ?
    ksfdmp()+19          call     ksedmp()             3 ? BFDCD5B4 ? AC05B20 ?
                                                       CBC2A40 ? 3 ? CB740C8 ?
    kgeriv()+188         call     00000000             CBC2A40 ? 3 ?
    kgesiv()+118         call     kgeriv()             CBC2A40 ? CC3C8EC ? B0F ? 5 ?
                                                       BFDCD620 ?
    ksesic5()+44         call     kgesiv()             CBC2A40 ? CC3C8EC ? B0F ? 5 ?
                                                       BFDCD620 ? B0F ? 5 ?
                                                       BFDCD620 ?
    kcfonl()+220         call     ksesic5()            B0F ? 0 ? 0 ? 0 ? 2 ? 0 ?
    tbsonl()+24          call     kcfonl()             CC3E0BC ? 0 ? 0 ? 1 ?
                                                       BFDCE7BC ? BFDCDB94 ?
    kcoubk()+131         call     00000000             BFDCDCB4 ? CC3E0A0 ? 1 ? 4 ?
                                                       0 ? BFDCE270 ? BFDCE254 ?
    ktundo()+2426        call     kcoubk()             BFDCE32C ? BFDCDCB4 ?
                                                       CC3E0A0 ? 1 ? 4 ? 0 ?
                                                       BFDCE270 ? BFDCE254 ?
    ktubko()+1299        call     ktundo()             1 ? 80008C ? CC3E09C ? 24 ?
                                                       38 ? BFDCE718 ?
    kturrt()+1820        call     ktubko()             BFDCE718 ? BFDCE708 ? 4 ?
                                                       BFDCE7BC ? BFDCE5C0 ?
                                                       BFDCE700 ?
    kturec()+1832        call     kturrt()             BFDCE7BC ? 20 ? 1 ? 0 ? 11 ?
                                                       4 ? 1 ?
    kturax()+574         call     kturec()             9 ? 0 ? 1 ? 0 ? FFFF ? 11 ?
                                                       4 ?
        SO: 0xb392c810, type: 3, owner: 0xb35c491c, flag: INIT/-/-/0x00
        (call) sess: cur b38fc338, rec b38f2d98, usr b38fc338; depth: 0
          SO: 0xb392d3e0, type: 3, owner: 0xb392c810, flag: INIT/-/-/0x00
          (call) sess: cur b38f2d98, rec b38f2d98, usr b38fc338; depth: 1
          SO: 0xb38f2d98, type: 4, owner: 0xb392c810, flag: INIT/-/-/0x00
          (session) sid: 541 trans: (nil), creator: (nil), flag: (2) -/REC -/-/-/-/-/-
                    DID: 0000-0000-00000000, short-term DID: 0000-0000-00000000
                    txn branch: (nil)
                    oct: 0, prv: 0, sql: (nil), psql: (nil), user: 0/SYS
          temporary object counter: 0
          SO: 0xb39da5e0, type: 5, owner: 0xb392c810, flag: INIT/-/-/0x00
          (enqueue) TX-00090020-0000006B     DID: 0001-0008-00000003
          lv: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  flag: 0x6
          res: b3b571f0, mode: X, prv: b3b571f8, own: b38fc338, sess: b38fc338, proc: b35c491c10.2.0.1.0+ Linux

  • 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]*

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

  • 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

  • ORA-600 [17280]

    Hello,
    I have a problem on a 10.2.0.4 enterprise edition database. The database crashes several times a day with the error ORA-600 [17280].
    Form the metalink I learned that this is due to a bug which is fixed in 11.1 version.
    Here is the error from the trace file:
    /ldata/oracle/pmb/udump/pmb_ora_6900.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /opt/ORACLE/app/oracle/product/10.2.0/db_1
    System name:    SunOS
    Node name:      paymob10
    Release:        5.10
    Version:        Generic_142909-17
    Machine:        sun4u
    Instance name: pmb
    Redo thread mounted by this instance: 1
    Oracle process number: 84
    Unix process pid: 6900, image: oracle@paymob10
    *** ACTION NAME:() 2011-10-10 16:56:44.152
    *** MODULE NAME:() 2011-10-10 16:56:44.152
    *** SERVICE NAME:(SYS$USERS) 2011-10-10 16:56:44.152
    *** SESSION ID:(125.26) 2011-10-10 16:56:44.152
    *** 2011-10-10 16:56:44.152
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [17280], [1], [0x429EFDD28], [], [],
    Current SQL statement for this session:
    begin actor_pkg . actorLogin ( :sqlAliasCategoryName:sqlAliasCategoryNameIndNew
    , :sqlAliasCatego
    ry:sqlAliasCategoryIndNew , :sqlService:sqlServiceIndNew ,
    :sqlMedium:sqlMediumIndNew , :sqlMediu
    mName:sqlMediumNameIndNew , :sqlPasswd:sqlPasswdIndNew ,
    :sqlNbMaxEssais:sqlNbMaxEssaisIndNew , :
    sqlNbMaxSessions:sqlNbMaxSessionsIndNew , :sqlSystemNumber:sqlSystemNumberIndNew
    , :sqlTransacId:
    sqlTransacIdIndNew , :sqlSession_q:sqlOK_Ind , :sqlSessionControl_q:sqlOK_Ind ,
    :sqlMsisdnInfo_q:
    sqlOK_Ind , :sqlIccId:sqlIccIdIndNew , :sqlImei:sqlImeiIndNew ,
    :sqlPwdExpiryDateControl_q:sqlOK_
    Ind , :sqlSessionId:sqlSessionIdIndNew , :sqlActorId:sqlActorIdIndNew ,
    :sqlProfileId , :sqlLanga
    ge:sqlLangageIndNew , :sqlStkMenuId:sqlStkMenuIdIndNew ,
    :sqlCoordinateId:sqlCoordinateIdIndNew ,
    :sqlErrorState:sqlErrorStateIndNew , :sqlOperError:sqlOperErrorIndNew ,
    :sqlReturnCode:sqlReturn
    CodeIndNew ) ; END ;
    ----- Call Stack Trace -----The document describing the bug says:
    +<mod. action : metalink note content removed>+
    The workaround says that the error can be ignored, but I cannot due that because the database stops after this error is encountered. My question is: is there a configuration so that the database will not stop after this error?
    I have asked the developers to correct the PL/SQL code accordingly, but this will take a while.
    Thanks in advance,
    Adrian Benga

    ORA-00600: internal error code, You are getting 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-600 starting MRP on Physical Standby

    Hello everybody
    My enviroment:
    Primary Site: SLES 10 SP2, Oracle 11gR1 U7
    Standby Site:SLES 10 SP2, Oracle 11gR1 U7
    I have a big problem starting MRP on my physical standby. After I restored standby database from a Level 0 Backup, I start MRP (SQL>recover managed standby database disconnect ) and some lines appears at alert log file with ora-600 error, something like this:
    mrp0 - ora-00600 arguments:[KGHALO4]
    mrp0 - ora-00600 arguments[kghfrh1]
    mrp0 - ora-00600 arguments[17113]
    It's the first time that I see this behavior, I don't know what it is happening but I think that it's a bug.
    Could something help me???
    Thanks a lot

    I have a big problem starting MRP on my physical standby. After I restored standby database from a Level 0 Backup, I start MRP (SQL>recover managed standby database disconnect ) and some lines appears at alert log file with ora-600 error, something like this:
    mrp0 - ora-00600 arguments:[KGHALO4]
    mrp0 - ora-00600 arguments[kghfrh1]
    mrp0 - ora-00600 arguments[17113]
    It's the first time that I see this behavior, I don't know what it is happening but I think that it's a bug.Submit SR to Oracle Support and also refer the below links as per the below second link it is a bug in recovery.
    +ORA-600 [kghalo4] [ID 273721.1]+
    *Bug 7420448 - ORA-600 [kghalo4] signalled during recovery [ID 7420448.8]*
    Work around, you can create a new standby controlfile and restore it. If still exist you can raise an SR further.

  • CDC setup problem

    {noformat}Dear all,{noformat}{noformat}Trying to troubleshoot a CDC setup problem in ODI:{noformat}{noformat}I got an error when trying to "Start Journal" from the CDC source model (in Designer).{noformat}{noformat}Here is what I've done:{noformat}{noformat}1. grant the following role to the CDC source schema (user):{noformat}{noformat}DBA, execute on DBMS_CDC_PUBLISH, connect, resource, select_on_change_sets, create session, select_catalog_role, execute_catalog_role, create sequence{noformat}{noformat}2. in the CDC source model "Journalizing" tab, specify JKM 9i logminer (CDC source is on 9i) and specify "Automatic Configuration"{noformat}{noformat}3. add a subscriber "SUNOPSIS" to the source model -&gt; Changed Data Capture (Operator successfully run){noformat}{noformat}4. "add to CDC" from source model -&gt; Changed Data Capture{noformat}{noformat}5. "Start Journal" from source model -&gt; Changed Data Capture (Operator run failed with the following errors in the "create Journal" step){noformat}{noformat}
    30475 : 99999 : java.sql.BatchUpdateException: ORA-30475: feature not enabled:
    ORA-06512: at "SYS.DBMS_CDC_PUBLISH", line 298
    ORA-06512: at line 1
    30475 : 99999 : java.sql.SQLException: ORA-30475: feature not enabled:
    ORA-06512: at "SYS.DBMS_CDC_PUBLISH", line 298
    ORA-06512: at line 1
    java.sql.BatchUpdateException: ORA-30475: feature not enabled:
    ORA-06512: at "SYS.DBMS_CDC_PUBLISH", line 298
    ORA-06512: at line 1
    at oracle.jdbc.driver.DatabaseError.throwBatchUpdateException(DatabaseError.java:367)
    at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:9119)
    at com.sunopsis.sql.SnpsQuery.executeBatch(SnpsQuery.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execCollOrders(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
    {noformat}{noformat}Any idea?{noformat}{noformat} {noformat}{noformat}William Lam
    {noformat}

    Hi Cezar,
    Thanks for following up. Below is from the description tab of the "Create Journal" steps:
    LOADING:
    select     FULL_TABLE_NAME     FULL_TABLE_NAME
    from     CDCSRC.SNP_TMP_TABLE_LIST     TMP
    where     TMP.FULL_TABLE_NAME = 'CDCSRC.DEPT'
    and     not exists      (
              select     'X'
              from     CDCSRC.SNP_CDC_OBJECTS     OBJ,
                   CDCSRC.SNP_CDC_SET_TABLE     TBL
              where     TBL.FULL_TABLE_NAME          = OBJ.FULL_TABLE_NAME
              and     TBL.FULL_TABLE_NAME          = TMP.FULL_TABLE_NAME
              and     TBL.CDC_SET_NAME          = 'CDCSRC.CDCSRC'
              and     OBJ.FULL_OBJECT_NAME     = 'CDCSRC.J$DEPT'
              and     OBJ.CDC_OBJECT_TYPE          = 'JRN_FULL_NAME'
    DEFAULT:
    BEGIN
         DBMS_LOGMNR_CDC_PUBLISH.CREATE_CHANGE_TABLE(
         owner          => 'CDCSRC',
         change_table_name     => 'J$DEPT',
         change_set_name     => 'SYNC_SET',
         source_schema     => 'CDCSRC',
         source_table     => 'DEPT',
         column_type_list     => 'DEPTNO NUMBER(2) ',
         capture_values     => 'new',
         rs_id          => 'n',
         row_id          => 'n',
         user_id          => 'n',
         timestamp          => 'y',
         object_id          => 'n',
         source_colmap     => 'n',
         target_colmap     => 'n',
         options_string     => ''
    END;
    The error message from the Execution Tab:
    30475 : 99999 : java.sql.BatchUpdateException: ORA-30475: feature not enabled:
    ORA-06512: at "SYS.DBMS_CDC_PUBLISH", line 298
    ORA-06512: at line 1
    30475 : 99999 : java.sql.SQLException: ORA-30475: feature not enabled:
    ORA-06512: at "SYS.DBMS_CDC_PUBLISH", line 298
    ORA-06512: at line 1
    java.sql.BatchUpdateException: ORA-30475: feature not enabled:
    ORA-06512: at "SYS.DBMS_CDC_PUBLISH", line 298
    ORA-06512: at line 1
    Once again, the setup details:
    - CDC source is on Oracle 9i
    - KM used is Oracle 9i LogMiner
    - enabled archivelog in Oracle 9i
    - installed logminer by running the 2 sqls as described in the earlier tread.
    I need to meet a tight deadline for POC completion and I desparate need some help here.
    Thanks and regards,
    William

  • ORA-600 with HTMLDB 1.6

    Hi guys,
    I meet OERI again.
    Symptoms:
    When I change any page element (i.e region - I need to change region source from txt to html) I've got ORA-600.
    In HTMLDB it look like this:
    ERR-1029 Unable to store session info. session=7510900237229644713 item=3469326686
    Return to application. ORA-00600: internal error code, arguments: [kpoblblen: pos1], [], [], [], [], [], [], []
    In background dump file:
    Errors in file /export/home/OraHome1/admin/SUN92/udump/sun92_ora_972.trc:
    ORA-00600: internal error code, arguments: [kpoblblen: pos1], [], [], [], [], [], [], []
    Mon Jan 17 17:35:12 2005
    Errors in file /export/home/OraHome1/admin/SUN92/udump/sun92_ora_978.trc:
    ORA-00600: internal error code, arguments: [kpoblblen: pos1], [], [], [], [], [], [], []
    Mon Jan 17 17:35:54 2005
    Errors in file /export/home/OraHome1/admin/SUN92/udump/sun92_ora_988.trc:
    ORA-00600: internal error code, arguments: [kpoblblen: pos1], [], [], [], [], [], [], []
    Mon Jan 17 17:36:37 2005
    Errors in file /export/home/OraHome1/admin/SUN92/udump/sun92_ora_1010.trc:
    ORA-00600: internal error code, arguments: [kpoblblen: pos1], [], [], [], [], [], [], []
    Mon Jan 17 17:38:07 2005
    Errors in file /export/home/OraHome1/admin/SUN92/udump/sun92_ora_1064.trc:
    ORA-00600: internal error code, arguments: [kpoblblen: pos1], [], [], [], [], [], [], []
    Mon Jan 17 17:40:15 2005
    Errors in file /export/home/OraHome1/admin/SUN92/udump/sun92_ora_1066.trc:
    ORA-00600: internal error code, arguments: [kpoblblen: pos1], [], [], [], [], [], [], []
    Mon Jan 17 17:41:25 2005
    Peace of one of reference UDUMP files:
    /export/home/OraHome1/admin/SUN92/udump/sun92_ora_972.trc
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    With the Partitioning and Oracle Label Security options
    JServer Release 9.2.0.6.0 - Production
    ORACLE_HOME = /export/home/OraHome1/app/oracle/product/9.2.0
    System name: SunOS
    Node name: blade
    Release: 5.9
    Version: Generic_112233-11
    Machine: sun4u
    Instance name: SUN92
    Redo thread mounted by this instance: 1
    Oracle process number: 12
    Unix process pid: 972, image: oracle@blade (TNS V1-V3)
    *** SESSION ID:(12.692) 2005-01-17 17:34:48.672
    *** 2005-01-17 17:34:48.671
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [kpoblblen: pos1], [], [], [], [], [], [], []
    Current SQL statement for this session:
    INSERT INTO WWV_FLOW_DATA ( FLOW_INSTANCE, ITEM_ID, ITEM_ELEMENT_ID, ITEM_NAME, ITEM_VALUE, SESSION_STATE_STATUS, FLOW_ID ) VALUES ( :B6 , :B5 , :B4 , :B3 , :B2 , 'I', :B1 )
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    39786c0e8 810 package body FLOWS_010600.WWV_FLOW
    39786c0e8 4573 package body FLOWS_010600.WWV_FLOW
    39786c0e8 10074 package body FLOWS_010600.WWV_FLOW
    39aa6f690 8 anonymous block
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedmp()+328 CALL ksedst() 00000000B ? 000000000 ?
    000000000 ? 00000004A ?
    FFFFFFFF7FFF2C58 ?
    102F5EFF8 ?
    kgerinv()+184 PTR_CALL 0000000000000000 000103349 ? 103349000 ?
    103349BA8 ? 10334E000 ?
    It not first incident with ORA-600 after upgrade HTMLDB on our local site.
    Whats wrong?

    SMON: enabling tx recovery
    Wed Jan 26 15:31:05 2005
    Database Characterset is CL8MSWIN1251
    replication_dependency_tracking turned off (no async multimaster replication found)
    Completed: ALTER DATABASE OPEN
    Wed Jan 26 15:33:06 2005
    Errors in file /export/home/OraHome1/admin/SUN92/udump/sun92_ora_1207.trc:
    ORA-00600: internal error code, arguments: [kpoblblen: pos1], [], [], [], [], [], [], []
    ORA-00001: unique constraint (FLOWS_010600.WWV_FLOW_DATA_IDX1) violated
    /export/home/OraHome1/admin/SUN92/udump/sun92_ora_1207.trc
    Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    With the Partitioning and Oracle Label Security options
    JServer Release 9.2.0.6.0 - Production
    ORACLE_HOME = /export/home/OraHome1/app/oracle/product/9.2.0
    System name: SunOS
    Node name: blade
    Release: 5.9
    Version: Generic_112233-11
    Machine: sun4u
    Instance name: SUN92
    Redo thread mounted by this instance: 1
    Oracle process number: 12
    Unix process pid: 1207, image: oracle@blade (TNS V1-V3)
    *** SESSION ID:(9.19) 2005-01-26 15:33:06.290
    *** 2005-01-26 15:33:06.290
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [kpoblblen: pos1], [], [], [], [], [], [], []
    ORA-00001: unique constraint (FLOWS_010600.WWV_FLOW_DATA_IDX1) violated
    Current SQL statement for this session:
    UPDATE WWV_FLOW_DATA SET ITEM_VALUE = :B4 , SESSION_STATE_STATUS = DECODE(SESSION_STATE_STATUS,'R','I','U') WHERE FLOW_INSTANCE = :B3 AND ITEM_ELEMENT_ID = :B2 AND ITEM_ID = :B1
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    3979f8a70 836 package body FLOWS_010600.WWV_FLOW
    3979f8a70 4573 package body FLOWS_010600.WWV_FLOW
    3979f8a70 10074 package body FLOWS_010600.WWV_FLOW
    397aa79f0 8 anonymous block
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedmp()+328 CALL ksedst() 00000000B ? 000000000 ?
    000000000 ? 00000004A ?
    FFFFFFFF7FFF2C58 ?
    102F5EFF8 ?
    kgerinv()+184 PTR_CALL 0000000000000000 000103349 ? 103349000 ?
    103349BA8 ? 10334E000 ?
    000102800 ? 000000000 ?
    kgeasnmierr()+28 CALL kgerinv() 103349E08 ? 10344B650 ?
    0000013C8 ? 000000000 ?
    10334BF14 ? 10334B1D8 ?
    *** SESSION ID:(24.5784) 2005-01-24 22:10:39.442
    *** 2005-01-24 22:10:39.441
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [kpoblblen: pos1], [], [], [], [], [], [], []
    Current SQL statement for this session:
    INSERT INTO WWV_FLOW_DATA ( FLOW_INSTANCE, ITEM_ID, ITEM_ELEMENT_ID, ITEM_NAME, ITEM_VALUE, SESSION_STATE_STATUS, FLOW_ID ) VALUES ( :B6 , :B5 , :B4 , :B3 , :B2 , 'I', :B1 )
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    3990a5318 810 package body FLOWS_010600.WWV_FLOW
    3990a5318 4573 package body FLOWS_010600.WWV_FLOW
    3990a5318 10074 package body FLOWS_010600.WWV_FLOW
    39f8b51d0 8 anonymous block
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedmp()+328 CALL ksedst() 00000000B ? 000000000 ?
    000000000 ? 00000004A ?
    FFFFFFFF7FFF2C58 ?
    102F5EFF8 ?
    kgerinv()+184 PTR_CALL 0000000000000000 000103349 ? 103349000 ?
    *** SESSION ID:(13.1360) 2005-01-26 15:25:05.977
    *** 2005-01-26 15:25:05.977
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [kpoblblen: pos1], [], [], [], [], [], [], []
    Current SQL statement for this session:
    INSERT INTO WWV_FLOW_DATA ( FLOW_INSTANCE, ITEM_ID, ITEM_ELEMENT_ID, ITEM_NAME, ITEM_VALUE, SESSION_STATE_STATUS, FLOW_ID ) VALUES ( :B6 , :B5 , :B4 , :B3 , :B2 , 'I', :B1 )
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    397958a68 810 package body FLOWS_010600.WWV_FLOW
    397958a68 4573 package body FLOWS_010600.WWV_FLOW
    397958a68 10074 package body FLOWS_010600.WWV_FLOW
    399aa3960 8 anonymous block
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedmp()+328 CALL ksedst() 00000000B ? 000000000 ?
    000000000 ? 00000004A ?
    FFFFFFFF7FFF2C58 ?
    102F5EFF8 ?
    kgerinv()+184 PTR_CALL 0000000000000000 000103349 ? 103349000 ?
    103349BA8 ? 10334E000 ?
    000102800 ? 000000000 ?
    kgeasnmierr()+28 CALL kgerinv() 103349E08 ? 10344B650 ?
    0000013C8 ? 000000000 ?
    10334BF14 ? 10334B1D8 ?
    kpoblblen()+84 CALL kgeasnmierr() 103349E08 ? 10344B650 ?
    Anyway database problem?

  • ORA-600 with index corruption - Any Bug ?

    Hi All,
    We have Oracle Database 10.2.0.1 on Linux Fedora Core 6
    AL32UTF8 Characterset and NLS_LENGTH_SEMANTICS = CHAR
    For past couple of days, we are experiencing a strange problem of corruption. The indexes of many tables have been corrupted. Deleting or Updating the table rows throws the dreaded ORA-600 error. We tried to trace the error with stack trace in the tool on metalink, but in vain.
    We seek help to find out why the indexes are getting corrupted very often. Is there any parameter which is misbehaving or Is it the CHAR semantics playing the game?
    Any help pls ?
    Thanks a lot :)

    ORA-00600 is not the kind of error to be solved in a forum. If you have access to metalink and you have already performed a search with the ora600 search tool. Then raise a Service Request in metalink.
    On the other hand, I see you are at the first release of 10gR2 without patchset applied. I suggest you to consider applying the latest patchset and CPU available for your platform, just to avoid hitting a known bug. Most probably this will be the initial Oracle Support recommendation.
    ~ Madrid
    http://hrivera99.blogspot.com/

Maybe you are looking for

  • [svn] 1494: + Copy jgroups.jar to qa-regress/WEB-INF/lib folder

    Revision: 1494 Author: [email protected] Date: 2008-04-30 12:29:37 -0700 (Wed, 30 Apr 2008) Log Message: + Copy jgroups.jar to qa-regress/WEB-INF/lib folder + Add a clustered destination to remoting-config.mods.xml for codecoverage + Add url-load-bal

  • How to embed Google analytic tag in SSRS

    Hi , How to embed Google Tag Manager tags in SSRS.I need to embed google tag in RDL files. <!-- Google Tag Manager --> <noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-PQ85KB" height="0" width="0" style="display:none;visibility:hidden

  • CS5 "Undo" keyboard command doesn't work...

    ..after I enter a custom size in a document window, still continues. If I use "built in" size views w/ command + or -, everything is fine. As soon as I type in 52% or something in the window, command +z for "undo" does not respond. Only the redo/undo

  • Transition and logotype question

    1) I made a slideshow and imported it as a quicktime movie in FCP. Working fine, but at the end I made a motion clip with the logotype. When I try to insert a video transition between the movie and the motion clip it will not work. I also tried just

  • Error in Forms 10g

    I tired the suggestion mentioned in replies of my previous message. BUT problem is still there. OC4J exe is running properly, i mean J2EE container is initialized properly. but when i try to test teh Servlet in browser writting URL: "http://mycompute