Questions tagged «oracleclient»

26
提供程序与Oracle客户端的版本不兼容
我试图在ASP.net项目上使用Oracle ODP.NET 11g(11.1.0.6.20)Instant Client作为数据提供程序,但是当我运行aspx页面时,出现“ 提供程序与版本不兼容Oracle客户端错误消息。任何帮助,将不胜感激。 我已经在Visual Studio 2005中引用了数据提供程序,其背后的代码如下所示: using Oracle.DataAccess.Client; .. OracleConnection oOracleConn = new OracleConnection(); oOracleConn.ConnectionString = "Data Source=MyOracleServerName;" + "Integrated Security=SSPI"; oOracleConn.Open(); //Do Something oOracleConn.Close(); 该页面的错误如下所示: Exception Details: Oracle.DataAccess.Client.OracleException: The provider is not compatible with the version of Oracle client Source Error: Line 21: Line 22: Line 23: …

2
Oracle SQL Developer-缺少网格的查询结果窗口
我刚刚从MS sql服务器切换到了Oracle。我使用的查询工具是Oracle SQL Developer。我遇到的问题是我无法获取查询结果窗口。查询结果窗口是结果的网格视图。当我打开一个新的“ sql worksheet”时,它似乎可以任意显示。但不总是。然后,一旦我运行查询,下一次我运行它就会消失。 谁能指出让我保持结果网格活跃的一致方法?非常感谢。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.