mig28mx
19th December 2008, 05:33
Hello all,
On my production server I have error ORA-03114: not connected to Oracle.
Some users are being disconnected, but after some time, the users can connect again.
Anybode have faced with this error?
mig28mx
22nd December 2008, 20:31
Hello All,
Any idea?
Thank you in advance.
dave_23
1st January 2009, 01:40
Can be just about anything.
ORA-3114
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.
check your alert log.
Dave
mig28mx
2nd January 2009, 18:13
Hello Dave,
I have checked the alert.log, file and no found any issue about ORA-3114.
The only file where I find that is on the application server side, on oracle8.log file.
Any suggestion?
Thank you in advance.
dave_23
9th January 2009, 02:13
Can you post the actual error from the log then?
Dave
mig28mx
10th January 2009, 02:43
Hello Dave,
I´m sending my oracle8.log file
2009-01-09[17:16:20]:E:root:
2009-01-09[17:16:20]:E:root: ******* S T A R T of Error message *******
2009-01-09[17:16:20]:E:root: Log message called from /BAAN/view/port.6.1c.07.20/vobs/tt/servers/ORACLE_2/ora_native.c: #2189 keyword: Oracle Error
2009-01-09[17:16:20]:E:root: Pid 3364 Uid 0 Euid 0 Gid 0 Egid 0
2009-01-09[17:16:20]:E:root: user_type S language 2 user_name root tty 1 locale ISO88591/NULL
2009-01-09[17:16:20]:E:root: Errno 0 bdb_errno 110 (End of file reached)
2009-01-09[17:16:20]:E:root:
2009-01-09[17:16:20]:E:root: dbs_errno = 0, Error 522 occurred:
2009-01-09[17:16:20]:E:root: Error ORA-3114 occurred during commit.
2009-01-09[17:16:20]:E:root: ORA-03114: not connected to ORACLE
2009-01-09[17:16:20]:E:root:
2009-01-09[17:16:20]:E:root: Error BDB-522 returned.
2009-01-09[17:16:20]:E:root: Flushed at /BAAN/view/port.6.1c.07.20/vobs/tt/servers/ORACLE_2/ora_db.c : #74.
2009-01-09[17:16:20]:E:root: ******* E N D of Error message *******
2009-01-09[17:16:30]:E:root:
Thank you in advance.
dave_23
12th January 2009, 07:49
well, that doesn't help much. can you reproduce it at will?
mig28mx
16th January 2009, 16:59
Hello Dave,
In fact, in oracle8.log I can see that event every 10 minutes average.
Regards.
dave_23
16th January 2009, 21:16
oh. that's the printer daemon.
You brought down baan and/or the database and didn't bring down pdaemon6.X
(rc.stop rarely brings it down correctly)
Just stop and restart it and the error will go away.
Dave
mig28mx
19th January 2009, 18:29
Hello Dave,
Thank you for your answer. Yes, I have stop and reestart the app server and no error have been logged on oracle8.log
Thank you, again.
Regards.