cached open_cursors problem
Hi All
I have OC4J application with 10.1.2.3 application server connected to 10.2.0.4 DB
the problem is there are cached open cursors for specific DB user after executing the sql statemets ,
when I queried v_$open_cursors where user_name='DB_username' I found most of sql_text has the same value and its status is INACTIVE
I want to if the status is INACTIVE ,Is that mean all these queries have been closed with its associated cursor or not ????
and if not closed How can I closed them ???
Thanks & Regards
Mohamed