error ora-03113 [message #431563] |
Wed, 18 November 2009 03:38 |
oradba123
Messages: 86 Registered: June 2009 Location: india
|
Member |
|
|
Hi all,
when i connect to my database server 10.1.0.2.0 on IBM aix 5.3 from oracle 9.2.0.1.0 which is AIX 4.3
i am gettin the below error
$ sqlplus
SQL*Plus: Release 9.2.0.1.0 - Production on Wed Nov 18 12:17:15 2009
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Enter user-name: new/pnew@ysccapps
ERROR:
ORA-03113: end-of-file on communication channel
i checked listener is working fine and tnsping is working fine and try once again it shows the same error and stop the listener and start it and tnsping is pining.
please any one suggest me how to fix that.thanks alot in advance.
BEST REGARDS
|
|
|
Re: error ora-03113 [message #431565 is a reply to message #431563] |
Wed, 18 November 2009 03:42 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
ORA-03113: end-of-file on communication channel
*Cause: The connection between Client and Server process was broken.
*Action: There was a communication error that requires further investigation.
First, check for network problems and review the SQL*Net setup.
Also, look in the alert.log file for any errors. Finally, test to
see whether the server process is dead and whether a trace file
was generated at failure time.
ORA-00600/ORA-07445/ORA-03113 = Oracle bug => search on Metalink and/or call Oracle support
Regards
Michel
|
|
|