For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi,
I want to get the bindings of region through a bean.When I am trying to do like this it gives the binding of the page which holds the region.
Can you please tell me how to do this.
Thanks in advance,
Harsh
We haven't seen this before. Is there a secondary ORA error, such as in an inner exception alongside the ORA-12537? Also, what is the ORA-12537 error message itself, which can point to the likely problem source?
Sorry for my english, but, can you test if connection is open before the statement?.
yes, the connection is definitely open, as mentioned in the OP, the merge statement actually works and does what it's supposed to in the DB. could it be a problem in the way it returns the RowsAffected that's different from regular Insert/update statements?
just updated to the latest .net core driver from a few days ago and seems to be fixed.
we had previously found a thread stating that .net core drivers were having an issue with stored procedures and returning similar errors, so we figured it was related to that.