Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Proc*C & fork
Hi,
We have one application (server) that works like this :
server receive request from client, fork child, child connect to
Oracle and process request.
In some cases, we need that server also be connected to Oracle and
process light requests.
Does any know what need I do ?
If server on startup connect to Oracle, any of childs can corrupt server
connection
and on SQL in server we receive : ORA - 03113 : end-of-file on
communication channel.
Thanks Received on Sun Oct 11 1998 - 11:46:57 CDT