ADF Database Open Cursors
406750Jul 20 2006 — edited Jul 21 2006We are using ADF BC4J with Oracle UIX on Jdeveloper 10.1.2. After deploying the application on Oracle IAS 10Rel2 using database connection pooling (similar to the toystore demo) and have 20 users using it, I've noticed that the open cursor count on the database is increasing (up to 1000 open cursors and more). I also noticed that the cursor SQL_TEXT is referencing so dynamic table usage (table_XXXXX).
Is there something I can do to minimize the open cursors and why is ADF using the dynamic tables?
Thanks in advanced,
Stephen