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

Home -> Community -> Usenet -> c.d.o.server -> Re: Perl::DBI early return from $sth->execute

Re: Perl::DBI early return from $sth->execute

From: Yong Huang <yhuang_at_indigopool.com>
Date: Tue, 20 Feb 2001 16:40:25 -0600
Message-ID: <96urvh$b0u$1@news.sinet.slb.com>

Interesting. Without reading the DBI manual, I don't know how to do it in Perl. But you can run your Perl program in shell in background:

program.pl db1 &; program.pl db2 &; program3 db3

Yong Huang
yhuang_at_indigopool.com

Martin Drautzburg <martin.drautzburg_at_kst.siemens.de> wrote in message news:uae7htsvd.fsf_at_kst.siemens.de...
>
> Slightly off topic ...
>
> Does anybody know a way to return from a $sth->execute right away and
> then check the status by some sort of polling.
>
> I would like to have several Database connections open at the same
> time and let them all execute the same statement (e.g. a stored
> procedure). I would like this to happen in parallel. But without
> further action I'll have to wait until the first $sth->execute
> returns.
Received on Tue Feb 20 2001 - 16:40:25 CST

Original text of this message

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