Re: ProC and multiple logons
From: John Bell <jbellb_at_cix.compulink.co.uk>
Date: Mon, 23 Jan 1995 11:15:23 GMT
Message-ID: <D2uv9n.6Hy_at_cix.compulink.co.uk>
Date: Mon, 23 Jan 1995 11:15:23 GMT
Message-ID: <D2uv9n.6Hy_at_cix.compulink.co.uk>
The safer solution to this, if the application will allow it, is to fork BEFORE you perform the first DB connect and have each process connect independently, or if that cannot be done them fork and execv the same executable with a new parameter to indicate it is the child process and should thus take a separate execution path.
If all you really want is a second connection in the same process, then consider reconnecting via SQL*Net to the same database.
Hope this helps
Howi Received on Mon Jan 23 1995 - 12:15:23 CET