About ORA-03113 [message #149236] |
Wed, 30 November 2005 15:06 |
ldebro
Messages: 5 Registered: November 2005
|
Junior Member |
|
|
I got this error when I was working with a shared server in class. I don't know what I did to cause this. I also had an error that said database can't be shutdown b/c of a dispatcher. Well i went to my init.ora file and took out the mts parameters and then did a shutdown immediate and then when I tried to bring the database up i got the en-of-file error..
|
|
|
Re: About ORA-03113 [message #149253 is a reply to message #149236] |
Wed, 30 November 2005 19:28 |
lazycat
Messages: 57 Registered: November 2005
|
Member |
|
|
Cause: An unexpected end-of-file was processed on the communication channel. The problem could not be handled by the Net8 two-task software. This message could occur if the shadow two-task process associated with a Net8 connect has terminated abnormally, or if there is a physical failure of the interprocess communication vehicle, that is, the network or server machine went down.
In addition, this message could occur when any of the following statements/commands have been issued:
* ALTER SYSTEM KILL SESSION ... IMMEDIATE
* ALTER SYSTEM DISCONNECT SESSION ... IMMEDIATE
* SHUTDOWN ABORT/IMMEDIATE/TRANSACTIONAL
Action: If this message occurs during a connection attempt, check the setup files for the appropriate Net8 driver and confirm Net8 software is correctly installed on the server. If the message occurs after a connection is well established, and the error is not due to a physical failure, check if a trace file was generated on the server at failure time. Existence of a trace file may suggest an Oracle internal error that requires the assistance of Oracle Support Services.
may be your instance is shuting down
waiting
|
|
|