Application throws ORA-01036: illegal variable name/number exception
Activity
Oskar Berggren April 15, 2012 at 2:40 PM
There is talk of bugs in older ODP.Net causing this, but the version mentioned by the reporter is supposed to not have the bug.
https://forums.oracle.com/forums/thread.jspa?threadID=717515
We do have several failures with the ORA-01036 message for the NHibernate test suite. These go away when I run them with a recent ODP.Net version.
Fabio Maulo July 30, 2011 at 12:36 PM
Dear Anupan,
You can make your supposition without problems.
Anupam Mishra July 29, 2011 at 1:13 PM
Dear Fabio, It is happening in insert but at runtime.If it is a problem with mapping it would have given an issue at first insert only. But after working for a day or two it throws exception. And the only solution is to restart application. And from the same mapping fecth is working even when I am facing problem with data insert. So it can't be a problem with mapping. That's why I raised a bug with Critical priority because it is forcing my application to restart.
Thanks and Regards
Anupam Mishra
Tata Consultancy Services
DLF Akruti Info Park,
PN 28,
Rajiv Gandhi Infotech Park Hinjewadi, PHASE II
Pune - 411057,Maharashtra
India
Mailto: anupam3.m@tcs.com
Website: http://www.tcs.com
Fabio Maulo July 29, 2011 at 12:33 PM
If it happen in insert you have a wrong mapping.
Which is?
Hi ,
I am working with Nhibernate3.0 and .net framework 3.5.
I have upgraded it from NHibernate 1.2.With previous version it was working fine.
I have also upgraded my ODP.net to 11g as it is required for call stored procedure from my application.
But suddenly after working for sometime perfectly, application throws " ORA-01036: illegal variable name/number" exception.
Application starts throwing following exception while any insertion and updation.
This problem persist until I restart my application
Following is my Database configuration file: