ORA-01453: SET TRANSACTION must be first statement of transa
Posted: Fri 20 Nov 2009 22:19
Hello,
I am getting this error from web service that uses dotconnect for oracle. here is the scenario...Lets say ..i make a request to web service and the contextobject.savechagnes() failes because of some FK issues. I fix the value to avoid the FK issues and make a second request, then i get this error on calling Savechanges().
If i wait for couple seconds before making the second request, at that time, savechanges() doesnot fail.
Could you please help ?
I am getting this error from web service that uses dotconnect for oracle. here is the scenario...Lets say ..i make a request to web service and the contextobject.savechagnes() failes because of some FK issues. I fix the value to avoid the FK issues and make a second request, then i get this error on calling Savechanges().
If i wait for couple seconds before making the second request, at that time, savechanges() doesnot fail.
Could you please help ?