ORA 02041 client database did not begin a transaction
Hi,
This morning I had a package containing a function that returned a reference cursor. I was using the Beta2 of ODP.NET and all worked. I noticed that the release version was available so I installed it, and now my code doesn't work. There is a simple example of what I am doing posted here and that still works.
The only difference I can see is that my stored procedure queries tables in another database (FROM test@database2;), using a dblink. Has something changed between Beta and Release that I've missed somewhere?
Thanks
Lyndon Hills