Link to home
Start Free TrialLog in
Avatar of Roshanw4
Roshanw4

asked on

oracle database error ORA-07445: exception encountered: core dump [snstimsane()+36] [SIGSEGV] [Address

following error is comming from my oracle database

Sun Nov 21 15:01:25 2004
Errors in file /u01/app/oracle/admin/ittest/udump/ittest_ora_2806.trc:
ORA-07445: exception encountered: core dump [snstimsane()+36] [SIGSEGV] [Address
 not mapped to object] [0] [] []
Sun Nov 21 16:16:25 2004
Errors in file /u01/app/oracle/admin/ittest/udump/ittest_ora_16960.trc:
ORA-07445: exception encountered: core dump [snstimsane()+36] [SIGSEGV] [Address
 not mapped to object] [0] [] []
Sun Nov 21 16:24:48 2004
Thread 1 advanced to log sequence 31516
  Current log# 1 seq# 31516 mem# 0: /u06/oradata/ittest/redo/redo01.log
  Current log# 1 seq# 31516 mem# 1: /u05/oradata/ittest/redo/redo01a.log
Sun Nov 21 17:47:44 2004
Thread 1 advanced to log sequence 31517
  Current log# 2 seq# 31517 mem# 0: /u06/oradata/ittest/redo/redo02.log
  Current log# 2 seq# 31517 mem# 1: /u05/oradata/ittest/redo/redo02a.log
Sun Nov 21 19:11:21 2004
Thread 1 advanced to log sequence 31518
  Current log# 3 seq# 31518 mem# 0: /u06/oradata/ittest/redo/redo03.log
Avatar of makhan
makhan
Flag of India image

hi,

Pl. check out if you have sufficient disk space on /u01

u can use the df command for this.

Avatar of BobMc
BobMc

In your sqlnet.ora file on the server, set the following to prevent the error

sqlnet.expire_time=0

HTH
Bob
Avatar of Roshanw4

ASKER


if i put the in my sqlnet.ora is there any after effects to the database or the system

sqlnet.expire_time=0


Roshan
hi

On most platforms the failing function can be identified by the error message in the alert.log. The error might look like this:
  ORA-07445: exception encountered: core dump [snstimsane()+44] [SIGSEGV] [Address not mapped to object]

in which case the failing function is "snstimsane()". But on some platforms you will have to look in the tracefile for the "Call Stack Trace" and locate the first function that is not part of the error handling routines (see <Note:211909.1> for details). If the failing function is known either from the message reported in the alert.log or by looking at the call stack trace you can use the following to search for similar issues.

rgds,

velu n.
ASKER CERTIFIED SOLUTION
Avatar of BobMc
BobMc

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jrb1
No comment has been added to this question in more than 21 days, so it is now classified as abandoned..
I will leave the following recommendation for this question in the Cleanup topic area:
   Split: Roshanw4 {http:#12661584}, BobMc {http:#12775318}

Any objections should be posted here in the next 4 days. After that time, the question will be closed.

John Bush
EE Cleanup Volunteer