PL/SQL Sessions?
From: Bryan Dollery <Bryan_at_Bryan.prestel.co.uk>
Date: 1997/06/12
Message-ID: <01bc771e$91c71980$1c4698c2_at_prestel.co.uk>#1/1
Twas brillig, and the slithy toves
Did gyre and gimble in the wabe: Received on Thu Jun 12 1997 - 00:00:00 CEST
Date: 1997/06/12
Message-ID: <01bc771e$91c71980$1c4698c2_at_prestel.co.uk>#1/1
Hi,
[Quoted] [Quoted] Does anybody know how to create a new session in PL/SQL.
I need to create another session so that I can start procedures, held within packages, asynchronously. That is, I wish to start a procedure, and not await its outcome. I think that I can do this only by creating a new session for the routine to run in.
The routine could start a new session, run its methods in this, and return immediately to the calling session.
This would be similar to using the fork() function in C/C++ under Unix.
Any help would be greatly appreciated.
Bryan
Twas brillig, and the slithy toves
Did gyre and gimble in the wabe: Received on Thu Jun 12 1997 - 00:00:00 CEST