Database Hang [message #440742] |
Tue, 26 January 2010 22:21 |
rtskrajan
Messages: 43 Registered: March 2007
|
Member |
|
|
Hi experts,
My server RAM is 12GB. i installed 10gr2 and implemented /3GB also. Eventhough my database is giving problem. Could you please give some valuable advice.
Thanks.
|
|
|
|
|
Re: Database Hang [message #440751 is a reply to message #440743] |
Tue, 26 January 2010 22:46 |
rtskrajan
Messages: 43 Registered: March 2007
|
Member |
|
|
Thanks for your reply...
Whenever our application is working, in between we are getting message like that 'database not connected'. total users are connected 60 to 70.
Thanks
|
|
|
|
|
|
Re: Database Hang [message #440757 is a reply to message #440755] |
Tue, 26 January 2010 23:00 |
|
ramoradba
Messages: 2457 Registered: January 2009 Location: AndhraPradesh,Hyderabad,I...
|
Senior Member |
|
|
Quote: ORA-03114
ORA-03114: not connected to ORACLE
Cause: A call to Oracle was attempted when no connection was established. Usually this happens because a user-written program has not logged on. It may happen if communication trouble causes a disconnection. In addition, this message could occur when ALTER SYSTEM KILL SESSION or ALTER SYSTEM DISCONNECT SESSION were issued with the IMMEDIATE qualifier because, in those cases, the client's connection to the database is terminated without waiting for the client to issue a request.
Action: Try again. If the message recurs and the program is user written, check the program.
Quote: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.
More over check you network connections.And consult you dba.
sriram
[Updated on: Tue, 26 January 2010 23:02] Report message to a moderator
|
|
|
Re: Database Hang [message #440758 is a reply to message #440757] |
Tue, 26 January 2010 23:03 |
rtskrajan
Messages: 43 Registered: March 2007
|
Member |
|
|
Thanks for your reply.
I thought this is may be server memory issue. Whenever i am getting problems, i am restarting the oracle services. Then it will ok for some more times.
Thanks
|
|
|
|
|
|
|
|
Re: Database Hang [message #440766 is a reply to message #440765] |
Tue, 26 January 2010 23:28 |
rtskrajan
Messages: 43 Registered: March 2007
|
Member |
|
|
Thanks for your reply sir,
I am getting this error recently. Becoz we are started our application also recently. This is my oracle version.
SQL> select * from v$version;
BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
PL/SQL Release 10.2.0.1.0 - Production
CORE 10.2.0.1.0 Production
TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - Production
Thanks in advance.
|
|
|
|
|
|
|
|
|