shijumic has asked for the wisdom of the Perl Monks concerning the following question:
$done=0; unless($pid = fork()) {#child #This is a simple query that constantly runs on table like dual at + regular intervals print $ur->connect() while (!$done) and sleep 5 ; } #calling other methods that loads data to database $obj->method1(); $done=1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ORA-03113: end-of-file on communication channel (DBD ERROR: OCIStmtExecute/Describe)
by almut (Canon) on Apr 20, 2009 at 21:33 UTC | |
by a1helios (Initiate) on Jan 17, 2014 at 04:43 UTC | |
|
Re: ORA-03113: end-of-file on communication channel (DBD ERROR: OCIStmtExecute/Describe)
by roboticus (Chancellor) on Apr 20, 2009 at 21:33 UTC | |
by Anonymous Monk on Apr 21, 2009 at 16:35 UTC |