PDA

View Full Version : ORA-00449: background process 'LGWR' unexpectedly terminated with error 340 ??


Ted
09-20-02, 13:51
Hi we have a server that is stoping at wierd times. I have done a search on
the error below and have found nothing. Does anyone have any idea?


*** 2002-09-05 00:08:22.734
*** SESSION ID:(14.19) 2002-09-05 00:08:22.515
kgefec: fatal error 0
*** 2002-09-05 00:08:22.781
ksedmp: internal or fatal error
ORA-00603: ORACLE server session terminated by fatal error
ORA-00449: background process 'LGWR' unexpectedly terminated with error 340
ORA-00340: IO error processing online log of thread
ORA-00449: background process 'LGWR' unexpectedly terminated with error 340
ORA-00340: IO error processing online log of thread
----- Call Stack Trace -----
calling call entry
argument values in hex
location type point
(? means dubious value)
-------------------- -------- -------------------- -
---------------------------

Anton Buijs
09-20-02, 16:59
Just interpretating the message: LGWR could not write the redolog file, what
is very serious, so serious the database can't continue to operate.

What Oracle version? What operating system?
You don't have these files by any change on a mounted drive (Windows) do
you?
Did the O.S. report any disk problems?
Did you check there are no problems with the disk involved?

Ted schreef in berichtnieuws
amfjnr$5khj6$1@ID-144666.news.dfncis.de...
| Hi we have a server that is stoping at wierd times. I have done a search
on
| the error below and have found nothing. Does anyone have any idea?
|
|
| *** 2002-09-05 00:08:22.734
| *** SESSION ID:(14.19) 2002-09-05 00:08:22.515
| kgefec: fatal error 0
| *** 2002-09-05 00:08:22.781
| ksedmp: internal or fatal error
| ORA-00603: ORACLE server session terminated by fatal error
| ORA-00449: background process 'LGWR' unexpectedly terminated with error
340
| ORA-00340: IO error processing online log of thread
| ORA-00449: background process 'LGWR' unexpectedly terminated with error
340
| ORA-00340: IO error processing online log of thread
| ----- Call Stack Trace -----
| calling call entry
| argument values in hex
| location type point
| (? means dubious value)
| -------------------- -------- --------------------
-
| ---------------------------
|
|

Ted
09-20-02, 17:07
Sun 2.8 , Ora 8.1.7... Disks seem fine. Would you point this to a backup
issue?

I thought it could be that, but when I run my backup during the day, I don't
get the same issue.

"Anton Buijs" wrote in message
news:amfunp$cuv$2@news1.xs4all.nl...
> Just interpretating the message: LGWR could not write the redolog file,
what
> is very serious, so serious the database can't continue to operate.
> What Oracle version? What operating system?
> You don't have these files by any change on a mounted drive (Windows) do
> you?
> Did the O.S. report any disk problems?
> Did you check there are no problems with the disk involved?
> Ted schreef in berichtnieuws
> amfjnr$5khj6$1@ID-144666.news.dfncis.de...
> | Hi we have a server that is stoping at wierd times. I have done a search
> on
> | the error below and have found nothing. Does anyone have any idea?
> |
> |
> | *** 2002-09-05 00:08:22.734
> | *** SESSION ID:(14.19) 2002-09-05 00:08:22.515
> | kgefec: fatal error 0
> | *** 2002-09-05 00:08:22.781
> | ksedmp: internal or fatal error
> | ORA-00603: ORACLE server session terminated by fatal error
> | ORA-00449: background process 'LGWR' unexpectedly terminated with error
> 340
> | ORA-00340: IO error processing online log of thread
> | ORA-00449: background process 'LGWR' unexpectedly terminated with error
> 340
> | ORA-00340: IO error processing online log of thread
> | ----- Call Stack Trace -----
> | calling call entry
> | argument values in hex
> | location type point
> | (? means dubious value)
> | -------------------- -------- --------------------
> -
> | ---------------------------
> |
> |

