12c
OL7
Hi ALL,
We have a package 3rd party app, that hits ORA-01000.
i already increased our open_cursors from 1000 to 5000, but it still hitting error.
I understand this package is using for-loop that will explicitly closing a cursor.
I am suspecting it hits is a database bug that is not explicit closing a cursor?
Is there a history v$ table where I can query what specific sql program is eating a lots of cursor?
Please help....
Kind regards,
jc