Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: ORA-07445: exception encountered: core dump [8] [9] [0] [0] [] []

Re: ORA-07445: exception encountered: core dump [8] [9] [0] [0] [] []

From: A. Bardeen <abardeen1_at_yahoo.com>
Date: Mon, 5 Jun 2000 05:56:34 -0700 (PDT)
Message-Id: <10519.107692@fatcity.com>


Chatsuda,

ORA-7445's are a very generic error message. Although similar to an ORA-600 error, the arguments are usually irrelevant as the identical circumstances can generate an error with completely different arguments on different platforms. You need to log a tar with Oracle support. They'll need the alert.log and the trace file generated by the ORA-7445.

If you know what table(s) were being accessed when the ORA-7445 occurs, I'd start with running an ANALYZE TABLE <table> VALIDATE STRUCTURE CASCADE on the tables involved. When statistics are in place the CBO may be using an explain plan which does a full table scan, whereas when you delete the statistics the query might be using the RBO which will always use an available index. If there's corruption in the table the index access might be skipping the corrupt block.

HTH,


Do You Yahoo!? Received on Mon Jun 05 2000 - 07:56:34 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US