I will advice you to do the ff:
 Locate the file Initorcl.ora in the following Oracle
                    directory, ORAWINNT/DATABASE (if you are using NT)
                    2. Use a text editor to open the file and locate
                    the line: shared_pool_size = 6000000
                    Make sure the above figure of 6000000 is present.
                    If not insert the above number

Sam

Sayantan Sen wrote:

> dear friends
>
> i'v written a servlet in which in the init() method i'm creating a JDBC
> connection to a oracle (8.0.3.0 personal) database using thin driver. i'm
> accessing the database using the opened connection ( in init()), depending
> upon user request in the doPost() method. the problem is after handling
> exactly 50 request, servlet throws an error message. the message is "ORA
> 01000: maximum open cursors exceeded. after this it stops working. if i
> restart the server, it again works. pls tell me how to get rid of this
> problem.
>
> thanks
>
> sayantan
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to