| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Rollback segment too old
peter.mckenzie_at_health.wa.gov.au wrote in message <9fka71$ies$1_at_news.netmar.com>...
>Is this error logged anywhere at the instance level. I was hoping to see it
>in the alert logs or the trace files. I have a long running sql job which
>failed but have no log of the failure. I suspect rollback segment too old
>and was hoping Oracle tracked this one. Thanks in anticipation.
I assume you mean "Snapshot too old"? If so, then no, this isn't logged in the alert log: it's not serious enough. The alert log only contains information about the status of the database as a whole, it doesn't contain information about the failure of individual transactions and queries, unless they're a symptom of a database bug.
It *might* be in a user session trace file, but it's unlikely. Your best bet is to modify your application code so that it raises an exception whenever an SQL statement returns an unexpected response code (which, of course, is good programming practice anyway).
If you want more information about the causes of "snapshot too old" try my web page: http://home.clara.net/dwotton/dba/snapshot.htm
Dave.
-- If you reply to this newsgroup posting by email, remove the "nospam" from my email address first.Received on Wed Jun 06 2001 - 16:02:12 CDT
![]() |
![]() |