Archive

Posts Tagged ‘error’

ORACLE PL/SQL异常处理(Exception)学习笔记

September 1st, 2011 No comments
1、PL/SQL错误类型
错误类型
报告者
处理方法
编译时错误
PL/SQL编译器
交互式地处理:编译器报告错误,你必须更正这些错误
运行时错误
PL/SQL运行时引擎
程序化地处理:异常由异常处理子程序引发并进行捕获
Read more…
Categories: PL/SQL Tags: , ,

Customer Introduction to ORA-7445 Errors,&,LIST OF UNIX SIGNALS AND EXPLANATIONS

March 17th, 2009 No comments

 

主题: Customer Introduction to ORA-7445 Errors
  文档 ID: 211909.1 类型: BULLETIN
  Modified Date: 10-OCT-2008 状态: PUBLISHED

 

Purpose

The purpose of this note is to provide an introduction to ORA-7445 errors, and to suggest the next step in diagnosing the error.  The note is written with a UNIX bias, although the concepts are generic.

 

Scope & Application

To be used by the DBA when reporting ORA-7445 errors to Oracle Support Services.
 

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, and so 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 signals and exceptions that may happen, however, they are likely caused by OS problems rather than an Oracle problem.  Examples of other signals are: SIGINT, SIGKILL, SIGSYS.  A complete list is available in 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.

What Does an ORA-7445 Error Look Like?

The appearance of an ORA-7445 error varies slightly from platform to platform.  The two general forms are illustrated here.

Read more…

Categories: 7445, metalink Tags: , , , ,

Videos, Slideshows and Podcasts by Cincopa Wordpress Plugin