用于兼容framework4.0对于Oracle不支持的问题。
2024-04-22 20:14:57 56KB OracleClient
1
plsqldev 配置 客户端用
2023-02-07 23:45:00 44.63MB plsqldev 12 oracleclient
1
using System.Data.OracleClient; String str = "Data Source=数据库名_服务器的IP地址;User ID=***;Password=******;Unicode=True";//定义一个字符串用来保存连接数据库的字符串 OracleConnection con = new OracleConnection(str);//定义数据库的字符串 OracleCommand cmd = con.CreateCommand();//定义连接数据库的命令 cmd.CommandText = "select * from student";//定义对数据库操作的SQL语句 con.Open();//打开连接
2023-01-28 10:12:31 202KB VS2010 C# OracleClient
1
开发操作Oracle数据库的WebService时,会出现未能加载 System.Data.OracleClient.dll的错误,本文详细叙述了解决办法。
2023-01-19 11:03:24 431B dll未能加载
1
通过这个教程可以很快的解决,ADO.NET访问oracle的问题
2022-12-06 17:13:17 190B 需要 Oracle 客户端软件 8.1.7
1
Oracle客户端工具,32位,11.2.0.1.0版本
2022-09-07 19:03:49 34.08MB oracleclient 11.2.0.1.0
1
Oracle64位客户端工具11.2.0.1.0版本,绿色免安装,navicat工具链接oracle加载这个版本没有问题,亲测可用
2022-09-07 19:03:47 36.96MB Oracleclient 11.2.0.1.0 64位 绿色免安装
1
解决"Initialization error 不能初始化oci.dll 你确认已经安装了64位Oracle Client吗",需要64位的instantclient_11_2
1
PLSQL报错:can not initialize oci.dll Make sure you have the 64 bits Oracle Client installed
2022-06-22 18:05:15 48.7MB oracleclient windows 64位
1
下载后可以只有使用plsql连接远程数据库,无需本地安装oracle客户端
2022-04-19 18:05:27 82.95MB oracle plsql oracleclient
1