Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » oracle l »

Re: Cursor Issue

cichomitiko gmail

2006-03-21

Replies:

On 3/21/06, Coleman, Kelley (HAC) <Kelley.Coleman@(protected):
>
> I have a 3rd part app that collects message strings from various external
> sites, turns each string into an Oracle insert statement, then sends those
> inserts to my database. It's been working well for a couple of years, but
> as the number of messages is growing, I'm find that I have a cursor
> problem. I don't have the ability to change much about the 3rd party app,
> so I'm focused right now on providing what I can on the db side. Is there
> a
> way to have a unique cursor setting for a user or session?


Why? The open_cursors parameter is a session(not system) limit and there is
no added overhead to setting this
value higher than actually needed.


Regards,
Dimitre

--
http://www.freelists.org/webpage/oracle-l


©2008 dba.5341.com - Jax Systems, LLC, U.S.A.