Oracle 19c Open_cursor exceeded issue
We have same stored procedure exist in Oracle 12c and 19c with same set of data and setup.
The procedure does so many data fetching and manipulation.
When we execute with same set of data it works fine in 12c but in 19c after some time it throws "Open cursor limit exceeded" error.
We did the basic comparison from both the data bases for OPEN_CURSOR & CACHED_CURSOR size which is same.
What else parameters or settings we can compare from server side so as to resolve this issue?