ORA-07445 on Xen RHEL5.4 guest on Itanium Montecito (BL870c/BL860c) host

I am wandering if anyone had any experience with similar issue - it most likely related to something about Oracle on RHEL5.4 Xen host on an Itanium (Montecito core, to be specific, as this proved to make important difference - HP BL870c and BL860c servers). I didn't test this on same physical machine (Itanium/RHEL5.4). I am running Oracle 10.2.0.4 with CPUJul2009 (patch 19) and all the latest OS RHEL5.4 updates, and ECC6.0 on top. It works very good, but Oracle is getting ORA-07445 (evabtr) from time to time, which causes ORA-03113 (disconnect session) on the ABAP side (or whatever is connected to db, eg. imp or impdp, too) - something like SGEN can cause it (anything making load long enough). I did everything by the book, with all SAP recommendations and I was hopping I am was doing something wrong. Anyone ?
Zoran.

Ok, you asked for it (IASDB database instance was just a DBCA general template created database, and this alert log is it's very first bringing up after creation, no special load applied even):
alert_IASDB.log:
Thu Oct  1 02:20:05 2009
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 3
Autotune of undo retention is turned on.
IMODE=BR
ILAT =18
LICENSE_MAX_USERS = 0
SYS auditing is disabled
ksdpec: called for event 13740 prior to event group initialization
Starting up ORACLE RDBMS Version: 10.2.0.4.0.
System parameters with non-default values:
  processes                = 150
  sga_target               = 692060160
  control_files            = /oracle/IASDB/IASDB/control01.ctl, /oracle/IASDB/IASDB/control02.ctl, /oracle/IASDB/IASDB/control03.ctl
  db_block_size            = 8192
  compatible               = 10.2.0.3.0
  log_archive_dest_1       = LOCATION=/oracle/IASDB/arch
  log_archive_format       = %t_%s_%r.dbf
  db_file_multiblock_read_count= 16
  db_recovery_file_dest    = /oracle/flash_recovery_area
  db_recovery_file_dest_size= 2147483648
  undo_management          = AUTO
  undo_tablespace          = UNDOTBS1
  remote_login_passwordfile= EXCLUSIVE
  db_domain                =
  dispatchers              = (PROTOCOL=TCP) (SERVICE=IASDBXDB)
  local_listener           = LISTENER_IASDB
  job_queue_processes      = 10
  background_dump_dest     = /oracle/admin/IASDB/bdump
  user_dump_dest           = /oracle/admin/IASDB/udump
  core_dump_dest           = /oracle/admin/IASDB/cdump
  audit_file_dest          = /oracle/admin/IASDB/adump
  db_name                  = IASDB
  open_cursors             = 300
  pga_aggregate_target     = 229638144
PMON started with pid=2, OS id=7737
PSP0 started with pid=3, OS id=7739
MMAN started with pid=4, OS id=7741
DBW0 started with pid=5, OS id=7743
LGWR started with pid=6, OS id=7745
CKPT started with pid=7, OS id=7751
SMON started with pid=8, OS id=7783
RECO started with pid=9, OS id=7807
CJQ0 started with pid=10, OS id=7809
MMON started with pid=11, OS id=7811
Thu Oct  1 02:20:06 2009
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
MMNL started with pid=12, OS id=7813
Thu Oct  1 02:20:06 2009
starting up 1 shared server(s) ...
Thu Oct  1 02:20:06 2009
ALTER DATABASE   MOUNT
Thu Oct  1 02:20:10 2009
Setting recovery target incarnation to 2
Thu Oct  1 02:20:10 2009
Successful mount of redo thread 1, with mount id 362979286
Thu Oct  1 02:20:10 2009
Database mounted in Exclusive Mode
Completed: ALTER DATABASE   MOUNT
Thu Oct  1 02:20:10 2009
ALTER DATABASE OPEN
Thu Oct  1 02:20:10 2009
LGWR: STARTING ARCH PROCESSES
ARC0 started with pid=16, OS id=7823
Thu Oct  1 02:20:10 2009
ARC0: Archival started
ARC1: Archival started
LGWR: STARTING ARCH PROCESSES COMPLETE
ARC1 started with pid=17, OS id=7825
Thu Oct  1 02:20:10 2009
Thread 1 opened at log sequence 1
  Current log# 1 seq# 1 mem# 0: /oracle/IASDB/IASDB/redo01.log
Successful open of redo thread 1
Thu Oct  1 02:20:10 2009
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
Thu Oct  1 02:20:10 2009
ARC1: Becoming the 'no FAL' ARCH
ARC1: Becoming the 'no SRL' ARCH
Thu Oct  1 02:20:10 2009
ARC0: Becoming the heartbeat ARCH
Thu Oct  1 02:20:10 2009
SMON: enabling cache recovery
Thu Oct  1 02:20:11 2009
Successfully onlined Undo Tablespace 1.
Thu Oct  1 02:20:11 2009
SMON: enabling tx recovery
Thu Oct  1 02:20:11 2009
Database Characterset is WE8ISO8859P1
Opening with internal Resource Manager plan
where NUMA PG = 1, CPUs = 6
replication_dependency_tracking turned off (no async multimaster replication found)
Starting background process QMNC
QMNC started with pid=18, OS id=7827
Thu Oct  1 02:20:12 2009
Errors in file /oracle/admin/IASDB/udump/iasdb_ora_7821.trc:
ORA-00604: error occurred at recursive SQL level 1
ORA-12663: Services required by client not available on the server
ORA-36961: Oracle OLAP is not available.
ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
ORA-06512: at line 15
Thu Oct  1 02:20:12 2009
db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
user-specified limit on the amount of space that will be used by this
database for recovery-related files, and does not reflect the amount of
space available in the underlying filesystem or ASM diskgroup.
Thu Oct  1 02:20:12 2009
Completed: ALTER DATABASE OPEN
Thu Oct  1 03:20:13 2009
Errors in file /oracle/admin/IASDB/bdump/iasdb_m000_27853.trc:
ORA-07445: exception encountered: core dump [evabtr()+496] [SIGILL] [unknown code] [0x40000000081804F0] [] []
Thu Oct  1 13:00:56 2009
Thread 1 advanced to log sequence 2 (LGWR switch)
  Current log# 2 seq# 2 mem# 0: /oracle/IASDB/IASDB/redo02.log
... and the  iasdb_m00027853.trc:
/oracle/admin/IASDB/bdump/iasdb_m000_27853.trc
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, Data Mining and Real Application Testing options
ORACLE_HOME = /oracle/ERC/102_64
System name:     Linux
Node name:     sap-test2
Release:     2.6.18-164.el5xen
Version:     #1 SMP Tue Aug 18 16:14:51 EDT 2009
Machine:     ia64
Instance name: IASDB
Redo thread mounted by this instance: 1
Oracle process number: 19
Unix process pid: 27853, image: oracle@sap-test2 (m000)
*** ACTION NAME:(Auto-DBFUS Action) 2009-10-01 03:20:12.840
*** MODULE NAME:(MMON_SLAVE) 2009-10-01 03:20:12.840
*** SERVICE NAME:(SYS$BACKGROUND) 2009-10-01 03:20:12.840
*** SESSION ID:(136.58) 2009-10-01 03:20:12.840
Registers:
  r0: 0x0000000000000000   r1: 0x600000000018f980   r2: 0x0000000000000001
  r3: 0x2000000002075e08   r4: 0x0000000000000000   r5: 0x0000000000000000
  r6: 0x0000000000000000   r7: 0x0000000000000000   r8: 0x60000fffffe1d922
  r9: 0x20000000022ab678  r10: 0x2000000002138508  r11: 0x0000000000000060
r12: 0x60000fffffe1d910  r13: 0x2000000001a49f90  r14: 0x000000000000000a
r15: 0x2000000002138508  r16: 0x0000000000000030  r17: 0x20000000021a0000
r18: 0x200000000219fff8  r19: 0x20000000022ab638  r20: 0xffffffffffffffff
r21: 0x0000000000000011  r22: 0x0000000000000020  r23: 0x000004002439dd70
r24: 0x0000000000000020  r25: 0x000004002439dd74  r26: 0x0000000000000020
r27: 0x2000000002075e2e  r28: 0x2000000002075e30  r29: 0x0000000000000000
r30: 0x0000000000000002  r31: 0x0000000000000018   b0: 0x4000000008aa0b40
  b1: 0x0000000000000000   b2: 0x0000000000000000   b3: 0x0000000000000000
  b4: 0x0000000000000000   b5: 0x0000000000000000   b6: 0x200000000008dc00
  b7: 0x4000000008180300   pr: 0x0000000000656003   ip: 0x40000000081804f0
cfm: 0x000000000000070f  rsc: 0x000000000000000f  bsp: 0x600007ffffe4dbd0
rnat: 0x0000000000000000  ccv: 0x2000000000000013 unat: 0x0000000000000000
fpsr: 0x0009804c8a76233f  bof: 0x600007ffffe4db58
r32: 0x2000000002138470  r33: 0x200000000210ea50  r34: 0x60000fffffe1e2ec
r35: 0x0000000000000000  r36: 0x20000000022aba60  r37: 0x0000000000000000
r38: 0xc000000000001dc3  r39: 0x4000000008aa08d0  r40: 0x600000000018f980
r41: 0x60000fffffe1d900  r42: 0x20000000022aba98  r43: 0x0000000000004000
r44: 0x200000000210ea54  r45: 0x60000000001fdbb0  r46: 0x2000000002138470
r47: 0x2000000002138478  r48: 0x0000000000000000  r49: 0x0000000000000000
Exception signal: 4 (SIGILL), code: 2 (unknown code), PC: [0x40000000081804f0, evabtr()+496]
*** 2009-10-01 03:20:13.731
ksedmp: internal or fatal error
ORA-07445: exception encountered: core dump [evabtr()+496] [SIGILL] [unknown code] [0x40000000081804F0] [] []
Current SQL statement for this session:
select name,intcol#,segcol#,type#,length,nvl(precision#,0),decode(type#,2,nvl(scale,-127/*MAXSB1MINAL*/),178,scale,179,scale,180,scale,181,scale,182,scale,183,scale,231,scale,0),null$,fixedstorage,nvl(deflength,0),default$,rowid,col#,property, nvl(charsetid,0),nvl(charsetform,0),spare1,spare2,nvl(spare3,0) from col$ where obj#=:1 order by intcol#
----- PL/SQL Call Stack -----
  object      line  object
  handle    number  name
0x4002343f050        45  procedure SYS.DBMS_FEATURE_XDB
0x4002343f308         1  anonymous block
0x40028c45f58      1204  package body SYS.DBMS_SYS_SQL
0x40028c4b730       323  package body SYS.DBMS_SQL
0x400234d5ce0       312  package body SYS.DBMS_FEATURE_USAGE_INTERNAL
0x400234d5ce0       518  package body SYS.DBMS_FEATURE_USAGE_INTERNAL
0x400234d5ce0       690  package body SYS.DBMS_FEATURE_USAGE_INTERNAL
0x400234d5ce0       787  package body SYS.DBMS_FEATURE_USAGE_INTERNAL
0x400234d6680         1  anonymous block
----- Call Stack Trace -----
calling              call     entry                argument values in hex     
location             type     point                (? means dubious value)    
ksedst()+64          ????     ksedst1()            000000000 ?
                                                   2000000001F47040 ?
ksedmp()+1344        ????     ksedst()             000000001 ?
                                                   C000000000000C1E ?
                                                   40000000003D0300 ?
                                                   000000000 ?
                                                   2000000001F47040 ?
                                                   C000000000000185 ?
ssexhd()+1248        ????     ksedmp()             000000003 ?
                                                   2000000001F473E0 ?
                                                   C000000000000899 ?
                                                   40000000024CB560 ?
                                                   600000000018F980 ?
                                                   000000000 ? 000000000 ?
                                                   000000001 ?
evabtr()+496         ????     0xA0000000000107E0   2000000002075E28 ?
__PGOSF326_opifcr()  ????     evabtr()             2000000002138470 ?
+2496                                              200000000210EA50 ?
                                                   60000FFFFFE1E2EC ?
                                                   000000000 ?
                                                   20000000022ABA60 ?
                                                   000000000 ?
                                                   C000000000001DC3 ?
                                                   4000000008AA08D0 ?
qersoFetch()+800     ????     __PGOSF326_opifcr()  60000FFFFFE1ED90 ?
                                                   000000001 ?
                                                   C000000000000EA5 ?
                                                   40000000088750E0 ?
                                                   600000000018F980 ?
                                                   200000000210EA50 ?
                                                   200000000210EA80 ?
                                                   20000000021A0388 ?
opifch2()+6752       ????     qersoFetch()         4002439BCE8 ?
                                                   2000000001E066C0 ?
                                                   60000FFFFFE1ED90 ?
                                                   000000001 ?
                                                   C000000000001B3E ?
                                                   4000000008AA5C60 ?
                                                   600000000018F980 ?
                                                   4002439BD00 ?

Similar Messages

  • ORA-07445 on Xen RHEL5.4 guest on Itanium Montecito (BL870c/BL860c) ho

    I am wandering if anyone had any experience with similar issue - it most likely related to something about Oracle on RHEL5.4 Xen host on an Itanium (Montecito core, to be specific, as this proved to make important difference - HP BL870c and BL860c servers). I didn't test this on same physical machine (Itanium/RHEL5.4). I am running Oracle 10.2.0.4 with CPUJul2009 (patch 19) and all the latest OS RHEL5.4 updates, and ECC6.0 on top. It works very good, but Oracle is getting ORA-07445 (evabtr) from time to time, which causes ORA-03113 (disconnect session) on the ABAP side (or whatever is connected to db, eg. imp or impdp, too) - something like SGEN can cause it (anything making load long enough). Similar thing happens on Windows guests, too. I did everything by the book, with all SAP recommendations and I was hopping I am was doing something wrong. Anyone ?
    Zoran.

    Xen for Itanium (IA64) is not a supported virtualization platform. I doubt any testing has been done on that platform.

  • ORA-07445 on Ubuntu 8.04

    Hello,
    I manage Oracle Database 10g Express Edition Release 10.2.0.1.0 on a Linux Ubuntu 8.04 server for some students.
    I've installed the package oracle-xe-universal
    Simple queries works fine but some like this one does'nt work :
    SQL> select nomf, nomp, prixp from ( commande co join client c on co.numc=c.numc ) join (produit p join fournisseur f on p.numf=f.numf ) on p.nomp=co.nomp where ( nomc = 'Jean');
    select nomf, nomp, prixp from ( commande co join client c on co.numc=c.numc ) join (produit p join fournisseur f on p.numf=f.numf ) on p.nomp=co.nomp where ( nomc = 'Jean')
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    Then, if I try any other querie I have the following error :
    ERROR:
    ORA-03114: not connected to ORACLE
    Here is what it gives on alert_XE.log :
    Fri Feb 12 10:35:43 2010
    Errors in file /usr/lib/oracle/xe/app/oracle/admin/XE/udump/xe_ora_25191.trc:
    ORA-07445: exception encountered: core dump [koksspac()+211] [SIGSEGV] [Address not mapped to object] [0x48] [] []
    Can somebody help me ?

    I don't agree that the result (ora-7445, which is in fact an internal error) should occur in any circumstances.
    but, the platform isn't supported. so you don't have anywhere to go but to rewrite the sql and see if that works.
    if your question is answered, please mark the question as answered!

  • I'm getting ORA-07445 [kksLockDelete()+465] errors on a 10.2.0.3 Database

    Hello
    I am getting the following Error on our database when I run a procedure that takes many hours to complete:
    Mon Aug 23 10:39:43 2010
    Errors in file /oracle/admin/HLBCP/bdump/hlbcp_j000_27898.trc:
    ORA-07445: exception encountered: core dump [kksLockDelete()+465] [SIGSEGV] [Invalid permissions for mapped object [0x000000048] [] []
    It seems that when the DB is under pressure or a select with a large result set is executed this error occurs, and kills my procedure
    As I understand that SIGSEGV refers to OS (C Compiler) / Hardware issues? Is this correct?
    How can I test the OS and Compiler to ensure they are in a healthy condition?
    I Currently have an SR opened with Oracle but they are saying that 10.2.0.3 is desupported and will not be able to provide a fix.
    Upgrading to 10.2.0.4 is not an option for us.
    This particular database is contingency database (Using Dataguard)
    However from time to time we taken a Copy of the Contingency database and open in it on the contingency server to test it.
    (hence we discovered this issue)
    I am convinced that the issue we are having is hardware/OS related, as it does not happen on our Live Database which is on a different server.
    Has anyone encountered this issue before?
    How did you resolved it?
    _=The Output of the trace file=_
    /oracle/admin/MYDB1/bdump/MYDB1_j000_27898.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning and Data Mining options
    ORACLE_HOME = /oracle/database/10.2.0/db_1
    System name: HP-UX
    Node name: my_server
    Release: B.11.23
    Version: U
    Machine: ia64
    Instance name: MYDB1
    Redo thread mounted by this instance: 1
    Oracle process number: 22
    Unix process pid: 27898, image: oracle@my_server (J000)
    *** 2010-08-23 10:39:43.271
    *** ACTION NAME:(Transact MY Payments) 2010-08-23 10:39:43.270
    *** MODULE NAME:(MY_payment_pkg.transact;) 2010-08-23 10:39:43.270
    *** SERVICE NAME:(SYS$USERS) 2010-08-23 10:39:43.270
    *** SESSION ID:(303.22) 2010-08-23 10:39:43.270
    Exception signal: 11 (SIGSEGV), code: 2 (Invalid permissions for mapped object), addr: 0x48, PC: [0x4000000002a9a431, kksLockDelete()+465]
    r1: 60000000000b8f00 r20: c000000040e38fa0 br5: 0
    r2: c000000040e0c4e8 r21: 82 br6: c0000000003429b0
    r3: 0 r22: 80 br7: 4000000002a513f0
    r4: 0 r23: 0 ip: 4000000002a9a431
    r5: c000000000000408 r24: 9ffffffffcf73f30 iipa: 0
    r6: c00000000004f190 r25: c0000001edb7af58 cfm: c1e
    r7: 9ffffffffd7f8f58 r26: 4 um: 1a
    r8: c0000001f421a1d0 r27: c0000001edb7afc0 rsc: 1f
    r9: c0000001f4216b08 r28: 1fcd0 bsp: 9ffffffffd804708
    r10: c0000001f421a0c0 r29: c0151476 bspstore: 9ffffffffd804708
    r11: 0 r30: 0 rnat: ffffffff00000000
    r12: 9ffffffffffd3200 r31: c0151476 ccv: 1
    r13: 9ffffffffd465420 NaTs: 0 unat: 0
    r14: 12f00000000 PRs: 1c6c7 fpsr: 9804c8a74433f
    r15: c0000001f4216ab8 br0: 4000000002a9a3e0 pfs: c000000000000c1e
    r16: b br1: c0000000001f0c00 lc: 0
    r17: c0000001ec873e18 br2: 0 ec: 0
    r18: ffffffff br3: 0 isr: 9ffffffffd804708
    r19: c000000040e0a890 br4: 0 ifa: 0
    Reason code: 001c
    *** 2010-08-23 10:39:43.340
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [kksLockDelete()+465] [SIGSEGV] [Invalid permissions for mapped object] [0x000000048] [] []
    Current SQL statement for this session:
    SELECT COl1 , COL2 , NVL(COL3,0) , NVL(COL4,0) , NVL(COL5,0) FROM MY_PRODUCTS MP1 WHERE MP1.COL6 = :B2 AND DP1.COL3 = :B1
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    c0000001f41d2000 773 SCHEMA_OWNER.MY_TRANSACTIONRS
    c0000001f41e0088 237 package body SCHEMA_OWNER.MY_PAYMENT_PKG
    c0000001f41e0088 582 package body SCHEMA_OWNER.MY_PAYMENT_PKG
    c0000001f41e0a28 1 anonymous block
    c0000001f41e96b8 44 package body SCHEMA_OWNER.MY_JOB_PKG
    c0000001f41e96b8 181 package body SCHEMA_OWNER.MY_JOB_PKG
    c0000001f4209140 537 package body SCHEMA_OWNER.MY_JOB_SCHEDULE_PKG
    c0000001f4209140 573 package body SCHEMA_OWNER.MY_JOB_SCHEDULE_PKG
    c0000001f425b9e8 791 package body SCHEMA_OWNER.MY_PKG
    c0000001f4215df8 1 anonymous block
    Edited by: Grahambo on Aug 23, 2010 4:04 AM
    Edited by: Grahambo on Aug 23, 2010 4:05 AM

    I have already contacted oracle support
    they say 10.2.0.3 is now de supported and will not be able to provide a fix
    I have also tried the ora-600 look up tool but the BUG:
    Bug:4704981
    Is non-public

  • ORA-07445 error

    Hi All,
    I got following error while running a plsql package which accesses data from cube(using DBMS_AW.execute). Olap version: 11.2.0.1
    Message: Access violation errors have been found in the alert log.
    Info from trace file:
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0xFFFFFFFFFFFFFFF4] [PC:0x2A3C79A, xsFSOSIZE()+4] [flags: 0x0, count: 1]
    Incident 561 created, dump file: /u1/oracle/diag/rdbms/andb/ANDB4/incident/incdir_561/ANDB4_ora_26892_i561.trc
    ORA-07445: exception encountered: core dump [xsFSOSIZE()+4] [SIGSEGV] [ADDR:0xFFFFFFFFFFFFFFF4] [PC:0x2A3C79A] [Address not mapped to object] []
    ssexhd: crashing the process...
    Shadow_Core_Dump = PARTIAL
    Any idea on this?
    Thanks

    I am also facing the error and the same error is appeared in the alert.log frequently . Please help to resolve it
    ORA-07445: exception encountered: core dump [kkqljpmpr()+30] [SIGSEGV] [ADDR:0x78] [PC:0x1CB9322] [Address not mapped to object] []
    Thu Nov 03 17:39:49 2011
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x78] [PC:0x1CB9322, kkqljpmpr()+30] [flags: 0x0, count: 1]
    Errors in file /data/applications/oracle/diag/rdbms/orcl/orcl/trace/orcl_ora_8293.trc (incident=17700):
    ORA-07445: exception encountered: core dump [kkqljpmpr()+30] [SIGSEGV] [ADDR:0x78] [PC:0x1CB9322] [Address not mapped to object] []
    Thu Nov 03 17:40:33 2011
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x78] [PC:0x1CB9322, kkqljpmpr()+30] [flags: 0x0, count: 1]
    Errors in file /data/applications/oracle/diag/rdbms/orcl/orcl/trace/orcl_ora_8299.trc (incident=17683):
    ORA-07445: exception encountered: core dump [kkqljpmpr()+30] [SIGSEGV] [ADDR:0x78] [PC:0x1CB9322] [Address not mapped to object] []
    Thu Nov 03 17:40:35 2011
    Sweep [inc][17700]: completed
    Sweep [inc][17683]: completed
    Sweep [inc][17652]: completed
    Thu Nov 03 17:41:28 2011

  • ORA-07445 (solaris 9.0.) when inserting into LONG column

    i am getting a core-dump when inserting into a table w/ long column. running 9.0.1 on solaris.
    ORA-07445: exception encountered: core dump [kghtshrt()+68] [SIGSEGV] [Address not mapped to object] [0x387BBF0] [] []
    if anyone has ANY input - please provide it ... i am desperate at this point.
    i am trying to avoid upgrading to 9.2.0 to solve this problem.
    regards -
    jerome

    You should report this in a service request on http://metalink.oracle.com.
    It is a shame that you put all the effort here to describe your problem, but on the other hand you can now also copy & paste the question to Oracle Support.
    Because you are using 10.2.0.3; I am guessing that you have a valid service contract...

  • Ora-07445 reported in the alert log file

    Hi all,
    We are using the following platform:-
    OS: Solaris Operating System (SPARC 32-bit)
    Oracle Server - Enterprise Edition / Product Version: 9.2.0.5.0
    We encountered the following problem:-
    There is Ora-07445 reported in the alert log file.
    "ORA-07445: exception encountered: core dump [kgghash()+308] [SIGSEGV] [Address not mapped to object] [0x3222
    000] [] []reported in the database."
    These errors are signaled in more than 3 independent, unexplained, occurrences every day.
    When this error occurred while User was accessing the application system, by right the case will be shown on the system, but they were no case found.
    alert log are as below:-
    Fri Jul 27 09:12:30 2007
    Errors in file /disc3/oracle9205/RFDB/udump/rfdb_ora_27371.trc:
    ORA-07445: exception encountered: core dump [kgghash()+340] [SIGSEGV] [Address not mapped to object] [0x3184000] [] []
    Fri Jul 27 09:22:10 2007
    Thread 1 advanced to log sequence 10730
    Current log# 2 seq# 10730 mem# 0: /disc3/oracle9205/RFDB/RDO/logRFDB2a.rdo
    Current log# 2 seq# 10730 mem# 1: /disc3/oracle9205/RFDB/RDO/logRFDB2b.rdo
    Fri Jul 27 09:29:26 2007
    Errors in file /disc3/oracle9205/RFDB/udump/rfdb_ora_27372.trc:
    ORA-07445: exception encountered: core dump [kgghash()+296] [SIGSEGV] [Address not mapped to object] [0x3182000] [] []
    The applications have encountered ora-3113 after a short period of time followed by ora-3114.
    application log:-
    RF0120-1 2007-Jul-27 09:46:57] Load m[RF0120-1 2007-Jul-27 09:29:30] SQLCODE: -3113
    [RF0120-1 2007-Jul-27 09:29:30] Error Code -4105 returning from get score pan no.
    [RF0120-1 2007-Jul-27 09:29:30] Message type :120
    [RF0120-1 2007-Jul-27 09:29:30] Primary Account Number(PAN) DE0
    02 :5440640155262702
    [RF0120-1 2007-Jul-27 09:29:30] Processing code DE003 :003000
    [RF0120-1 2007-Jul-27 09:29:30] Transaction amount DE004 :000000000001
    [RF0120-1 2007-Jul-27 09:29:30] Settlement amount DE005 :000000000000
    [RF0120-1 2007-Jul-27 09:29:30] Transmission Date and time
    DE007 :0727092717
    [RF0120-1 2007-Jul-27 09:29:30] Settlement conversion rate DE009 :60263158
    [RF0120-1 2007-Jul-27 09:29:30] System trace audit no. DE011 :754710
    [RF0120-1 2007-Jul-27 09:29:30] Local transaction time DE012 :092717
    [RF0120-1 2007-Jul-27 09:29:30] Local transaction date DE013 :0727
    [RF0120-1 2007-Jul-27 09:29:30] Expiration date D
    E014 :0712
    [RF0120-1 2007-Jul-27 09:29:30] Settlement date DE015 :0727
    [RF0120-1 2007-Jul-27 09:29:30] Merchant type DE018 :5311
    [RF0120-1 2007-Jul-27 09:29:30] Point-of-service(POS) entry code DE022 :051
    [RF0120-1 2007-Jul-27 09:29:30] Acquiring inst. ID code DE032 :001912
    [RF0120-1 2007-Jul-27 09:29:30] Forwarding Inst. ID code DE033 :001912
    [RF0120-1 2007-Jul-27 09:29:30] Retrieval ref. no.
    DE037 :754710356390
    [RF0120-1 2007-Jul-27 09:29:30] Autholization ID response DE038 :356390
    [RF0120-1 2007-Jul-27 09:29:30] Response code DE039 :00
    [RF0120-1 2007-Jul-27 09:29:30] Card acceptor terminal ID DE041 :19306002
    [RF0120-1 2007-Jul-27 09:29:30] Card acceptor ID code DE042 :000001106
    020132
    [RF0120-1 2007-Jul-27 09:29:30] Card acceptor Name/Location
    What could have caused the above mentioned errors i.e Ora-07445 ; ora-3113 / ora-3114? How to resolve the problem.
    Please help .
    Thanks.

    i am also facing the same some time in ora 9.2.0.6 on Sun OS 9 SPARC 64-bits
    Errors in file /oracle/oracle9i/admin/FINPROD/udump/finprod_ora_6076.trc:
    ORA-07445: exception encountered: core dump [0000000100FDE088] [SIGSEGV] [Address not mapped to object] [0x00000013A] [] []
    Thu Aug 30 08:52:39 2007
    Errors in file /oracle/oracle9i/admin/FINPROD/udump/finprod_ora_6078.trc:
    ORA-07445: exception encountered: core dump [0000000100FDE088] [SIGSEGV] [Address not mapped to object] [0x00000013A] [] []
    Thu Aug 30 09:41:49 2007

  • ORA-07445 in the alert log when inserting into table with XMLType column

    I'm trying to insert an xml-document into a table with a schema-based XMLType column. When I try to insert a row (using plsql-developer) - oracle is busy for a few seconds and then the connection to oracle is lost.
    Below you''ll find the following to recreate the problem:
    a) contents from the alert log
    b) create script for the table
    c) the before-insert trigger
    d) the xml-schema
    e) code for registering the schema
    f) the test program
    g) platform information
    Alert Log:
    Fri Aug 17 00:44:11 2007
    Errors in file /oracle/app/oracle/product/10.2.0/db_1/admin/dntspilot2/udump/dntspilot2_ora_13807.trc:
    ORA-07445: exception encountered: core dump [SIGSEGV] [Address not mapped to object] [475177] [] [] []
    Create script for the table:
    CREATE TABLE "DNTSB"."SIGNATURETABLE"
    (     "XML_DOCUMENT" "SYS"."XMLTYPE" ,
    "TS" TIMESTAMP (6) WITH TIME ZONE NOT NULL ENABLE
    ) XMLTYPE COLUMN "XML_DOCUMENT" XMLSCHEMA "http://www.sporfori.fo/schemas/www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd" ELEMENT "Object"
    ROWDEPENDENCIES ;
    Before-insert trigger:
    create or replace trigger BIS_SIGNATURETABLE
    before insert on signaturetable
    for each row
    declare
    -- local variables here
    l_sigtab_rec signaturetable%rowtype;
    begin
    if (:new.xml_document is not null) then
    :new.xml_document.schemavalidate();
    end if;
    l_sigtab_rec.xml_document := :new.xml_document;
    end BIS_SIGNATURETABLE2;
    XML-Schema (xmldsig-core-schema.xsd):
    =====================================================================================
    <?xml version="1.0" encoding="utf-8"?>
    <!-- Schema for XML Signatures
    http://www.w3.org/2000/09/xmldsig#
    $Revision: 1.1 $ on $Date: 2002/02/08 20:32:26 $ by $Author: reagle $
    Copyright 2001 The Internet Society and W3C (Massachusetts Institute
    of Technology, Institut National de Recherche en Informatique et en
    Automatique, Keio University). All Rights Reserved.
    http://www.w3.org/Consortium/Legal/
    This document is governed by the W3C Software License [1] as described
    in the FAQ [2].
    [1] http://www.w3.org/Consortium/Legal/copyright-software-19980720
    [2] http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD
    -->
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xdb="http://xmlns.oracle.com/xdb"
    targetNamespace="http://www.w3.org/2000/09/xmldsig#" version="0.1" elementFormDefault="qualified">
    <!-- Basic Types Defined for Signatures -->
    <xs:simpleType name="CryptoBinary">
    <xs:restriction base="xs:base64Binary">
    </xs:restriction>
    </xs:simpleType>
    <!-- Start Signature -->
    <xs:element name="Signature" type="ds:SignatureType"/>
    <xs:complexType name="SignatureType">
    <xs:sequence>
    <xs:element ref="ds:SignedInfo"/>
    <xs:element ref="ds:SignatureValue"/>
    <xs:element ref="ds:KeyInfo" minOccurs="0"/>
    <xs:element ref="ds:Object" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    </xs:complexType>
    <xs:element name="SignatureValue" type="ds:SignatureValueType"/>
    <xs:complexType name="SignatureValueType">
    <xs:simpleContent>
    <xs:extension base="xs:base64Binary">
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    </xs:extension>
    </xs:simpleContent>
    </xs:complexType>
    <!-- Start SignedInfo -->
    <xs:element name="SignedInfo" type="ds:SignedInfoType"/>
    <xs:complexType name="SignedInfoType">
    <xs:sequence>
    <xs:element ref="ds:CanonicalizationMethod"/>
    <xs:element ref="ds:SignatureMethod"/>
    <xs:element ref="ds:Reference" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    </xs:complexType>
    <xs:element name="CanonicalizationMethod" type="ds:CanonicalizationMethodType"/>
    <xs:complexType name="CanonicalizationMethodType" mixed="true">
    <xs:sequence>
    <xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
    <!-- (0,unbounded) elements from (1,1) namespace -->
    </xs:sequence>
    <xs:attribute name="Algorithm" type="xs:anyURI" use="required"/>
    </xs:complexType>
    <xs:element name="SignatureMethod" type="ds:SignatureMethodType"/>
    <xs:complexType name="SignatureMethodType" mixed="true">
    <xs:sequence>
    <xs:element name="HMACOutputLength" minOccurs="0" type="ds:HMACOutputLengthType"/>
    <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
    <!-- (0,unbounded) elements from (1,1) external namespace -->
    </xs:sequence>
    <xs:attribute name="Algorithm" type="xs:anyURI" use="required"/>
    </xs:complexType>
    <!-- Start Reference -->
    <xs:element name="Reference" type="ds:ReferenceType"/>
    <xs:complexType name="ReferenceType">
    <xs:sequence>
    <xs:element ref="ds:Transforms" minOccurs="0"/>
    <xs:element ref="ds:DigestMethod"/>
    <xs:element ref="ds:DigestValue"/>
    </xs:sequence>
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    <xs:attribute name="URI" type="xs:anyURI" use="optional"/>
    <xs:attribute name="Type" type="xs:anyURI" use="optional"/>
    </xs:complexType>
    <xs:element name="Transforms" type="ds:TransformsType"/>
    <xs:complexType name="TransformsType">
    <xs:sequence>
    <xs:element ref="ds:Transform" maxOccurs="unbounded"/>
    </xs:sequence>
    </xs:complexType>
    <xs:element name="Transform" type="ds:TransformType"/>
    <xs:complexType name="TransformType" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:any namespace="##other" processContents="lax"/>
    <!-- (1,1) elements from (0,unbounded) namespaces -->
    <xs:element name="XPath" type="xs:string"/>
    </xs:choice>
    <xs:attribute name="Algorithm" type="xs:anyURI" use="required"/>
    </xs:complexType>
    <!-- End Reference -->
    <xs:element name="DigestMethod" type="ds:DigestMethodType"/>
    <xs:complexType name="DigestMethodType" mixed="true">
    <xs:sequence>
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="Algorithm" type="xs:anyURI" use="required"/>
    </xs:complexType>
    <xs:element name="DigestValue" type="ds:DigestValueType"/>
    <xs:simpleType name="DigestValueType">
    <xs:restriction base="xs:base64Binary"/>
    </xs:simpleType>
    <!-- End SignedInfo -->
    <!-- Start KeyInfo -->
    <xs:element name="KeyInfo" type="ds:KeyInfoType"/>
    <xs:complexType name="KeyInfoType" mixed="true">
    <xs:choice maxOccurs="unbounded">
    <xs:element ref="ds:KeyName"/>
    <xs:element ref="ds:KeyValue"/>
    <xs:element ref="ds:RetrievalMethod"/>
    <xs:element ref="ds:X509Data"/>
    <xs:element ref="ds:PGPData"/>
    <xs:element ref="ds:SPKIData"/>
    <xs:element ref="ds:MgmtData"/>
    <xs:any processContents="lax" namespace="##other"/>
    <!-- (1,1) elements from (0,unbounded) namespaces -->
    </xs:choice>
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    </xs:complexType>
    <xs:element name="KeyName" type="xs:string"/>
    <xs:element name="MgmtData" type="xs:string"/>
    <xs:element name="KeyValue" type="ds:KeyValueType"/>
    <xs:complexType name="KeyValueType" mixed="true">
    <xs:choice>
    <xs:element ref="ds:DSAKeyValue"/>
    <xs:element ref="ds:RSAKeyValue"/>
    <xs:any namespace="##other" processContents="lax"/>
    </xs:choice>
    </xs:complexType>
    <xs:element name="RetrievalMethod" type="ds:RetrievalMethodType"/>
    <xs:complexType name="RetrievalMethodType">
    <xs:sequence>
    <xs:element ref="ds:Transforms" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="URI" type="xs:anyURI"/>
    <xs:attribute name="Type" type="xs:anyURI" use="optional"/>
    </xs:complexType>
    <!-- Start X509Data -->
    <xs:element name="X509Data" type="ds:X509DataType"/>
    <xs:complexType name="X509DataType">
    <xs:sequence maxOccurs="unbounded">
    <xs:choice>
    <xs:element name="X509IssuerSerial" type="ds:X509IssuerSerialType"/>
    <xs:element name="X509SKI" type="xs:base64Binary"/>
    <xs:element name="X509SubjectName" type="xs:string"/>
    <xs:element name="X509Certificate" type="xs:base64Binary"/>
    <xs:element name="X509CRL" type="xs:base64Binary"/>
    <xs:any namespace="##other" processContents="lax"/>
    </xs:choice>
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="X509IssuerSerialType">
    <xs:sequence>
    <xs:element name="X509IssuerName" type="xs:string"/>
    <xs:element name="X509SerialNumber" type="xs:integer"/>
    </xs:sequence>
    </xs:complexType>
    <!-- End X509Data -->
    <!-- Begin PGPData -->
    <xs:element name="PGPData" type="ds:PGPDataType"/>
    <xs:complexType name="PGPDataType">
    <xs:choice>
    <xs:sequence>
    <xs:element name="PGPKeyID" type="xs:base64Binary"/>
    <xs:element name="PGPKeyPacket" type="xs:base64Binary" minOccurs="0"/>
    <xs:any namespace="##other" processContents="lax" minOccurs="0"
    maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:sequence>
    <xs:element name="PGPKeyPacket" type="xs:base64Binary"/>
    <xs:any namespace="##other" processContents="lax" minOccurs="0"
    maxOccurs="unbounded"/>
    </xs:sequence>
    </xs:choice>
    </xs:complexType>
    <!-- End PGPData -->
    <!-- Begin SPKIData -->
    <xs:element name="SPKIData" type="ds:SPKIDataType"/>
    <xs:complexType name="SPKIDataType">
    <xs:sequence maxOccurs="unbounded">
    <xs:element name="SPKISexp" type="xs:base64Binary"/>
    <xs:any namespace="##other" processContents="lax" minOccurs="0"/>
    </xs:sequence>
    </xs:complexType>
    <!-- End SPKIData -->
    <!-- End KeyInfo -->
    <!-- Start Object (Manifest, SignatureProperty) -->
    <xs:element name="Object" type="ds:ObjectType"/>
    <xs:complexType name="ObjectType" mixed="true">
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
    <xs:any namespace="##any" processContents="lax"/>
    </xs:sequence>
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    <xs:attribute name="MimeType" type="xs:string" use="optional"/> <!-- add a grep facet -->
    <xs:attribute name="Encoding" type="xs:anyURI" use="optional"/>
    </xs:complexType>
    <xs:element name="Manifest" type="ds:ManifestType"/>
    <xs:complexType name="ManifestType">
    <xs:sequence>
    <xs:element ref="ds:Reference" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    </xs:complexType>
    <xs:element name="SignatureProperties" type="ds:SignaturePropertiesType"/>
    <xs:complexType name="SignaturePropertiesType">
    <xs:sequence>
    <xs:element ref="ds:SignatureProperty" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    </xs:complexType>
    <xs:element name="SignatureProperty" type="ds:SignaturePropertyType"/>
    <xs:complexType name="SignaturePropertyType" mixed="true">
    <xs:choice maxOccurs="unbounded">
    <xs:any namespace="##other" processContents="lax"/>
    <!-- (1,1) elements from (1,unbounded) namespaces -->
    </xs:choice>
    <xs:attribute name="Target" type="xs:anyURI" use="required"/>
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    </xs:complexType>
    <!-- End Object (Manifest, SignatureProperty) -->
    <!-- Start Algorithm Parameters -->
    <xs:simpleType name="HMACOutputLengthType">
    <xs:restriction base="xs:integer"/>
    </xs:simpleType>
    <!-- Start KeyValue Element-types -->
    <xs:element name="DSAKeyValue" type="ds:DSAKeyValueType"/>
    <xs:complexType name="DSAKeyValueType">
    <xs:sequence>
    <xs:sequence minOccurs="0">
    <xs:element name="P" type="ds:CryptoBinary"/>
    <xs:element name="Q" type="ds:CryptoBinary"/>
    </xs:sequence>
    <xs:element name="G" type="ds:CryptoBinary" minOccurs="0"/>
    <xs:element name="Y" type="ds:CryptoBinary"/>
    <xs:element name="J" type="ds:CryptoBinary" minOccurs="0"/>
    <xs:sequence minOccurs="0">
    <xs:element name="Seed" type="ds:CryptoBinary"/>
    <xs:element name="PgenCounter" type="ds:CryptoBinary"/>
    </xs:sequence>
    </xs:sequence>
    </xs:complexType>
    <xs:element name="RSAKeyValue" type="ds:RSAKeyValueType"/>
    <xs:complexType name="RSAKeyValueType">
    <xs:sequence>
    <xs:element name="Modulus" type="ds:CryptoBinary"/>
    <xs:element name="Exponent" type="ds:CryptoBinary"/>
    </xs:sequence>
    </xs:complexType>
    <!-- End KeyValue Element-types -->
    <!-- End Signature -->
    </xs:schema>
    ===============================================================================
    Code for registering the xml-schema
    begin
    dbms_xmlschema.deleteSchema('http://xmlns.oracle.com/xdb/schemas/DNTSB/www.sporfori.fo/schemas/www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd',
    dbms_xmlschema.DELETE_CASCADE_FORCE);
    end;
    begin
    DBMS_XMLSCHEMA.REGISTERURI(
    schemaurl => 'http://www.sporfori.fo/schemas/www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd',
    schemadocuri => 'http://www.sporfori.fo/schemas/www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd',
    local => TRUE,
    gentypes => TRUE,
    genbean => FALSE,
    gentables => TRUE,
    force => FALSE,
    owner => 'DNTSB',
    options => 0);
    end;
    Test program
    -- Created on 17-07-2006 by EEJ
    declare
    XML_TEXT3 CLOB := '<Object xmlns="http://www.w3.org/2000/09/xmldsig#">
                                  <SignatureProperties>
                                       <SignatureProperty Target="">
                                            <Timestamp xmlns="http://www.sporfori.fo/schemas/dnts/general/2006/11/14">2007-05-10T12:00:00-05:00</Timestamp>
                                       </SignatureProperty>
                                  </SignatureProperties>
                             </Object>';
    xmldoc xmltype;
    begin
    xmldoc := xmltype(xml_text3);
    insert into signaturetable
    (xml_document, ts)
    values
    (xmldoc, current_timestamp);
    end;
    Platform information
    Operating system:
    -bash-3.00$ uname -a
    SunOS dntsdb 5.10 Generic_125101-09 i86pc i386 i86pc
    SQLPlus:
    SQL*Plus: Release 10.2.0.3.0 - Production on Fri Aug 17 00:15:13 2007
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning and Data Mining options
    Kind Regards,
    Eyðun

    You should report this in a service request on http://metalink.oracle.com.
    It is a shame that you put all the effort here to describe your problem, but on the other hand you can now also copy & paste the question to Oracle Support.
    Because you are using 10.2.0.3; I am guessing that you have a valid service contract...

  • Linux 10g versus Windows XP 10g Issue - ORA-07445: exception encountered

    I did a full database export using exp from a 10g Linux database:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Prod
    PL/SQL Release 10.2.0.2.0 - Production
    "CORE     10.2.0.2.0     Production"
    TNS for Linux: Version 10.2.0.2.0 - Production
    NLSRTL Version 10.2.0.2.0 - ProductionLinux version:
    Red Hat Enterprise Linux ES release 4 (Nahant Update 5)I installed Oracle 10g on Windows XP:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    "CORE     10.2.0.1.0     Production"
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - ProductionWindows XP version is:
    System:
        Microsoft Windows XP
        Professional
        Version 2002
        Service Pack 3
    Intel(R) Core(TM)2 CPU
    6300 @ 1.86GHz
    1.86 GHz, 3.25 GM or RAMI performed a full database import after creating the required tablespaces from the 10g database on Linux to Windows.
    On the Windows 10g database, I set Maximum SGA size to 1300 MB, and Total SGA size to 1000 MB. I set Aggregate PGA Target to 500 MB.
    This Windows box is going to be used by at most 2 developers for a change to our application that is not backward compatible (with respect to the database) with earlier versions of the application that uses the database. I was asked to create this so we could develop this branch without affecting the rest of the development team that are working on other enhancements on the Linux box.
    I then ran some packages that refresh the data in a set of tables. This runs through some code that exercises a lot of the database so I could uncover any issues.
    At a specific point in the execution of these packages I get the following error:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_qkkIsOJKey+299] [PC:0x1E58F73] [ADDR:0x80] [UNABLE_TO_READ] []I read the trace file and isolated it to a single, somewhat complex query. I tore the query apart into smaller queries, trying to isolate what was causing the issue. Whenever the core dump occurred, I was able to recover by simply closing the connection and opening a new connection. In my testing I found the specific query that raises the exception, and a less performing version of that query that does not cause the exception. Please note that this exception has never occurred on the Linux box (nor has it occurred on the beta or production database), and the code has been in place for close to 2 years.
    The code that causes the issue:
    SELECT UNIQUE
           oc.ogc_case_id AS oc_ogc_case_id,
           ogc.ogc_number AS ogc_number
      FROM (SELECT SUBSTR (REPLACE (afd.field_text, '-', '' ), 1, 6 )    AS ogc_number
              FROM ewoc_hw_snap.activity_field_data afd
             WHERE afd.afdcd_activity_field_data_key = (SELECT afdc.activity_field_data_key
                                                          FROM ewoc_hw_snap.activity_field_data_codes afdc
                                                         WHERE afdc.name = 'Case Number'
           ) ogc
      LEFT OUTER JOIN lct_snap.ogc_cases oc
            ON oc.ogc_number  = ogc.ogc_numberThe code that returns the same data, only slower, and does not raise the exception:
    SELECT UNIQUE
           (SELECT oc.ogc_case_id FROM lct_snap.ogc_cases oc WHERE oc.ogc_number = ogc.ogc_number ) AS oc_ogc_case_id,
           ogc.ogc_number AS ogc_number
      FROM (SELECT SUBSTR (REPLACE (afd.field_text, '-', '' ), 1, 6 )    AS ogc_number
              FROM ewoc_hw_snap.activity_field_data afd
             WHERE afd.afdcd_activity_field_data_key = (SELECT afdc.activity_field_data_key
                                                          FROM ewoc_hw_snap.activity_field_data_codes afdc
                                                         WHERE afdc.name = 'Case Number'
           ) ogcI executed both queries in SQL Developer version 3.0.04. SQL Developer gives the error message: No more data to read from socket
    Any ideas?
    The query shown above is as simple as I could pare it down to and still raise and then fix the issue. The fix to the package is not as simple as the second query shown above since there is more than one column of data that I need to return from the lct_snap.ogc_cases table. In any case, I shouldn't have to forgo using the LEFT OUTER JOIN. There must be something wrong with the Windows database. I didn't want to patch the Windows database without first checking on this forum to see if anyone had any less intensive potential solutions.
    I searched and found so many posts with the ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] error, that I realize it's a somewhat generic error message.
    Edited by: Starlight Rider on Jun 2, 2011 10:01 AM

    Check this metalink note : 452951.1
    Regards
    Raj

  • Problem Description: ORA-07445: exception encountered: core dump [drexumcx(

    Hi,
    let me know which solution option i wish to pursue:
    1. The fix for unpublished Bug 5160122 "TEXT QUERY DEADLOCK WITH GATHER_STATS_JOB, THEN COREDUMP ORA-7445 [DREXUMCX]" is included in
    Oracle RDBMS 11.1.0 and newer. In Oracle RDBMS 11.1.0 and newer, this problem should no longer occur.
    OR
    2. The fix for unpublished Bug 5160122 "TEXT QUERY DEADLOCK WITH GATHER_STATS_JOB, THEN COREDUMP ORA-7445 [DREXUMCX]" is included in
    Oracle RDBMS 10.2.0.5.0. With the 10.2.0.5.0 patchset installed, this problem should no longer occur.
    OR
    3. With the fix for unpublished Bug 5160122 "TEXT QUERY DEADLOCK WITH GATHER_STATS_JOB, THEN COREDUMP ORA-7445 [DREXUMCX]" installed
    against 10.2.0.4.0 on Linux x86-64, this problem should no longer occur.
    Regards.
    Prasad

    Problem Description: ORA-07445: exception encountered: core dump [drexumcx(
    stop MULTI-POSTING same problem

  • 11.1.0.7 solaris 两节点rac 因ora-07445 kjcvmsc()+232错误导致一个实例重启

    有一套两节点11.1.0.7版本的数据库,一节点因ora-07445 kjcvmsc()+232错误导致实例重启,在mos上没有查到关于ora-07445 kjcvmsc()+232的太多信息,请ML帮忙看下。
    alert日志报错信息
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x69] [PC:0x104C7A0A8, kjcvmsc()+232]
    Errors in file /export/home/oracle/oracle/diag/rdbms/statdb/statdb1/trace/statdb1_pmon_25373.trc  (incident=3048117):
    ORA-07445: exception encountered: core dump [kjcvmsc()+232] [SIGSEGV] [ADDR:0x69] [PC:0x104C7A0A8] [Address not mapped to object] []
    Incident details in: /export/home/oracle/oracle/diag/rdbms/statdb/statdb1/incident/incdir_3048117/statdb1_pmon_25373_i3048117.trc
    Fri Aug 24 22:58:22 2012
    Trace dumping is performing id=[cdmp_20120824225822]
    Errors in file /export/home/oracle/oracle/diag/rdbms/statdb/statdb1/trace/statdb1_pmon_25373.trc:
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kjcvmsc()+232] [SIGSEGV] [ADDR:0x69] [PC:0x104C7A0A8] [Address not mapped to object] []
    PMON (ospid: 25373): terminating the instance due to error 602
    System state dump is made for local instance
    System State dumped to trace file /export/home/oracle/oracle/diag/rdbms/statdb/statdb1/trace/statdb1_diag_25379.trc
    Fri Aug 24 22:58:27 2012
    ORA-1092 : opitsk aborting process报错里提到的trc都已经发到ML邮箱。
    因以前这个节点上运行SYS_AUTO_SQL_TUNING_TASK任务老如下报错,导致运行此任务的session一直挂起不释放,每天运行都会生成一个,pmon一直释放不了这些session。后来把这个任务disable掉后不再报如下错误了,但是以前运行的session还是挂在那里。
    Setting Resource Manager plan SCHEDULER[0x2C53]:DEFAULT_MAINTENANCE_PLAN via scheduler window
    Setting Resource Manager plan DEFAULT_MAINTENANCE_PLAN via parameter
    Mon Aug 20 22:00:08 2012
    Begin automatic SQL Tuning Advisor run for special tuning task  "SYS_AUTO_SQL_TUNING_TASK"
    Mon Aug 20 23:10:15 2012
    Process 0x0x69c01bf98 appears to be hung in Auto SQL Tuning task
    Current time = 1345475414, process death time = 1345475408
    Attempting to kill process 0x0x69c01bf98 with OS pid = 26066
    OSD kill succeeded for process 0x69c01bf98

    11.1.0.7.0 - 64bit Production + SunOS +RAC
    *** 2012-08-24 22:58:19.465
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x69] [PC:0x104C7A0A8, kjcvmsc()+232]
    *** 2012-08-24 22:58:19.803
    Incident 3048117 created, dump file: /export/home/oracle/oracle/diag/rdbms/statdb/statdb1/incident/incdir_3048117/statdb1_pmon_25373_i3048117.trc
    ORA-07445: exception encountered: core dump [kjcvmsc()+232] [SIGSEGV] [ADDR:0x69] [PC:0x104C7A0A8] [Address not mapped to object] []
    PMON: fatal error while deleting s.o. 6a0447338 in this tree:
    SO: 0x69c01afa0, type: 2, owner: 0x0, flag: INIT/-/-/0x00 if: 0x3 c: 0x3
    proc=0x69c01afa0, name=process, file=ksu.h LINE:10706 ID:, pg=1
    (process) Oracle pid:84, ser:17, calls cur/top: 0x6a7e299a0/0x0
              flags : (0x1) DEAD
              flags2: (0x10),  flags3: (0x0)
              int error: 0, call error: 0, sess error: 0, txn error 0
    ksudlp FALSE at location: 0
      (post info) last post received: 0 0 159
                  last post received-location: kcl2.h LINE:3650 ID:kclcget
                  last process to post me: 69c009030 1 6
                  last post sent: 0 0 41
                  last post sent-location: ksv2.h LINE:1600 ID:ksvpst: checkpool
                  last process posted by me: 758010ff0 140 0
      (latch info) wait_event=0 bits=0
      O/S info: user: oracle, term: UNKNOWN, ospid: 4402 (DEAD)
      OSD pid info: Unix process pid: 4402, image: oracle@nsstat1 (J001)pmon 在deleting SO 0x6a0447338的时候遇到了fatal error ORA-07445:kjcvmsc
    SO 0x6a0447338 对应一个分布式锁DX
        SO: 0x6a0447338, type: 69, owner: 0x69cf39fc0, flag: INIT/-/-/0x00 if: 0x1 c: 0x1
         proc=0x69c01afa0, name=k2q_lock, file=k2q.h LINE:489 ID:, pg=1
        (k2qlock) hdl=0x69d9c48f8, mod=0x1, cln=0x10a0d49e8 flg=0x00, typ=110, ilz=240
        Dumping DX instance lock value (healthy):
            mgc: QNXD id1: 0xa0a5a7f0 id2: 0xd156c8d8 fmtid: 0x0004ac1e gtrid: STATDB.54867ca2.7.29.7864844
            typ: 0x2 flg: 0x00000004 state: 0x01
            tottx: 2  txncnt: 1  ptcnt: 0  ftcnt: 0  lastx: 0
            totbr: 2  brncnt: 1  fbcnt: 0  bvec: 0x00000001
            prep uba: 0x00000000.0000.00 glbl sscn: 0x0000.00000000
            prep scn: 0xffff.ffffffff cmt scn: 0xffff.ffffffff
            Local txn information:
                xid: 0x0007.01d.0078020c uba: 0x00000000.0000.00 sscn: 0x0000.00000000 inst: 1 state: 0x9
            Branch information:
                id2: 0xd156c8d8 inst: 1 state: 0x0 uid: 0x00000041
    (k2g table)
    error 602 detected in background process
    ORA-00602: internal programming exception
    ORA-07445: exception encountered: core dump [kjcvmsc()+232] [SIGSEGV] [ADDR:0x69] [PC:0x104C7A0A8] [Address not mapped to object] []

  • 11.1.0.7: got ORA-07445 [qesmaGetTblSeg_INT()] errors; no help in MetaLink

    A string of ORA-07445 [qesmaGetTblSeg_INT()] and [qesmaGetIdxSeg_INT()] errors were raised in DB 11.1.0.7 Enterprise Edition (64-bit) on Windows Server 2003 R2 Standard x64 Edition, SP2. A check of MetaLink and other search engines turned up no related references. These errors appeared in trace when the database became unresponsive, and again, briefly, about 5-10 minutes after I shut down the database and restarted the server. Would someone kindly suggest a source of useful information about these errors and possible corrective action(s)?
    Thank you,
    Bill

    I may yet create an SR, but for now I am seeking information elsewhere. The system is in production. It is functioning normally at this time.

  • ORA-07445: exception encountered

    There are several errors occuring at database level
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x7C34126B] [ADDR:0x0] [UNABLE_TO_WRITE] []
    Process m001 died, see its trace file
    ksvcreate: Process(m001) creation failed
    Process startup failed, error stack:
    ORA-27300: OS system dependent operation:CreateThread failed with status: 8
    ORA-27301: OS failure message: Not enough storage is available to process this command.
    ORA-27302: failure occurred at: ssthrddcr
    kkjcre1p: unable to spawn jobq slave process
    once db is restarted and service is restarted everything works fine again after 3 to 4 hours database refused to establish new connections.
    its a mission critical database hosted on windows server 2003 enterprise edition 32 bit. 4G RAM and 14G virtual
    memory.

    Hi,
    Problem had a work around flushing shared pool after every 5 hrs. Permanent solution was adding 2 GB ram to server and application of patch 10.2.0.4
    after patch application problem has completely resolved and there has not reoccured.
    Regards
    Dhiren

  • Apex ORA-07445 using db links

    Have installed apex OK and working well. When using forms based on source from database links regularly crashes with the above exception. Please see fragments of trace and alert_xe.log. Current SQL is always COMMIT
    Any suggestions would be great.
    Thanks Roger
    Thu Apr 13 17:18:12 2006
    Errors in file c:\oraclexe\app\oracle\admin\xe\bdump\xe_s004_2600.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_npierr+487] [PC:0x5F22C3] [ADDR:0x4] [UNABLE_TO_READ] []
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\xe_s004_2600.trc
    Thu Apr 13 17:18:11 2006
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Windows XP Version V5.1 Service Pack 1
    CPU : 1 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:473M/1014M, Ph+PgF:742M/1677M, VA:1377M/2047M
    Instance name: xe
    Redo thread mounted by this instance: 1
    Oracle process number: 21
    Windows thread id: 2600, image: ORACLE.EXE (S004)
    *** ACTION NAME:() 2006-04-13 17:18:11.647
    *** MODULE NAME:() 2006-04-13 17:18:11.647
    *** SERVICE NAME:(SYS$USERS) 2006-04-13 17:18:11.647
    *** CLIENT ID:() 2006-04-13 17:18:11.647
    *** SESSION ID:(22.9) 2006-04-13 17:18:11.647
    *** 2006-04-13 17:18:11.647
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_npierr+487] [PC:0x5F22C3] [ADDR:0x4] [UNABLE_TO_READ] []
    Current SQL statement for this session:
    COMMIT
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    2EC4D3CC 1431 package body FLOWS_020100.WWV_FLOW
    2EC4D3CC 1540 package body FLOWS_020100.WWV_FLOW
    2EC4D3CC 1697 package body FLOWS_020100.WWV_FLOW
    2EC4D3CC 1897 package body FLOWS_020100.WWV_FLOW
    2B64FE94 53 package body FLOWS_020100.WWV_FLOW_PPR_UTIL
    2EC4D3CC 7608 package body FLOWS_020100.WWV_FLOW
    2B64EC28 30 anonymous block

    Hi All,
    finally have some sort of answer from the other forum - Oracle Database 10g Express.
    See subject - "Universal edition choke on en-GB browser, core dumped, ORA-07445"
    Looks like a long standing bug and the suggested work around from the guys there is to change the browser language to en-us. I was using en-au and the author of the thread was using en-gb - both cause a core dump. Don't know how they figured it out.
    Roger

  • Intermittent ORA-07445 errors - Any ideas?

    New installation of XE.
    All latest XP patches.
    Local browser: Mozilla Firefox, latest version.
    Problems occur intermittently when creating pages in application express.
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Windows XP Version V5.1 Service Pack 2
    CPU : 1 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:469M/1023M, Ph+PgF:2353M/2926M, VA:1606M/2047M
    Instance name: xe
    Example 1
    ========
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [__intel_fast_memcmp+123] [PC:0x264EDCF] [ADDR:0x8DFE65BE] [UNABLE_TO_READ] []
    Current SQL statement for this session:
    select inst_id,ksutmtim from x$ksutm
    Example 2
    ========
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [__intel_fast_memcmp+123] [PC:0x264EDCF] [ADDR:0x8D427140] [UNABLE_TO_READ] []
    Current SQL statement for this session:
    SELECT SPACE_USED FROM ( SELECT SUM(BYTES) SPACE_USED FROM SYS.DBA_DATA_FILES, SYS.TS$ WHERE TABLESPACE_NAME = NAME AND CONTENTS$ = 0 AND FLAGS != 17 ) S ORDER BY 1
    Example 3
    ========
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [_ph2orf_regular_formals+1940] [PC:0x60C551D0] [ADDR:0x3C6DFCD4] [UNABLE_TO_READ] []
    Current SQL statement for this session:
    declare
    rc__ number;
    simple_list__ owa_util.vc_arr;
    complex_list__ owa_util.vc_arr;
    begin
    owa.init_cgi_env(:n__,:nm__,:v__);
    htp.HTBUF_LEN := 63;
    null;
    null;
    simple_list__(1) := 'sys.%';
    simple_list__(2) := 'dbms\_%';
    simple_list__(3) := 'utl\_%';
    simple_list__(4) := 'owa\_%';
    simple_list__(5) := 'owa.%';
    simple_list__(6) := 'htp.%';
    simple_list__(7) := 'htf.%';
    if ((wwv_flow_epg_include_modules.authorize('wwv_flow.accept') = false) or (owa_match.match_pattern(p_string =>
    'wwv_flow.accept'
    /* */,p_simple_pattern =>
    simple_list__
    ,p_complex_pattern =>
    complex_list__
    ,p_use_special_chars =>
    false)))
    then
    rc__ := 2;
    else
    null;
    null;
    wwv_flow.accept(p_flow_id=>:p_flow_id,p_flow_step_id=>:p_flow_step_id,p_instance=>:p_instance,p_page_submission_id=>:p_page_submission_id,p_request=>:p_request,p_arg_names=>:p_arg_names,p_t01=>:p_t01,p_t02=>:p_t02,p_t03=>:p_t03,p_t04=>:p_t04,p_t05=>:p_t05,p_t06=>:p_t06,p_t07=>:p_t07,p_t08=>:p_t08,p_t09=>:p_t09,p_t10=>:p_t10,p_t11=>:p_t11,p_t13=>:p_t13,p_t15=>:p_t15,p_t16=>:p_t16,p_t17=>:p_t17,p_t18=>:p_t18,f02=>:f02,f05=>:f05,f03=>:f03,f04=>:f04,f01=>:f01,fcs=>:fcs,f06=>:f06,p_md5_checksum=>:p_md5_checksum);
    if (wpg_docload.is_file_download) then
    rc__ := 1;
    wpg_docload.get_download_file(:doc_info);
    null;
    null;
    null;
    commit;
    else
    rc__ := 0;
    null;
    null;
    null;
    commit;
    owa.get_page(:data__,:ndata__);
    end if;
    end if;
    :rc__ := rc__;
    end;
    ksedmp: Obtaining call stack failed twice. not retrying

    check the arguments for ORA-7445 errors.
    7445 errors are internal you need to contact oracle support, and also for work around you can pass those arguments in *Troubleshoot an ORA-600 or ORA-7445 Error Using the Error Lookup Tool [ID 7445.1]*
    due to 7445 erros database was hung up/not responeded, so may be it is the reason for 3113 errors(inbound connection timeout)
    and post the value of sqlnet_authentication_services from sqlnet.ora file..
    Thanks

Maybe you are looking for

  • T420s-NVIDIA NVS 4200m shows up as Standard VGA

    Hey all,    So I've had this problem for a while now, I know that in my T420s there is a NVIDIA NVS 4200m GPU, but it refuses to recognize that it even exists. I'm running it in NVIDIA Optimus mode, but in Device Manager, all that shows up under the

  • SDK Beta 8

    I have updated to the newest SDK, how do I install iTunes 7.7 and the 2.0 Firmware, where are the files?

  • Need help regd standard report

    Hi Experts,                  I have a requirement where i need to add a check box on the selction screen for the standard program Stock card and inventory material report . program name : J_1HSTCD. my concern is , 1. Is it possible to do, if i copy i

  • Multiple enterprise applications

    We are in the process of designing multiple enterprise applications. We want to utilize some of the basic core Java EE patterns i a Websphere environment. My question centers around the architecture of the applications/components and the deployment.

  • What is happening with garageband??

    Hello all - HELP! I just got finished with a 6-minute song on Garageband, using several of the jam packs and multiple tracks, and now, on the LAST beat of the song, Garageband is adding a "sustain" to the last piano chord. Instead of just a sharp rel