on a fetch, the sqlcode is 100 even if it should find rows
the sqlerrmc is: ORA-01009: missing mandatory parameter.
It seems there is a limit in Oracle, the fetch is correct when I pass it alone but it bugs on the 30rd fetch.
The value OPEN_CURSOR is set to 500, we have 30 cursors open.
Any idea on which parameter needs to be set higher ?
the sqlerrmc is: ORA-01009: missing mandatory parameter.
It seems there is a limit in Oracle, the fetch is correct when I pass it alone but it bugs on the 30rd fetch.
The value OPEN_CURSOR is set to 500, we have 30 cursors open.
Any idea on which parameter needs to be set higher ?