- Code: Select all
{"ORA-32036: unsupported case for inlining of query name in WITH clause\nORA-06512: at \"RETAILSOLUTIONS2.GetVariablesForS\", line 14"}
The same function from work perfectly in SQL developer, thus the SQL syntax is correct. Then I found that it is a common problem for oracle drivers:
http://orastory.wordpress.com/2007/09/20/one-of-those-weird-ones-ora-32036/The suitable workaround is turn off distributed transactions (it was described here http://forums.asp.net/t/990623.aspx ). Unfortunately, setting DistribTx=0 or Enlist=false in connection string doesn’t fix a problem. What you can suggest?
Facebook
Twitter
Google+
Linkedin
YouTube