ora-03114 using local database [message #440334] |
Fri, 22 January 2010 08:39 |
lancer26
Messages: 52 Registered: May 2006 Location: Pakistan
|
Member |
|
|
aoa!
respected members, i m using local database for attendance system. attendance machine is on domain. when network connection failed, form gives error ORA-03114.
anyone can help in this regard.
thanx in advance.
|
|
|
Re: ora-03114 using local database [message #440335 is a reply to message #440334] |
Fri, 22 January 2010 08:40 |
|
ramoradba
Messages: 2457 Registered: January 2009 Location: AndhraPradesh,Hyderabad,I...
|
Senior Member |
|
|
And Oracle says
Quote: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:when network connection failed
Just reconnect
sriram
[Updated on: Fri, 22 January 2010 08:41] Report message to a moderator
|
|
|