My standby is flooding ORA 7445 [ph2csql_analyze()+1148] this error

Linux 2.6.18-274.18.1.el5
oracle 11.2.0.1.0
<msg time='2013-01-18T08:06:13.452+09:00' org_id='oracle' comp_id='rdbms'
msg_id='1983831653' type='INCIDENT_ERROR' group='Access Violation'
level='1' host_id='jpbcpwebdb01lnx.jp.fid-intl.com' host_addr='10.161.70.102'
prob_key='ORA 7445 [ph2csql_analyze()+1148]' upstream_comp='' downstream_comp=''
ecid='' errid='55778' detail_path='/apps/oracle/diag/rdbms/p2asiasb/p2asiasb/trace/p2asiasb_ora_9406.trc'>
<txt>Errors in file /apps/oracle/diag/rdbms/p2asiasb/p2asiasb/trace/p2asiasb_ora_9406.trc (incident=55778):
ORA-07445: exception encountered: core dump [ph2csql_analyze()+1148] [SIGSEGV] [ADDR:0x0] [PC:0x265E8F2] [Address not mapped to object] []
</txt>
</msg>
Even run flush share_pool, no luck.
Could you please help?

Hi,
Please check
ORA-7445 [ph2csql_analyze] on Active Data Guard (Doc ID 1364370.1)
A temporary workaround is to bounce the standby instance or manually flush the shared pool.
Thanks,
Krishna

