开发者

Internal error not handled System.InvalidOperationException at System.Data.OracleClient.OracleConnection.CheckError

开发者 https://www.devze.com 2023-04-06 22:33 出处:网络
I have a web application and I am getting an error related to oracle. System.InvalidOperationException Internal error not handled (-2)

I have a web application and I am getting an error related to oracle.

System.InvalidOperationException Internal error not handled (-2) at System.Data.OracleClient.OracleConnection.CheckError()

This is the scenario.

s开发者_JAVA技巧ql1

select * from table1@otheroracledb

sql2

select * from table2

I am getting this error when I run the sql1 and then sql2.

What could be the problem?

0

精彩评论

暂无评论...
验证码 换一张
取 消