Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Error Stack
Have you checked the trace file or the alert log ? The error stack is simply a list of functions calling each other and returning errors (f1 calls f2 calls f3 calls f4, f4 detects an error, prints a message, returns an error status to f3 which prints a message, returns an error status to f2, etc.... - 'de-stacking' errors, so to speak, hence the name). This kind of information should normally be found in the trace file generated by ckpt. Short of that, what you can do is use some kind of hex editor to look at the names of files in the control file (or use 'strings' under Unix) and check, one by one, that all the datafiles referenced in it are accessible and have the size you would expect. Simplest of all would probably be to try to restart your database, the error message should explictily name the file ...
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Stephane Faroul INET: sfaroult_at_oriolecorp.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Fri Jan 31 2003 - 02:43:59 CST
![]() |
![]() |