Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Multiple child process and two-task error

Multiple child process and two-task error

From: Totoro <chongyp_at_mailhost.net>
Date: Thu, 30 Dec 1999 20:01:31 +0800
Message-ID: <386b4b6c.0@news.cyberway.com.sg>


I am writing a ProC program that require multiple child process to query the database with only one connection.

Initially I restriced that only one child can query one table at a time, however, I encounter a "Two-task communication protocol error"

I managed to "avoid" the error by allowing only one child to query the database at a time.

May I know the reason or cause for the above mentioned "two-task error"?

If I really need to have multiple child process query the database at a time with only one connection, is there any way that I can work around it to avoid the error?

Thanks in advance! Received on Thu Dec 30 1999 - 06:01:31 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US