Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: DBI - cursors left open in Oracle

by Stegalex (Chaplain)
on Sep 09, 2001 at 21:15 UTC ( [id://111296]=note: print w/replies, xml ) Need Help??


in reply to Re: DBI - cursors left open in Oracle
in thread DBI - cursors left open in Oracle

DBD::Oracle version 1.06

This particular cursor is a statemtent handle cursor of the form:

$sql = "select 'x', 'y' from dual";
$sth=$dbh->prepare(qq{$sql});
$sth->execute;
($x, $y) = $sth->fetchrow_array;
$sth->finish;

open_cursors parameter is 50
there does not seem to be a max_open_cursors param defined

Thanks for any and all comments!
  • Comment on Re: Re: DBI - cursors left open in Oracle

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://111296]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-24 05:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found