kereni
10th December 2002, 12:10
Hi there,

OS: Win NT 4 SP6a
DB: Oracle 7.3.4
Baan IVc2

I have a server that crash from time to time. I looked at the NT event log and didn't find any errors.
I found an Oracle error log called baanALRT.log that contain some error:
---------------------------------------------------------------------------------
Sat Dec 07 10:07:51 2002
Errors in file D:\ORANT\RDBMS73\trace\ORA02044.TRC:
ORA-00603: ORACLE server session terminated by fatal error
ORA-00449: background process 'LGWR' unexpectedly terminated with error 1092
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-00449: background process 'LGWR' unexpectedly terminated with error 1092
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-01092: ORACLE instance terminated. Disconnection forced

Dump file D:\ORANT\RDBMS73\trace\baanALRT.LOG
---------------------------------------------------------------------------------

Any idea?

thanks,

Kereni

Martin
11th December 2002, 11:03
ORA-01092 ORACLE instance terminated. Disconnection forced

Cause: The instance connected to was terminated abnormally, probably due to a SHUTDOWN ABORT. The current process was forced to disconnect from the instance.

Action: Contact the database administrator to determine when the instance is restarted. Attempt to reconnect after the instance is running again.


Martin