Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: cursors and processes
--------------7BD476BE6E00235A66511370 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit
It depends on value been specified in initSID.ora initialization
parameter file.
To see the value type at sql prompt like SQL> show parameter
open_cursors
An you can see the view V$open_cursor to see the active cursors open.
Jeff Wiegand wrote:
>
>
> hi all. We are experiencing a bottleneck, using servlets and JDBC. I
> understand what a cursor is and a process. But just how many processes
> can we have? Is there a limit on the number of open cursors that
> Oracle can efficiently handle?
--------------7BD476BE6E00235A66511370 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
It depends on value been specified in initSID.ora initialization
parameter file.
<br>To see the value type at sql prompt like SQL> show parameter open_cursors
<br>An you can see the view V$open_cursor to see the active cursors
open.
<p>Jeff Wiegand wrote: <blockquote TYPE=CITE> <p><font size=-1>hi all. We are experiencing a bottleneck, using servletsand JDBC. I understand what a cursor is and a process. But just how many processes can we have? Is there a limit on the number of open cursors that Oracle can efficiently handle?</font></blockquote> </html>
--------------7BD476BE6E00235A66511370-- Received on Thu Oct 05 2000 - 13:35:32 CDT
![]() |
![]() |