On Sep 22, 11:04 am, gk.kalipuray...@gmail.com (Gopal Karunakar)
wrote:
> Hi,
>
>    Here's the code pasted below. The sub basically executed an anonymous
> pl/sql block (which is executing fine). I want to make sure that the user
> will not be able to a ctrl-c and exit at the stage where the sql statements
> are getting executed.
>
>    I tried declaring it as local but even then its hanging when i give the
> interrupt.
>  ...

Sorry, I'm not sure where the problem is then.  Did you
try googling in case it's an sqlplus/Oracle related bug or
quirk..?

If nothing turns up, you might try timing out the query.
See 'perldoc -q timeout'.

--
Charles DeRykus


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to