本人机器安装了Visual Studio 2010和Oracle 10g服务端,在学习EF过程中,发现添加ADO.NET实体数据模型时,缺少Oracle数据库驱动,差了相关资料说是要安装ODAC驱动,所以就安装了Oracle 11g的ODAC驱动。 安装完成以后,用PL/SQL登录测试原有的数据库,竟然提示“TNS:无法解析指定的连接标识符”错误。 查了相关资料: 首先: ...
1、不安装客户端也能访问服务器上的oracle(假设Application Server与DB Server 分开) 2、不需要安装ODAC 3、不需要配置TnsNames.Ora文件 缺点: 不能使用odac for .net中对应的工具 步骤: 如果不安装Oracle11g的客户端则需要在程序的debug目录下拷贝如下几个dll文件 oci.dll oracle.dataaccess.dll oraops11w.dll or...
1、ORA-12560:TNS:协议适配器错误 OracleService<SID>服务没有启动 2、 ORA-12541:TNS:无监听程...
在工程中引入命名空间(而不需要引入System.Data.OracleClient,而是Oracle.DataAccess.dll或者Oracle.ManagedDataAccess.dll): 1usingOracle.DataAccess.Client;2usingOracle.DataAccess.Types; 测试代码: 1stringconnecitonString =@"Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=172.21.3.34)(PORT=1521))(CO...
客户端:oracle11g,我下载的是ODAC 11.2 Release 4 and Oracle Developer Tools for Visual Studio (11.2.0.3.0),oracle10g可以安装,但是里面缺少自定义类型的对应对象,且只支持vs2003和vs2005,所以我选择用的是oracle11g的版本ODAC 11.2 Release 4 and Oracle Developer Tools for Visual Studio (11.2.0...
1.ODAC的安装 服务器端:0racle10g,11g都行 客户端:oracle11g,我的是ODACRelease4andOracleDeveloperToolsforVisualStudio(),oracle10g可以安装,但是里面缺少自定义类型的对应对象,且只支持vs2003和vs2005,所以我选择用的是oracle11g的版本ODACRelease4andOracleDeveloperToolsforVisualStudio(),地址 html ...
If you have more than one Oracle Home installed on the same machine (e.g. Oracle 10g Release 2 client and Oracle 11g Release 2 client), by installing the Oracle 11.2 client, OUI will establish this client as the Oracle Home all your existing applications will use. For more information on...
oracle组建:ODAC112021Xcopy_x64,在开发机上,不用安装oracle的客户端等开发 2015-06-04 15:29 − 配置的应用程序为x64的应用程序,以下解决方案是为了连接远程服务器上的oracle 11g 的解决方案。 下载地址:http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html 下载版本:64-bit...
If you have more than one Oracle Home installed on the same machine (e.g. Oracle 10gRelease 2 client and Oracle 11gRelease 2 client), by installing the Oracle 11.2 client, OUI will establish this client as the Oracle Home all your existing applications will use. For more information on us...
1、不安装客户端也能访问服务器上的oracle(假设Application Server与DB Server 分开) 2、不需要安装ODAC 3、不需要配置TnsNames.Ora文件 缺点: 不能使用odac for .net中对应的工具 步骤: 如果不安装Oracle11g的客户端则需要在程序的debug目录下拷贝如下几个dll文件 ...