Similar Messages

  • ORA-06550 - What is this error.

    Hi,
    I'm new to Oracle. Can anyone explain what
    the error is.
    Thanks,
    AO.

    Thanks R,
    I should have asked about PLS-00905 error.
    Found what's causing - it's acutally in
    PL/SQL block where the database is
    referred with a period like - namespace.db1 -
    Once again thanks for letting me know how to
    use the Find.
    AO
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Rachel:
    ORA-06550 line string, column string:string
    Cause: A PL/SQL compilation error has occurred. The numbers given for line and column are the location in the PL/SQL block where the error occurred.
    Action: Refer to the following PL/SQL messages for more information about the error.
    For more information type the ORA-error number in the find box in the upper right corner. This is very helpful for finding meaning to errors oracle gives.
    R<HR></BLOCKQUOTE>
    null

  • ORA 7445 -  [FFFFFFFF7E5DE234]

    [i]ORA-07445: exception encountered: core dump ORA-07445: exception encountered: core dump [FFFFFFFF7E5DE234] [SIGSEGV] [Address not mapped to object] [0x123FA07000000] [] [][SIGSEGV] [Address not mapped to object] [0x123FA07000000] [] []

    A little background about ORA-7445 much like Ora-600 Error
    It's generic error most likely caused by a Bug.
    If you can't obtain support from Oracle try to upgrade your Oracle version.
    What is an ORA-7445 error?
    An ORA-7445 error is raised by an Oracle server process when it has received a fatal signal from the operating system. The error may be raised in either a foreground or background process. The process will normally
    write an error to the alert log
    write a trace file in either user_dump_dest or background_dump_dest
    create a core dump in core_dump_dest
    There are many 'illegal' operations that the operating system can trap; a common example is a process writing to an invalid memory location. To protect the system, the offending process will be sent a fatal signal.
    Typically, the signals seen are SIGBUS (signal 10, bus error) and SIGSEGV (signal 11, segmentation violation).
    There are other UNIX signal and exception that may happen; However, they are likely cause by OS program than a Oracle problem.
    Example of other signals are : SIGINT, SIGKILL, SIGSYS. A complete list is available at (Note 1038055.6
    An ORA-7445 is a generic error, and can occur from anywhere in the Oracle code. The precise location of the error is identified by the trace file it produces.

  • ORA-7445 after installation

    Hi,
    I have a specific problem on one notebook. It's a windows 2000 SP4. The installation log does not contain an obvious error message. But after installation, the database homepage doesn't start.
    When looking in the alert file I find those ORA 7445 and ORA 472 errors. When starting up the database using sqlplus and stepping through nomount , mount, open, it seems that the database is running for a short period and then again ends up with the above errors.
    Any ideas?

    Hi
    ORA 7445 indicates that oracle has detected a core dump when attempting a particular operation. To identify a bug you need to look at the first argument after the 7445 error as this identifies the module where the exception was raised. Use this together with the stack produced to identify a bug if possible. The ORA-600/ORA-7445 Troubleshooter will help identify bugs known to core dump in the identified module. https://metalink.oracle.com/metalink/plsql/f?p=130:14:1905955764385093414::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,153788.1,1,0,1,helvetica
    Also look into the Customer Introduction to ORA-7445 Errors at https://metalink.oracle.com/metalink/plsql/f?p=130:14:1905955764385093414::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,211909.1,1,0,1,helvetica
    -Priya

  • ORA-7445[qkarid()+872] 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-7445[qkarid()+872] error while executing a query
    SELECT XMLCast(XMLQuery('$p/PurchaseOrder/Reference' PASSING OBJECT_VALUE AS "p"
    RETURNING CONTENT)
    AS VARCHAR2(30)) "Reference"
    FROM purchaseorder
    WHERE XMLExists('$p/PurchaseOrder[User="SBELL"]' PASSING OBJECT_VALUE AS "p") for update wait 60;
    Please advise
    Thanks

    Update to 11.2.0.3.0 and see if it goes away. If that is not poissble open a tar with Oracle Support
    c:\xdb\examples\SXI_Generator>sqlplus SXIGEN/SXIGEN
    SQL*Plus: Release 11.2.0.3.0 Production on Mon Mar 5 12:48:17 2012
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> desc PURCHASEORDER
    Name                                      Null?    Type
    TABLE of SYS.XMLTYPE STORAGE BINARY
    SQL> SELECT XMLCast(XMLQuery('$p/PurchaseOrder/Reference' PASSING OBJECT_VALUE AS "p"
      2  RETURNING CONTENT)
      3  AS VARCHAR2(30)) "Reference"
      4  FROM purchaseorder
      5  WHERE XMLExists('$p/PurchaseOrder[User="SBELL"]' PASSING OBJECT_VALUE AS "p") for update wait 60;
    Reference
    SBELL-20100408134226318PDT
    SBELL-20100419204001680PDT
    SBELL-20100420220510663PDT
    SBELL-20100422220520735PDT
    SBELL-20100427173413101PDT
    ...Edited by: mdrake on Mar 5, 2012 12:48 PM

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

    After I log in EM, I find some errors:
    Hide 204903 ORA-7445 [sdbgrfuio_is_owner()+12] [ACCESS_VIOLATION] [ADDR:0x32931A40] [PC:0x65AED38] [UNABLE_TO_READ] Yes No Ready October 20, 2009 12:03:08 PM CST
    EM is too slow. How to improve its speed?

    YE wrote:
    After I log in EM, I find some errors:
    Hide 204903 ORA-7445 [sdbgrfuio_is_owner()+12] [ACCESS_VIOLATION] [ADDR:0x32931A40] [PC:0x65AED38] [UNABLE_TO_READ] Yes No Ready October 20, 2009 12:03:08 PM CST
    EM is too slow. How to improve its speed?You need to create a Service Request at metalink

  • Ora 7445 error happend on 11g r1

    I found many ora 07445 error on my database:
    Details     ID     Description     Data Dumped     Active     Status     Timestamp [Sorted in descending order]
    [Select to show information] Show
         111129     ORA 7445 [ttci2u()+3660] [ttci2u()+3660] [SIGSEGV] [ADDR:0x0] [PC:0x105698A0C] [Address not mapped to object] [] [] []     Yes     Yes     Ready     February 2, 2010 4:42:27 PM CST
    [Select to show information] Show
         111369     ORA 7445 [ttci2u()+3660] [ttci2u()+3660] [SIGSEGV] [ADDR:0x0] [PC:0x105698A0C] [Address not mapped to object] [] [] []     Yes     Yes     Ready     February 2, 2010 4:38:05 PM CST
    [Select to show information] Show
         111330     ORA 7445 [ttci2u()+3660] [ttci2u()+3660] [SIGSEGV] [ADDR:0x0] [PC:0x105698A0C] [Address not mapped to object] [] [] []     Yes     Yes     Ready     February 2, 2010 4:37:58 PM CST
    [Select to show information] Show
         111081     ORA 7445 [ttci2u()+3660] [ttci2u()+3660] [SIGSEGV] [ADDR:0x0] [PC:0x105698A0C] [Address not mapped to object] [] [] []     Yes     Yes     Ready     February 2, 2010 4:26:51 PM CST
    [Select to show information] Show
         111025     ORA 7445 [ttci2u()+3660] [ttci2u()+3660] [SIGSEGV] [ADDR:0x0] [PC:0x105698A0C] [Address not mapped to object] [] [] []     Yes     Yes     Ready     February 2, 2010 4:19:36 PM CST
    [Select to show information] Show
         111282     ORA 7445 [ttci2u()+3660] [ttci2u()+3660] [SIGSEGV] [ADDR:0x0] [PC:0x105698A0C] [Address not mapped to object] [] [] []     Yes     Yes     Ready     February 2, 2010 3:37:35 PM CST
    [Select to show information] Show
         111393     ORA 7445 [ttci2u()+3660] [ttci2u()+3660] [SIGSEGV] [ADDR:0x0] [PC:0x105698A0C] [Address not mapped to object] [] [] []     Yes     Yes     Ready     February 2, 2010 2:50:21 PM CST
    [Select to show information] Show
         111497     ORA 7445 [ttci2u()+3660] [ttci2u()+3660] [SIGSEGV] [ADDR:0x0] [PC:0x105698A0C] [Address not mapped to object] [] [] []     Yes     Yes     Ready     February 2, 2010 2:02:42 PM CST
    [Select to show information] Show
         111217     ORA 7445 [ttci2u()+3660] [ttci2u()+3660] [SIGSEGV] [ADDR:0x0] [PC:0x105698A0C] [Address not mapped to object] [] [] []     Yes     Yes     Ready     February 2, 2010 1:15:24 PM CST
    [Select to show information] Show
         111113     ORA 7445 [ttci2u()+3660] [ttci2u()+3660] [SIGSEGV] [ADDR:0x0] [PC:0x105698A0C] [Address not mapped to object] [] [] []     Yes     Yes     Ready     February 2, 2010 12:28:06 PM CST
    [Select to show information] Show
         111281     ORA 7445 [ttci2u()+3660] [ttci2u()+3660] [SIGSEGV] [ADDR:0x0] [PC:0x105698A0C] [Address not mapped to object] [] [] []     Yes     Yes     Ready     February 2, 2010 11:41:20 AM CST
    [Select to show information] Show
         111593     ORA 7445 [ttci2u()+3660] [ttci2u()+3660] [SIGSEGV] [ADDR:0x0] [PC:0x105698A0C] [Address not mapped to object] [] [] []     Yes     Yes     Ready     February 2, 2010 11:08:03 AM CST
    [Select to show information] Show
         111569     ORA 7445 [ttci2u()+3660] [ttci2u()+3660] [SIGSEGV] [ADDR:0x0] [PC:0x105698A0C] [Address not mapped to object] [] [] []     Yes     Yes     Ready     February 2, 2010 10:57:24 AM CST
    [Select to show information] Show
         111329     ORA 7445 [ttci2u()+3660] [ttci2u()+3660] [SIGSEGV] [ADDR:0x0] [PC:0x105698A0C] [Address not mapped to object] [] [] []     Yes     Yes     Ready     February 2, 2010 10:50:01 AM CST
    [Select to show information] Show
         111121     ORA 7445 [ttci2u()+3660] [ttci2u()+3660] [SIGSEGV] [ADDR:0x0] [PC:0x105698A0C] [Address not mapped to object] [] [] []     Yes     Yes     Ready     February 2, 2010 10:36:48 AM CST
    [Select to show information] Show
         110777     ORA 7445 [ttci2u()+3660] [ttci2u()+3660] [SIGSEGV] [ADDR:0x0] [PC:0x105698A0C] [Address not mapped to object] [] [] []     Yes     Yes     Ready     February 2, 2010 3:52:08 AM CST
    How to resolve?
    Edited by: user3799828 on Feb 2, 2010 1:14 AM
    Edited by: user3799828 on Feb 2, 2010 1:15 AM

    Lookup MOS document 310737.1 for this. You are better off raising an SR with Oracle support as others have indicated.

  • DATABASE SHUTDOWN 후 STARTUP시 ORA-7445가 발생하면서 OS PROMPT로 빠짐

    제품 : ORACLE SERVER
    작성날짜 : 2002-04-10
    DATABASE SHUTDOWN 후 STARTUP시 ORA-7445가 발생하면서 OS PROMPT로 빠짐
    =====================================================================
    Server Platform : Sparc Sunw Ultra Enterprise 10000
    (CPU 44개, Main Memory 9 Megabytes)
    ORACLE RDBMS 7.3.3.4
    ORACLE PARALLEL SERVER 환경
    Sun Cluster Volume Manager 2.0
    DB size : 약 1.2 Terabytes (=1200 Gigabytes)
    관련 TAR : 9168089.7
    조치 내역 :
    1. init.ora에 다음의 event와 hidden parameter를 설정
    1) event="10210 trace name context forever, level 10"
    (Data Block Integrity를 check, Refer to Note 21184.1)
    2) event="10211 trace name context forever, level 10"
    (Data Block Integrity를 check, Refer to Note 21185.1
    3) dbblock_cache_protect = true (Refer to note18144.1)
    corrupt된 block이 memory에 load되는 것을 방지
    2. Startup mount 후 recover database를 실행
    ORA-600[6593] [26]발생 - Detection of block corruption
    3. alter database open 실행
    ORA-1578 file#88 block #172628 발생 하였으나
    ORA-7445 없이 open됨
    (문제가 되는 특정 테이블과 데이타 블럭 발견)
    4. 위의 file block에 data를 확인하기 위하여 block dump를 함
    "Alter session set events 'immediate trace name
    blockdump level xxxxx"
    ( xxxxx는 Data Block Address 값의 decimal 값)
    - Block dump에 있는 hexa값을 ascii로 변환
    5. corrupt된 block을 제외한 data를 recover하기 위하여 새로운
    tablespace를 생성 후 다음 실행.
    "Insert into (TABLEA) select * from (TABLEB)
    where index_column > ' '
    and rowid not like 'corrupt된 row의 rowid들';"
    (TABLEA는 corrupt되지 않은 row들을 제외한 나머지 row들을
    포함할 새로운 테이블이고, TABLEB는 corrupt된 row들을 갖고
    있었던 기존의 테이블)
    6. 새로 생성한 테이블의 데이타 확인한 후 기존의 corrupt된
    테이블 drop시킴
    7. 새 테이블을 rename하여 기존의 테이블 이름과 같게 함.

  • DB was down with ora-7445

    Hi,
    oracle 9.2.0.8
    os:solaris
    one of my (OLAP) prod DB was down with ora-7445.can any one please help.
    thanks ,
    Sam.

    sam995972 wrote:
    log info:
    Thu Apr 3 16 00:42:54 2013
    ARCH: Completed archiving log 3 thread 1 sequence 135381
    Thu Apr 3 16 00:43:03 2013
    Completed checkpoint up to RBA [0x210d6.2.10], SCN: 0x09f8.7497c3b
    Completed checkpoint up to RBA [0x210d5.2.10], SCN: 0x09f8.7497c35
    Completed checkpoint up to RBA [0x210d4.2.10], SCN: 0x09f8.747b09d
    Thu Apr 3 16 00:52:01 2013
    Errors in file /ora/admin/JP00DP/udump/JP00DP_ora_16715.trc:
    ORA-07445: exception encountered: core dump [0000000101CA36F8] [SIGBUS] [Invalid address alignment] [0xA9875D0008000B] [] []
    Thu Apr 3 16 00:52:06 2013
    Errors in file /ora/admin/JP00DP/bdump/JP00DP_pmon_17895.trc:
    ORA-07445: exception encountered: core dump [0000000101CA33F8] [SIGBUS] [Invalid address alignment] [0xA9875D0008000B] [] []
    Thu Apr 3 16 00:52:06 2013
    Errors in file /ora/admin/JP00DP/bdump/JP00DP_pmon_17895.trc:
    ORA-07445: exception encountered: core dump [0000000101E55984] [SIGBUS] [Invalid address alignment] [0xA9875D0008000B] [] []
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [0000000101CA33F8] [SIGBUS] [Invalid address alignment] [0xA9875D0008000B] [] []
    Thu Apr 3 16 00:52:11 2013according to above info it is a BUG.
    if you have extended support plz contact support.oracle.com

  • ORA-7445 [ACCESS_VIOLATION] [unable_to_trans_pc]  followed by ORA-600[kgass

    please find below errors which occer frequentily in my database
    Errors in file d:\oracle\admin\opera\udump\opera_ora_3472.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x8AAA15] [ADDR:0x18] [UNABLE_TO_READ] []
    ORA-00600: internal error code, arguments: [kgassg_2], [], [], [], [], [], [], []
    My Db version is 10.2.0.3
    Please help to resolve such errors.
    Thanks in adv.
    Best regards,
    Bhavik

    Dear Bhavik,
    Point one:
    1) You need to work on
    600 is thrown while generating the trace file for 7445
    so you need work on ora-7445
    2) Please open the d:\oracle\admin\opera\udump\opera_ora_3472.trc
    paste the call stack in this thread
    3)
    Also look for any TNS error in alert log
    BTW, Are you from HYD?
    Kind Regards,
    Rakesh jayappa

  • Getting ora-7445 while initiating XMLDB in 11.2.0.3

    Hi, all
    The db is installed on windows 2008R2. While running catqm in 11.2.0.3, I am getting the following error:
    ORA-07445: exception encountered: core dump [kkqvmdrv2()+1410] [ACCESS_VIOLATION] [ADDR:0x0] [PC:0x144CA460C] [UNABLE_TO_READ] []
    The erroring SQL is:
    create or replace view XDS_ACL
      (ACLID, SHARED, DESCRIPTION, SECURITY_CLASS_NS,
           SECURITY_CLASS_NAME, PARENT_ACL_PATH, INHERITANCE_TYPE)
        as
        select a.object_id,
               substr(extractvalue(a.object_value, '/acl/@shared', 'xmlns="http://xmlns.oracle.com/xdb/acl.xsd"'), 1, 5),
               extractvalue(a.object_value, '/acl/@description', 'xmlns="http://xmlns.oracle.com/xdb/acl.xsd"'),
              xmlquery('declare namespace a="http://xmlns.oracle.com/xdb/acl.xsd"; fn:namespace-uri-from-QName(fn:data(/a:acl/a:security-class))' PASSING OBJECT_VALUE returning content),
              xmlquery('declare namespace a="http://xmlns.oracle.com/xdb/acl.xsd"; fn:local-name-from-QName(fn:data(/a:acl/a:security-class))' PASSING OBJECT_VALUE returning content),
              CASE existsNode(a.object_value, '/acl/extends-from',
                              'xmlns="http://xmlns.oracle.com/xdb/acl.xsd"')
              WHEN 1
              THEN extractvalue(a.object_value, '/acl/extends-from/@href',
                                'xmlns="http://xmlns.oracle.com/xdb/acl.xsd"')
              ELSE (CASE existsNode(a.object_value, '/acl/constrained-with',
                                    'xmlns="http://xmlns.oracle.com/xdb/acl.xsd"')
                    WHEN 1
                    THEN extractvalue(a.object_value, '/acl/constrained-with/@href',
                                      'xmlns="http://xmlns.oracle.com/xdb/acl.xsd"')
                    ELSE NULL END) END,
              CASE existsNode(a.object_value, '/acl/extends-from',
                              'xmlns="http://xmlns.oracle.com/xdb/acl.xsd"') WHEN 1
              THEN 'extends-from'
              ELSE (CASE existsNode(a.object_value, '/acl/constrained-with',
                                    'xmlns="http://xmlns.oracle.com/xdb/acl.xsd"')
                    WHEN 1
                    THEN 'constrained-with'
                    ELSE NULL END) END
       FROM XDB.XDB$ACL a
    When I run this create view SQL on sqlplus, I can reproduce this error. Has anyone seen this before?
    Thanks,
    Jonathan.

    Your best bet will be to contact Oracle Support regarding this issue.  The ORA-07445 is an internal error in Oracle.  Nothing on the support site turns up for what you listed during a quick search at least.

  • Error: ORA-16751: resource guard encountered errors in switchover to primar

    Hello ,
    I have just completed dataguard configuration for one standby server. However when I tries to switchover i am getting following error in dataguard log file.
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK ERROR: ORA-16816: incorrect database role
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK ERROR: ORA-16783: instance p11 not open for read and write access
    DG 2011-07-09-20:08:58 0 2 0 RSM Warning: cannot find the destinationsetting in v$archive_dest for database 'p11_disaster'.
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16728: consistency check for property LogXptMode found ORA-16777 error
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16777: unable to find the destination entry of a standby database in V$ARCHIVE_DEST
    DG 2011-07-09-20:08:58 0 2 0 RSM Warning: cannot find the destinationsetting in v$archive_dest for database 'p11_disaster'.
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16728: consistency check for property DelayMins found ORA-16777 error
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16777: unable to find the destination entry of a standby database in V$ARCHIVE_DEST
    DG 2011-07-09-20:08:58 0 2 0 RSM Warning: cannot find the destinationsetting in v$archive_dest for database 'p11_disaster'.
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16728: consistency check for property Binding found ORA-16777 error
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16777: unable to find the destination entry of a standby database in V$ARCHIVE_DEST
    DG 2011-07-09-20:08:58 0 2 0 RSM Warning: cannot find the destinationsetting in v$archive_dest for database 'p11_disaster'.
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16728: consistency check for property MaxFailure found ORA-16777 error
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16777: unable to find the destination entry of a standby database in V$ARCHIVE_DEST
    DG 2011-07-09-20:08:58 0 2 0 RSM Warning: cannot find the destinationsetting in v$archive_dest for database 'p11_disaster'.
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16728: consistency check for property MaxConnections found ORA-16777 error
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16777: unable to find the destination entry of a standby database in V$ARCHIVE_DEST
    DG 2011-07-09-20:08:58 0 2 0 RSM Warning: cannot find the destinationsetting in v$archive_dest for database 'p11_disaster'.
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16728: consistency check for property ReopenSecs found ORA-16777 error
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16777: unable to find the destination entry of a standby database in V$ARCHIVE_DEST
    DG 2011-07-09-20:08:58 0 2 756068556 Operation CTL_GET_STATUS cancelled during phase 2, error = ORA-16810
    DG 2011-07-09-20:08:58 0 2 756068556 Operation CTL_GET_STATUS cancelled during phase 2, error = ORA-16810
    I have tried several times however it changes the role of primary DB to physical standby , which i again change to primary by "Alter Database Commit to Switchover to PRIMARY with session Shutdown;"
    Here are the DGMGRL command prompts output.
    C:\Documents and Settings\p11adm>dgmgrl
    DGMGRL for 64-bit Windows: Version 10.2.0.2.0 - 64bit Production
    Copyright (c) 2000, 2005, Oracle. All rights reserved.
    Welcome to DGMGRL, type "help" for information.
    DGMGRL> connect sys/windows123@to_primary
    Connected.
    DGMGRL> show database verbose p11_primary;
    Database
    Name: p11_primary
    Role: PRIMARY
    Enabled: YES
    Intended State: ONLINE
    Instance(s):
    p11
    Properties:
    InitialConnectIdentifier = 'to_primary'
    LogXptMode = 'ASYNC'
    Dependency = ''
    DelayMins = '0'
    Binding = 'OPTIONAL'
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = '300'
    NetTimeout = '180'
    LogShipping = 'ON'
    PreferredApplyInstance = ''
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO'
    StandbyFileManagement = 'AUTO'
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = '10'
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = ''
    LogFileNameConvert = ''
    FastStartFailoverTarget = ''
    StatusReport = '(monitor)'
    InconsistentProperties = '(monitor)'
    InconsistentLogXptProps = '(monitor)'
    SendQEntries = '(monitor)'
    LogXptStatus = '(monitor)'
    RecvQEntries = '(monitor)'
    HostName = 'PROD104'
    SidName = 'p11'
    LocalListenerAddress = '(ADDRESS=(PROTOCOL=TCP)(HOST=10.0.1.104)(
    PORT=1527))'
    StandbyArchiveLocation = 'C:\oracle\P11\oraarch\P11arch'
    AlternateLocation = ''
    LogArchiveTrace = '0'
    LogArchiveFormat = 'ARC%S_%R.%T'
    LatestLog = '(monitor)'
    TopWaitEvents = '(monitor)'
    Current status for "p11_primary":
    SUCCESS
    DGMGRL> show database verbose p11_disaster;
    Database
    Name: p11_disaster
    Role: PHYSICAL STANDBY
    Enabled: YES
    Intended State: ONLINE
    Instance(s):
    p11
    Properties:
    InitialConnectIdentifier = 'to_standby'
    LogXptMode = 'ARCH'
    Dependency = ''
    DelayMins = '0'
    Binding = 'OPTIONAL'
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = '300'
    NetTimeout = '180'
    LogShipping = 'ON'
    PreferredApplyInstance = ''
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO'
    StandbyFileManagement = 'AUTO'
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = '10'
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = ''
    LogFileNameConvert = ''
    FastStartFailoverTarget = ''
    StatusReport = '(monitor)'
    InconsistentProperties = '(monitor)'
    InconsistentLogXptProps = '(monitor)'
    SendQEntries = '(monitor)'
    LogXptStatus = '(monitor)'
    RecvQEntries = '(monitor)'
    HostName = 'PROD102'
    SidName = 'p11'
    LocalListenerAddress = '(ADDRESS=(PROTOCOL=TCP)(HOST=10.0.1.102)(
    PORT=1527))'
    StandbyArchiveLocation = 'C:\oracle\P11\oraarch\P11arch'
    AlternateLocation = ''
    LogArchiveTrace = '0'
    LogArchiveFormat = 'ARC%S_%R.%T'
    LatestLog = '(monitor)'
    TopWaitEvents = '(monitor)'
    Current status for "p11_disaster":
    SUCCESS
    DGMGRL> switchover to p11_disaster;
    Performing switchover NOW, please wait...
    Error: ORA-16751: resource guard encountered errors in switchover to primary dat
    abase
    Failed.
    Unable to switchover, primary database is still "p11_primary"
    Here are the changed pfile of both DB's
    Pfile changes at Primary
    *.db_name='p11'
    *.db_unique_name='p11_primary'
    *.dg_broker_start=true
    *.dml_locks=4000
    *.event='10191 trace name context forever, level 1'
    *.FILESYSTEMIO_OPTIONS='setall'
    *.job_queue_processes=1
    *.local_listener='(ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.1.104)(PORT = 1527))'
    *.log_archive_config='dg_config=(p11_disaster,p11_primary)'
    *.log_archive_dest_1='LOCATION=C:\oracle\P11\oraarch\P11arch VALID_FOR=(ALL_LOGFILES,ALL_ROLES)'
    *.log_archive_dest_state_1='enable'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_max_processes=10
    *.log_archive_min_succeed_dest=1
    *.log_buffer=1048576
    *.log_checkpoint_interval=0
    *.log_checkpoints_to_alert=true
    *.open_cursors=800
    *.parallel_execution_message_size=16384
    *.pga_aggregate_target=347917516
    *.processes=80
    *.query_rewrite_enabled='false'
    *.recyclebin='off'
    *.remote_login_passwordfile='exclusive'
    *.remote_os_authent=true
    Pfile of standby server ( few parameters are created by DGMGRL itself)
    *.db_name='P11'
    *.db_unique_name='P11_disaster'
    *.dg_broker_start=TRUE
    *.dml_locks=4000
    *.event='10191 trace name context forever, level 1'
    *.fal_client='(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.0.1.102)(PORT=1527)))(CONNECT_DATA=(SERVICE_NAME=p11_disaster_XPT)(INSTANCE_NAME=p11)(SERVER=dedicated)))'
    *.fal_server='(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.0.1.104)(PORT=1527)))(CONNECT_DATA=(SERVICE_NAME=p11_primary_XPT)(SERVER=dedicated)))'
    *.FILESYSTEMIO_OPTIONS='setall'
    *.job_queue_processes=1
    *.local_listener='(ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.1.102)(PORT = 1527))'
    *.log_archive_config='DG_CONFIG= (P11_primary, P11_disaster)'
    *.log_archive_dest_1='LOCATION="C:\oracle\P11\oraarch\P11arch", VALID_FOR=(ALL_LOGFILES,ALL_ROLES)'
    p11.log_archive_dest_1='location="C:\oracle\P11\oraarch\P11arch"','valid_for=(ALL_LOGFILES,ALL_ROLES)'
    *.log_archive_dest_state_1='enable'
    p11.log_archive_dest_state_1='ENABLE'
    p11.log_archive_format='ARC%S_%R.%T'
    *.log_archive_max_processes=10
    *.log_archive_min_succeed_dest=1
    p11.log_archive_trace=0
    *.log_buffer=1048576
    *.log_checkpoint_interval=0
    *.log_checkpoints_to_alert=true
    *.open_cursors=800
    *.parallel_execution_message_size=16384
    *.pga_aggregate_target=207827763
    *.processes=80
    *.query_rewrite_enabled='false'
    *.recyclebin='off'
    *.remote_login_passwordfile='exclusive'
    *.remote_os_authent=true
    *.replication_dependency_tracking=false
    *.sessions=96
    *.sga_max_size=311741644
    *.shared_pool_reserved_size=15587082
    *.shared_pool_size=300870822
    *.sort_area_retained_size=0
    *.sort_area_size=2097152
    p11.standby_archive_dest='C:\oracle\P11\oraarch\P11arch'
    *.standby_file_management='AUTO'
    Please advice .
    Thanks & Regards
    Edited by: dharm.singh on Jul 9, 2011 7:48 AM

    I have added the standby archive log destination as per your suggestion p11.standby_archive_dest='C:\oracle\P11\oraarch\P11arch'
    However , i am now getting these errors in dgmgrl log file while doing switchover.
    DG 2011-07-11-14:39:24 0 2 756225487 DMON: CTL_ENABLE of p11
    DG 2011-07-11-14:39:24 0 2 756225487 requires reset of LOG XPT Engine
    DG 2011-07-11-14:39:24 0 2 756225487 on Site p11_primary
    DG 2011-07-11-14:39:24 0 2 0 Reset Log Transport Resource: SetState ONLINE, phase BUILD-UP, External Cond ENABLE
    DG 2011-07-11-14:39:24 0 2 0 Set log transport destination: SetState ONLINE, phase BUILD-UP, External Cond ENABLE
    DG 2011-07-11-14:39:24 0 2 0 Executing SQL [alter system set log_archive_dest_2 =  'service="(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.0.1.102)(PORT=1527)))(CONNECT_DATA=(SERVICE_NAME=p11_disaster_XPT)(INSTANCE_NAME=p11)(SERVER=dedicated)))"', '   LGWR ASYNC NOAFFIRM delay=0 OPTIONAL max_failure=0 max_connections=1   reopen=300 db_unique_name="p11_disaster" register net_timeout=180  valid_for=(online_logfile,primary_role)']
    DG 2011-07-11-14:39:24 0 2 0 SQL [alter system set log_archive_dest_2 =  'service="(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.0.1.102)(PORT=1527)))(CONNECT_DATA=(SERVICE_NAME=p11_disaster_XPT)(INSTANCE_NAME=p11)(SERVER=dedicated)))"', '   LGWR ASYNC NOAFFIRM delay=0 OPTIONAL max_failure=0 max_connections=1   reopen=300 db_unique_name="p11_disaster" register net_timeout=180  valid_for=(online_logfile,primary_role)'] Executed successfully
    DG 2011-07-11-14:39:24 0 2 0 Executing SQL [alter system set log_archive_dest_state_2 = 'ENABLE']
    DG 2011-07-11-14:39:24 0 2 0 SQL [alter system set log_archive_dest_state_2 = 'ENABLE'] Executed successfully
    DG 2011-07-11-14:39:24 0 2 0 Executing SQL [ALTER SYSTEM SWITCH ALL LOGFILE]
    DG 2011-07-11-14:39:26 0 2 0 SQL [ALTER SYSTEM SWITCH ALL LOGFILE] Executed successfully
    DG 2011-07-11-14:39:26 0 2 0 DMON: site 01001000, instance 00000001 queuing healthcheck lock request
    DG 2011-07-11-14:39:26 0 2 0 DMON: Releasing healthcheck master lock
    DG 2011-07-11-14:39:26 0 2 0 DMON: Health check master lock conversion successful
    DG 2011-07-11-14:39:26 0 2 0 DMON: a process acquired the healthcheck master lock
    DG 2011-07-11-14:39:26 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:39:26 0 2 756225487 DMON: status from rfi_post_instances() for ENABLE = ORA-00000
    DG 2011-07-11-14:39:26 0 2 0 req_id 1.1.756225487, opcode CTL_ENABLE, phase END, flags 5
    DG 2011-07-11-14:39:26 0 2 756225487 DMON: ENABLE Complete, Object p11
    DG 2011-07-11-14:39:26 0 2 756225487      enabled in State ONLINE
    DG 2011-07-11-14:39:26 0 2 756225487 rfm_inst_phase_dispatch 16 END phase processing
    DG 2011-07-11-14:39:26 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:39:26 0 2 0 req_id 1.1.756225487, opcode CTL_ENABLE, phase END
    DG 2011-07-11-14:39:26 0 2 756225487 DMON: CTL_ENABLE operation completed
    DG 2011-07-11-14:39:26 0 2 756225487 DMON: Entered rfm_release_chief_lock for CTL_ENABLE
    DG 2011-07-11-14:39:29 0 2 756225495 DMON: ENUM_DRC: success. (len = 652)
    DG 2011-07-11-14:39:29 0 2 756225495 DMON: ENUM_DRC operation completed
    DG 2011-07-11-14:39:29 1000 2 756225496 DMON: MON_PROPERTY operation completed
    DG 2011-07-11-14:39:29 1000 2 756225497 DMON: Entered rfm_get_chief_lock() for MON_VERIFY, reason 0
    DG 2011-07-11-14:39:29 1000 2 756225497 DMON: chief lock convert for client healthcheck
    DG 2011-07-11-14:39:29 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:39:29 0 2 0 req_id 1.1.756225497, opcode MON_VERIFY, phase BEGIN, flags 5
    DG 2011-07-11-14:39:30 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:39:30 0 2 0 req_id 1.1.756225497, opcode MON_VERIFY, phase BEGIN
    DG 2011-07-11-14:39:30 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:39:30 0 2 0 req_id 1.1.756225497, opcode MON_VERIFY, phase RESYNCH, flags 10005
    DG 2011-07-11-14:39:30 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:39:30 0 2 0 req_id 1.1.756225497, opcode MON_VERIFY, phase RESYNCH
    DG 2011-07-11-14:39:30 1000 2 756225497 DMON: MON_VERIFY operation completed
    DG 2011-07-11-14:39:30 1000 2 756225497 DMON: Entered rfm_release_chief_lock for MON_VERIFY
    DG 2011-07-11-14:39:30 1000 2 756225500 DMON: CTL_GET_STATUS operation completed
    DG 2011-07-11-14:39:44 1000 2 756225501 DMON: Entered rfm_get_chief_lock() for MON_VERIFY, reason 0
    DG 2011-07-11-14:39:44 1000 2 756225501 DMON: chief lock convert for client healthcheck
    DG 2011-07-11-14:39:44 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:39:44 0 2 0 req_id 1.1.756225501, opcode MON_VERIFY, phase BEGIN, flags 5
    DG 2011-07-11-14:39:45 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:39:45 0 2 0 req_id 1.1.756225501, opcode MON_VERIFY, phase BEGIN
    DG 2011-07-11-14:39:45 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:39:45 0 2 0 req_id 1.1.756225501, opcode MON_VERIFY, phase RESYNCH, flags 10005
    DG 2011-07-11-14:39:45 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:39:45 0 2 0 req_id 1.1.756225501, opcode MON_VERIFY, phase RESYNCH
    DG 2011-07-11-14:39:45 1000 2 756225501 DMON: MON_VERIFY operation completed
    DG 2011-07-11-14:39:45 1000 2 756225501 DMON: Entered rfm_release_chief_lock for MON_VERIFY
    DG 2011-07-11-14:39:45 0 2 756225504 DMON: ENUM_DRC: success. (len = 652)
    DG 2011-07-11-14:39:45 0 2 756225504 DMON: ENUM_DRC operation completed
    DG 2011-07-11-14:39:45 1000 2 756225505 DMON: MON_PROPERTY operation completed
    DG 2011-07-11-14:39:45 2000000 3 756225506 DMON: Entered rfm_get_chief_lock() for CTL_SWITCH, reason 0
    DG 2011-07-11-14:39:45 2000000 3 756225506 DMON: chief lock convert for switchover
    DG 2011-07-11-14:39:45 0 2 0 Executing SQL [ALTER SYSTEM ARCHIVE LOG CURRENT]
    DG 2011-07-11-14:39:53 0 2 0 SQL [ALTER SYSTEM ARCHIVE LOG CURRENT] Executed successfully
    DG 2011-07-11-14:39:53 2000000 3 756225506 DMON: posting primary instances for SWITCHOVER phase 1
    DG 2011-07-11-14:39:53 2000000 3 756225506 DMON: dispersing message to standbys for SWITCHOVER phase 1
    DG 2011-07-11-14:39:53 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:39:53 0 2 0 req_id 1.1.756225506, opcode CTL_SWITCH, phase BEGIN, flags 5
    DG 2011-07-11-14:39:53 2000000 3 756225506 DMON: Entered rfmsoexinst for phase 1
    DG 2011-07-11-14:39:53 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:39:53 0 2 0 req_id 1.1.756225506, opcode CTL_SWITCH, phase BEGIN
    DG 2011-07-11-14:39:53 2000000 3 756225506 DMON: CLSR being notified to disable services and shutdown instances as appropriate for SWITCHOVER.
    DG 2011-07-11-14:39:53 2000000 3 756225506 DMON: posting primary instances for SWITCHOVER phase 2
    DG 2011-07-11-14:39:53 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:39:53 2000000 3 756225506 DMON: dispersing message to standbys for SWITCHOVER phase 2
    DG 2011-07-11-14:39:53 0 2 0 req_id 1.1.756225506, opcode CTL_SWITCH, phase TEARDOWN, flags 5
    DG 2011-07-11-14:39:53 2000000 3 756225506 DMON: Entered rfmsoexinst for phase 2
    DG 2011-07-11-14:39:53 0 2 0 RSM 0 received SETSTATE request: rid=0x01041000, sid=0, phid=1, econd=2, sitehndl=0x02001000
    DG 2011-07-11-14:39:53 0 2 0 Log Transport Resource: SetState OFFLINE, phase TEAR-DOWN, External Cond SWITCH-OVER-PHYS_STBY
    DG 2011-07-11-14:39:53 0 2 0 RSM 0 received SETSTATE request: rid=0x01012000, sid=4, phid=1, econd=2, sitehndl=0x02001000
    DG 2011-07-11-14:39:53 0 2 0 Database Resource[IAM=PRIMARY]: SetState PHYSICAL-APPLY-ON, phase TEAR-DOWN, External Cond SWITCH-OVER-PHYS_STBY, Target Site Handle 0x02001000
    DG 2011-07-11-14:39:53 0 2 0 Executing SQL [ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY WITH SESSION SHUTDOWN]
    DG 2011-07-11-14:41:32 0 2 0 SQL [ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY WITH SESSION SHUTDOWN] Executed successfully
    DG 2011-07-11-14:41:32 0 2 0 Executing SQL [alter system set log_archive_dest_2 = '']
    DG 2011-07-11-14:41:32 0 2 0 SQL [alter system set log_archive_dest_2 = ''] Executed successfully
    DG 2011-07-11-14:41:32 0 2 0 Executing SQL [alter system set log_archive_dest_state_2 = 'ENABLE']
    DG 2011-07-11-14:41:32 0 2 0 SQL [alter system set log_archive_dest_state_2 = 'ENABLE'] Executed successfully
    DG 2011-07-11-14:41:32 0 2 0 Database Resource SetState succeeded
    DG 2011-07-11-14:41:32 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:41:32 0 2 0 req_id 1.1.756225506, opcode CTL_SWITCH, phase TEARDOWN
    DG 2011-07-11-14:41:32 2000000 3 756225506 DMON: posting primary instances for SWITCHOVER phase 2
    DG 2011-07-11-14:41:32 2000000 3 756225506 DMON: dispersing message to standbys for SWITCHOVER phase 2
    DG 2011-07-11-14:41:32 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:41:32 0 2 0 req_id 1.1.756225506, opcode CTL_SWITCH, phase TEARDOWN, flags 5
    DG 2011-07-11-14:41:32 2000000 3 756225506 DMON: Entered rfmsoexinst for phase 2
    DG 2011-07-11-14:41:32 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:41:32 0 2 0 req_id 1.1.756225506, opcode CTL_SWITCH, phase TEARDOWN
    DG 2011-07-11-14:41:47 2000000 3 756225506 Operation CTL_SWITCH cancelled during phase 2, error = ORA-16751
    DG 2011-07-11-14:41:47 2000000 3 756225506 DMON: CLSR being notified to enable services and startup primary instances as appropriate for SWITCHOVER.
    DG 2011-07-11-14:41:47 0 2 0 DMON: site 01001000, instance 00000001 queuing healthcheck lock request
    DG 2011-07-11-14:41:47 0 2 0 DMON: Releasing healthcheck master lock
    DG 2011-07-11-14:41:47 0 2 0 DMON: Health check master lock conversion successful
    DG 2011-07-11-14:41:47 0 2 0 DMON: a process acquired the healthcheck master lock
    DG 2011-07-11-14:41:47 2000000 3 756225506 DMON: posting primary instances for SWITCHOVER phase 5
    DG 2011-07-11-14:41:47 2000000 3 756225506 DMON: SWITCHOVER Aborted due to errors
    DG 2011-07-11-14:41:47 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:41:47 2000000 3 756225506      Site named: p11_primary is still primary
    DG 2011-07-11-14:41:48 0 2 0 req_id 1.1.756225506, opcode CTL_SWITCH, phase END, flags 5
    DG 2011-07-11-14:41:48 2000000 3 756225506      error = ORA-16751
    DG 2011-07-11-14:41:48 2000000 3 756225506 DMON: dispersing message to standbys for SWITCHOVER phase 5
    DG 2011-07-11-14:41:48 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:41:48 0 2 0 DMON: site 01001000, instance 00000001 queuing healthcheck lock request
    DG 2011-07-11-14:41:48 0 2 0 req_id 1.1.756225506, opcode CTL_SWITCH, phase END
    DG 2011-07-11-14:41:48 0 2 0 DMON: Releasing healthcheck master lock
    DG 2011-07-11-14:41:48 0 2 0 DMON: Health check master lock conversion successful
    DG 2011-07-11-14:41:48 0 2 0 DMON: a process acquired the healthcheck master lock
    DG 2011-07-11-14:41:48 2000000 3 756225506 Operation CTL_SWITCH cancelled during phase 5, error = ORA-16751
    DG 2011-07-11-14:41:48 2000000 3 756225506 DMON: CTL_SWITCH operation completed
    DG 2011-07-11-14:41:48 2000000 3 756225506 DMON: Entered rfm_release_chief_lock for CTL_SWITCH
    Please advice.

  • ORA-03137: TTC protocol internal error : [12333] [4] [195] [21] [] [] []

    HI,
    I AM USING ORACLE 11G R2 DATABASE IN WINDOWS XP SERVICE PACK 2 64 BIT PROCESSOR . I GET THE FOLLOWING ERROR OFTEN
    Errors in file d:\app\administrator\diag\rdbms\sipdb\sipdb\trace\sipdb_ora_4860.trc:
    ORA-03137: TTC protocol internal error : [12333] [4] [195] [21] [] [] [] []
    Exception [type: ACCESS_VIOLATION, UNABLE_TO_READ] [ADDR:0xF8] [PC:0x1B50DCC, qksctxDump()+1616]
    Errors in file d:\app\administrator\diag\rdbms\sipdb\sipdb\trace\sipdb_ora_4860.trc (incident=17352):
    ORA-07445: exception encountered: core dump [qksctxDump()+1616] [ACCESS_VIOLATION] [ADDR:0xF8] [PC:0x1B50DCC] [UNABLE_TO_READ] []
    ORA-03137: TTC protocol internal error : [12333] [4] [195] [21] [] [] [] []
    Incident details in: d:\app\administrator\diag\rdbms\sipdb\sipdb\incident\incdir_17352\sipdb_ora_4860_i17352.trc
    I WANN KNOW THE CAUSE AND SOLUTION FOR THIS ERROR

    Hi OP,
    ORA-03137: TTC protocol internal error : [12333] [4] [195] [21] [] [] [] []This is an internal error, you need to contact ORACLE SUPPORT..
    Hi Ogan,
    you cannot find ora-3137 errors in ora-600/7445 lookup tool(which was not updated)
    Thanks
    Edited by: CKPT on Oct 6, 2010 1:04 PM

  • I am getting ORA-01403: no data found error while calling a stored procedur

    Hi, I have a stored procedure. When I execute it from Toad it is successfull.
    But when I call that from my java function it gives me ORA-01403: no data found error -
    My code is like this -
    SELECT COUNT(*) INTO L_N_CNT FROM TLSI_SI_MAST WHERE UPPER(CUST_CD) =UPPER(R_V_CUST_CD) AND
    UPPER(ACCT_CD)=UPPER(R_V_ACCT_CD) AND UPPER(CNSGE_CD)=UPPER(R_V_CNSGE_CD) AND
    UPPER(FINALDEST_CD)=UPPER(R_V_FINALDEST_CD) AND     UPPER(TPT_TYPE)=UPPER(R_V_TPT_TYPE);
         IF L_N_CNT >0 THEN
              DBMS_OUTPUT.PUT_LINE('ERROR -DUPlicate SI-1');
              SP_SEL_ERR_MSG(5,R_V_ERROR_MSG);
              RETURN;
         ELSE
              DBMS_OUTPUT.PUT_LINE('BEFORE-INSERT');
              INSERT INTO TLSI_SI_MAST
                   (     CUST_CD, ACCT_CD, CNSGE_CD, FINALDEST_CD, TPT_TYPE,
                        ACCT_NM, CUST_NM,CNSGE_NM, CNSGE_ADDR1, CNSGE_ADDR2,CNSGE_ADDR3,
                        CNSGE_ADDR4, CNSGE_ATTN, EFFECTIVE_DT, MAINT_DT,
                        POD_CD, DELVY_PL_CD, TRANSSHIP,PARTSHIPMT, FREIGHT,
                        PREPAID_BY, COLLECT_BY, BL_REMARK1, BL_REMARK2,
                        MCC_IND, NOMINATION, NOTIFY_P1_NM,NOTIFY_P1_ATTN , NOTIFY_P1_ADDR1,
                        NOTIFY_P1_ADDR2, NOTIFY_P1_ADDR3, NOTIFY_P1_ADDR4,NOTIFY_P2_NM,NOTIFY_P2_ATTN ,
                        NOTIFY_P2_ADDR1,NOTIFY_P2_ADDR2, NOTIFY_P2_ADDR3, NOTIFY_P2_ADDR4,
                        NOTIFY_P3_NM,NOTIFY_P3_ATTN , NOTIFY_P3_ADDR1,NOTIFY_P3_ADDR2, NOTIFY_P3_ADDR3,
                        NOTIFY_P3_ADDR4,CREATION_DT, ACCT_ATTN, SCC_IND, CREAT_BY, MAINT_BY
                        VALUES(     R_V_CUST_CD,R_V_ACCT_CD,R_V_CNSGE_CD,R_V_FINALDEST_CD,R_V_TPT_TYPE,
                        R_V_ACCT_NM,R_V_CUST_NM ,R_V_CNSGE_NM, R_V_CNSGE_ADDR1,R_V_CNSGE_ADDR2, R_V_CNSGE_ADDR3,
                        R_V_CNSGE_ADDR4,R_V_CNSGE_ATTN,     R_V_EFFECTIVE_DT ,SYSDATE, R_V_POD_CD,R_V_DELVY_PL_CD,R_V_TRANSSHIP ,R_V_PARTSHIPMT , R_V_FREIGHT,
                        R_V_PREPAID_BY ,R_V_COLLECT_BY ,R_V_BL_REMARK1 ,R_V_BL_REMARK2,R_V_MCC_IND,
                        R_V_NOMINATION,R_V_NOTIFY_P1_NM, R_V_NOTIFY_P1_ATTN, R_V_NOTIFY_P1_ADD1, R_V_NOTIFY_P1_ADD2,
                        R_V_NOTIFY_P1_ADD3, R_V_NOTIFY_P1_ADD4, R_V_NOTIFY_P2_NM, R_V_NOTIFY_P2_ATTN, R_V_NOTIFY_P2_ADD1,
                        R_V_NOTIFY_P2_ADD2, R_V_NOTIFY_P2_ADD3, R_V_NOTIFY_P2_ADD4, R_V_NOTIFY_P3_NM, R_V_NOTIFY_P3_ATTN,
                        R_V_NOTIFY_P3_ADD1, R_V_NOTIFY_P3_ADD2, R_V_NOTIFY_P3_ADD3, R_V_NOTIFY_P3_ADD4,
                        SYSDATE,R_V_ACCT_ATTN,R_V_SCC_IND,R_V_USER_ID,R_V_USER_ID
                        DBMS_OUTPUT.PUT_LINE(' SI - REC -INSERTED');
         END IF;

    Hi,
    I think there is a part of the stored procedure you did not displayed in your post. I think your issue is probably due to a parsed value from java. For example when calling a procedure from java and the data type from java is different than expected by the procedure the ORA-01403 could be encountered. Can you please show the exact construction of the call of the procedure from within java and also how the procedure possible is provided with an input parameter.
    Regards, Gerwin

Maybe you are looking for

  • Safari 5.1.7 resumes last session and freezes immediately

    Hello, Upon the start of Safari, it resumes the last session and immediately freezes, showing the spinning rainbow and failing to load pages. None of the toolbar options can be accessed. I can only force quit. Restarting the computed accomplishes not

  • IWeb/iPhoto not synching

    I have been using iWeb for about a year with no problems. Lately I was trying to add pictures to my web page by clicking media and going to photos as I have been doing for 11 months. When I click media -> Photos, my iPhoto libray populates with Libra

  • Premiere Pro CS6 will not export the full project sequence

    I have a project consisting of  videos, photos, and audio. The full project is just over 12 minutes long. I can export it out in chunks, but when I try to export 11 or more minutes of it, I'm able to export new projects that are longer, but have less

  • !!??? WAN IP?? How to get WAN IP of the client computers..?

    Hi, How can I catch the WAN IP of my client computers?? The clients are behind a router and I don't wanna put the code on the client side. I wanna do it using Java Web Service Call. Any idea how to go about..?

  • Photoshop is autoselecting documents on mouseover - how do I disable this?

    Photoshop is autoselecting documents on mouseover - how do I disable this? This gets pretty annoying when I have multiple documents up in their own windows - and moving my cursor over any other document in the background will select it - virtually no