Anton Buijs
09-20-02, 17:27
More details could be found in the generated trace file.
If it is an O.S. error you should be able to find it there.
Is it always the same redo file? (mayby drop it and create it again could
help then?)
Why do you think it is a backup issue? Your backup tool does not lock the
file, does it?
Don't know for sure if Oracle keeps the redofiles open all the time, even
when not current. Can't do a test from home. I suspect Oracle will keep them
open. Try /usr/sbin/fuser /x/y/z/*.rdo (if you may use that utility) to see
what processes have the files currently open. If backup is the problem then
the backup tool has the file open, Oracle does not and Oracle just needs to
switch to that redo during your backup, failing to open it. Not a very
likely scenario, never heard of such things too.
Strange story. Verify again with the system manager of the Sun box that no
errors on the disks are reported.

Ted schreef in berichtnieuws
amfv5i$5n8mb$1@ID-144666.news.dfncis.de...
| Sun 2.8 , Ora 8.1.7... Disks seem fine. Would you point this to a backup
| issue?
|
| I thought it could be that, but when I run my backup during the day, I
don't
| get the same issue.
|
| "Anton Buijs" wrote in message
| news:amfunp$cuv$2@news1.xs4all.nl...
| > Just interpretating the message: LGWR could not write the redolog file,
| what
| > is very serious, so serious the database can't continue to operate.
| >
| > What Oracle version? What operating system?
| > You don't have these files by any change on a mounted drive (Windows) do
| > you?
| > Did the O.S. report any disk problems?
| > Did you check there are no problems with the disk involved?
| >
| > Ted schreef in berichtnieuws
| > amfjnr$5khj6$1@ID-144666.news.dfncis.de...
| > | Hi we have a server that is stoping at wierd times. I have done a
search
| > on
| > | the error below and have found nothing. Does anyone have any idea?
| > |
| > |
| > | *** 2002-09-05 00:08:22.734
| > | *** SESSION ID:(14.19) 2002-09-05 00:08:22.515
| > | kgefec: fatal error 0
| > | *** 2002-09-05 00:08:22.781
| > | ksedmp: internal or fatal error
| > | ORA-00603: ORACLE server session terminated by fatal error
| > | ORA-00449: background process 'LGWR' unexpectedly terminated with
error
| > 340
| > | ORA-00340: IO error processing online log of thread
| > | ORA-00449: background process 'LGWR' unexpectedly terminated with
error
| > 340
| > | ORA-00340: IO error processing online log of thread
| > | ----- Call Stack Trace -----
| > | calling call entry
| > | argument values in hex
| > | location type point
| > | (? means dubious value)
| > | -------------------- -------- --------------------
| > -
| > | ---------------------------
| > |
| > |
| >
|
|

Ted
09-23-02, 12:36
Sorry it's acttualy a windows server..

Here is the text from the trace file... Can you make anything from it?


Dump file D:\oracle\RDBMS\trace\ORA01744.TRC
Mon Aug 12 23:52:58 2002
ORACLE V8.1.7.0.0 - Production vsnsta=0
vsnsql=e vsnxtr=3
Windows 2000 Version 5.0 Service Pack 2, CPU type 586
Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
JServer Release 8.1.7.0.0 - Production
Windows 2000 Version 5.0 Service Pack 2, CPU type 586
Instance name: wind

Redo thread mounted by this instance: 1

Oracle process number: 14

Windows thread id: 1744, image: ORACLE.EXE


*** 2002-08-12 23:52:58.640
*** SESSION ID:(17.19) 2002-08-12 23:52:58.546
kgefec: fatal error 0
*** 2002-08-12 23:52:58.656
ksedmp: internal or fatal error
ORA-00603: ORACLE server session terminated by fatal error
ORA-00449: background process 'LGWR' unexpectedly terminated with error 340
ORA-00340: IO error processing online log of thread
ORA-00449: background process 'LGWR' unexpectedly terminated with error 340
ORA-00340: IO error processing online log of thread
----- Call Stack Trace -----
calling call entry
argument values in hex
location type point
(? means dubious value)

Anton Buijs
09-23-02, 15:16
Well, basically the same questions: on what disk are the redologs. When not
a local disk: that explains a lot. Check the Windows event logs to see if
problems exist with the drive. What backup tool do you use (since you
suspect it has to do with it) ? Does the errors occurs when the backup is
running.
Is the database working now, since this trace file is old (12-aug)? How
frequent does it happen?

Ted schreef in berichtnieuws
amnce0$75pmt$1@ID-144666.news.dfncis.de...
| Sorry it's acttualy a windows server..
|
| Here is the text from the trace file... Can you make anything from it?
|
|
| Dump file D:\oracle\RDBMS\trace\ORA01744.TRC
| Mon Aug 12 23:52:58 2002
| ORACLE V8.1.7.0.0 - Production vsnsta=0
| vsnsql=e vsnxtr=3
| Windows 2000 Version 5.0 Service Pack 2, CPU type 586
| Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
| JServer Release 8.1.7.0.0 - Production
| Windows 2000 Version 5.0 Service Pack 2, CPU type 586
| Instance name: wind
|
| Redo thread mounted by this instance: 1
|
| Oracle process number: 14
|
| Windows thread id: 1744, image: ORACLE.EXE
|
|
| *** 2002-08-12 23:52:58.640
| *** SESSION ID:(17.19) 2002-08-12 23:52:58.546
| kgefec: fatal error 0
| *** 2002-08-12 23:52:58.656
| ksedmp: internal or fatal error
| ORA-00603: ORACLE server session terminated by fatal error
| ORA-00449: background process 'LGWR' unexpectedly terminated with error
340
| ORA-00340: IO error processing online log of thread
| ORA-00449: background process 'LGWR' unexpectedly terminated with error
340
| ORA-00340: IO error processing online log of thread
| ----- Call Stack Trace -----
| calling call entry
| argument values in hex
| location type point
| (? means dubious value)
|
|
|
|
|