E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
oracleclient
System.Data.
OracleClient
需要 Oracle 客户端软件 version 8.1.7 或更高版本
说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 异常详细信息: System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=4.0.0.0,
·
2015-11-11 16:37
version
PowerDesigner 对 Oracle 作 逆向工程
目的 PowerDesigner 15对
OracleClient
11g进行逆向工程 环境 Win7 64位系统 Oracle 11g
OracleClient
·
2015-11-11 14:18
powerDesigner
Oracle 11g client的安装和配置。
将listener.ora和tnsnames.ora中的host中的localhost都改为机器的IP地址,我的为192.168.1.102 而后開始安装
Oracleclient
选择定制,
·
2015-11-11 13:10
oracle
11g
Oracle第三方ado.net数据提供程序
原文地址:http://www.infoq.com/cn/news/2009/06/
oracleclient
_deprecated 这项决定有部分原因是基于目前Oracle的第三方ADO.NET数据提供程序的广泛应用和不断完善
·
2015-11-11 11:09
oracle
.net程序错误:BadImageFormatException....如果在安装32位Oracle客户端组件的情况下以64位模式运行
OracleClient
程序要连oracle数据库,提示如下错误: 数据连接不成功,请检查该数据库是否已启动尝试加载oracle客户端时引发BadImageFormatException.如果在安装
·
2015-11-11 10:36
exception
PowerDesigner 对 Oracle 作 逆向工程
原文 PowerDesigner 对 Oracle 作 逆向工程 目的 PowerDesigner 15对
OracleClient
11g进行逆向工程 环境
·
2015-11-11 09:34
powerDesigner
ADO.Net对Oracle数据库的操作
我们今天主要要学习ADO.NET中
OracleClient
命名空间中的几个常用对象,用这作为对ADO.NET认 识学习的开始。
·
2015-11-11 09:56
oracle数据库
DataTable转换实体类
using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.
OracleClient
·
2015-11-11 08:49
Datatable
Oracle 10g ORA-12154: TNS: could not resolve the connect identifier specified 问题解决!
配置完变量用PL/SQL操作,一切OK .当又安装完ODTwithODAC112030后,问题出现了,用PL/SQL和SQL PLUS登陆时一切正常,但是在ASP.NET中通过微软提供的System.Data.
OracleClient
·
2015-11-11 07:18
ORA-12154
[ASP.NEt] IE6布署NET网站时,Oracle 抛出异常
IE6布署NET网站时,Oracle 抛出异常--LeeWenjie 2006-08-31 异常详细信息: System.Exception: System.Data.
OracleClient
·
2015-11-11 07:20
asp.net
Oracle连接和使用
1.Oracle的连接 需要导入System.Data.
OracleClient
.dll,如果连接需要安装客户端。
·
2015-11-11 06:15
oracle
.net远程连接oracle数据库不用安装oracle客户端的方法
.net远程连接oracle数据库不用安装oracle客户端的方法步骤: 1.添加Sytem.Data.
OracleClient
命名空间。
·
2015-11-11 05:13
oracle数据库
OracleHelper[.Net 连接Oracle数据库的封装类]
using System; using System.Configuration; using System.Data; using System.Data.
OracleClient
; using
·
2015-11-11 05:07
oracle数据库
System.Data.
OracleClient
.OracleCommandBuilder,如何生成UpdateCommand
private IDbCommand BuildUpdateCommand(DataTableMapping mappings, DataRow dataRow) { IDbCommand command1 = this.Initiali
·
2015-11-11 04:38
command
Oracle 11g client的安装和配置。
将listener.ora和tnsnames.ora中的host中的localhost都改为机器的IP地址,我的为192.168.1.102 而后開始安装
Oracleclient
选择定制,
·
2015-11-11 01:29
oracle
11g
复习数据库3
命名空间: System.Data.
OracleClient
程序集: System.Data.
OracleClient
·
2015-11-11 00:01
数据库
解决ASP.NET连接Oracle数据库提示"System.Data.
OracleClient
需要 Oracle 客户端软件 8.1.7 或更高版本"
1. 在 Oracle目录 文件夹上右键 ------- 共享和安全 ------ 安全 ----- 点击“添加”按钮,出现下面的界面 2. 点击“高级” ---- “立即查找”,在下面显示的账户中选择“ NTWORK SERVICE ” ( 注意: IIS6 中 aspnet 的账户是 NTWORK SERVICE ;而在 IIS5 中是 aspnet 。总之,在搜索出的账户中有
·
2015-11-11 00:38
oracle数据库
数据库连接方式
Data Provider(需要安装Oracle客户端) Oracle.NET Data Provider // 导入命名空间 using System.Data.
OracleClient
·
2015-11-11 00:59
数据库连接
解决“System.Data.
OracleClient
需要Oracle客户端软件8.1.7或更高版本”
在服务器端能够正常的访问Oracle数据库,但远程访问该数据库(使用VS 2005,客户端同样是Oracle10g)提示“System.Data.
OracleClient
需要Oracle客户端软件8.1.7
·
2015-11-10 23:53
oracle
System.Data.
OracleClient
需要 Oracle 客户端软件 8.1.7 或更高版本
前言:这个问题在系统重装前遇到过,解决了。后来重装完系统又遇到了,又重新在网上搜索解决。现在做简单整理,也供大家在遇到时解决。 系统环境:winserver2003+oracle10g+vs2005 问题描述:c#web程序在vs环境中直接运行是可以的,但在IIS中浏览就提示上面错误。 原因: 1.虽然报的是需要安装客户端8.1.7及以上版本但是并非这个,而是.net账户没有访问Oracl
·
2015-11-10 21:24
oracle
ASP.NET连接SQL、Access、Excel数据库(二)——连接实例
的程序集名称是System.Data.dll,内有4个命名空间:System.Data.SqlClient、System.Data.OleDb、System.Data.Odbc和System.Data.
OracleClient
·
2015-11-09 12:26
asp.net
类库dll引用不成功问题
Version=1.0.0.0, Culture=neutral,”,因为它对不在当前目标框架“.NETFramework,Version=v4.0,Profile=Client”中的“System.Data.
OracleClient
·
2015-11-09 11:09
dll
ASP.NET访问Oracle数据库的方法
首先,介绍了组件的安装;其次,简单说明了System.Data.
OracleClient
中包含的核心类;最后,通过一个实例讲解了具体的使用方法。
·
2015-11-08 14:08
oracle数据库
dotnet与各种数据库类型对应关系
mark
oracleclient
: parametername 各种数据库参数是不同的,如上表格为对应关系 .net framework type dbt
·
2015-11-08 14:52
数据库
.NET连接Oracle的方法
.NET连接Oracle的方法 方式1:直接利用.NET的oracle驱动连接 引用System.data.
oracleclient
; using System.data.
oracleclient
·
2015-11-08 10:58
oracle
VS2010不能引用System.Data.
OracleClient
解决方法
在使用VS2010的时候有时会带不出System.Data.
OracleClient
这个引用,可以使用以下解决方法: 右击项目的属性,在弹出窗口中有一个“目标框架”下拉框选项,默认会是.NET FRAMWORK
·
2015-11-08 09:45
oracle
.NET Framework 1.1、2.0、3.0、3.5、4.0各版本新增功能
1.1版本 1、ASP.NET移动控件 2、ADO.NET的改动 添加System.Data.Odbc命名空间 新增System.Data.
OracleClient
·
2015-11-07 14:25
framework
iBATIS.NET 学习笔记(十一)
—Oracle SEQUENCE Example using .NET 1.1 System.Data.
OracleClient
-
·
2015-11-07 14:17
ibatis
解决System.Data.
OracleClient
requires Oracle client software version 8.1.7 or greater 问题
今天在连接Oracle的时候碰到一个问题,我的机器装的是Oracle9.2客户端,当在asp.net应用中使用数据访问的组件(调用 System.Data.
OracleClient
)时,程序报“System.Exception
·
2015-11-07 12:48
software
精华:OracleHelper类
/1163823.html System;using System.Configuration;using System.Data;using System.Data.
OracleClient
·
2015-11-07 12:04
oracle
VS2010不能引用System.Data.
OracleClient
解决方法
VS2010不能引用System.Data.
OracleClient
解决方法 在使用VS2010的时候有时会带不出System.Data.
OracleClient
这个引用,可以使用以下解决方法:
·
2015-11-07 12:59
oracle
C#连接oracle数据库操作
1、导入引用System.Data.
OracleClient
.dll文件 2、在头部using System.Data.
OracleClient
; //通过DataSet来读取数据:
·
2015-11-07 12:28
oracle数据库
关于system.data.
oracleclient
/**/ ///这是一个ORACLE 连接数据库存的例子 string connstr = " Data Source=fonny;user=scott;password=tiger &
·
2015-11-07 11:25
oracle
C#操作Oracle 的blob字段使用
OracleClient
比較郁悶的一個事情,為了修改Oracle中兩個數據庫(schema)保證數據一致,需要修改一個字段(BLOB類型)的數據,最開始寫的是 Code OracleConnection conn = new OracleConnection(ConfigurationManager.ConnectionStrings["NEWOracle
·
2015-11-07 11:26
oracle
微軟将从 .NET 4 以后的版本弃用 System.Data.
OracleClient
以及Oracle 的各种连接方法
nbsp; 这是微软官方 ADO.NET Team Blog 去年就公布的消息: http://blogs.msdn.com/adonet/archive/2009/06/15/system-data-
oracleclient
-update.aspx
·
2015-11-07 10:11
oracle
C# VS2010中,用微软自带的System.Data.
OracleClient
来连接Oracle数据库
由于微软在.Net框架4.0中已经决定撤销使用System.Data.
OracleClient
,造成在VS2010中无法连接Oracle数据库,但它还依旧存在于.Net架构中,我们可以通过自己引用 C:
CalvinR
·
2015-11-06 08:00
Entity Framework6 with Oracle(可实现code first)
1.早年的时候,微软自己做的有 System.Data.
OracleClient
。 现在
·
2015-11-03 22:39
EF6
ODP.NET应用之我所见
后有把
ORACLECLIENT
与ODP.NET并用,在查询进用
ORACLECLIENT
,在执行大量数据 INSERT时用ODP.NET,可以达到预想的效果,不错...
·
2015-11-03 22:18
.net
Oracle Developer Tools For Visual Studio的使用
由于微软官方已经声称,不再更新微软.NET自带的
OracleClient
库。微软将从 .NET 4 以后的版本弃用 System.Data.
OracleClient
。
·
2015-11-03 21:17
developer
02.06 外观模式
设计模式——外观模式 需求 .NET程序员大多使用过System.SqlClient、System.
OracleClient
、System.OleDb,尽管针对的数据库不同
·
2015-11-03 21:12
外观模式
Oracle 11g client的安装和配置。
将listener.ora和tnsnames.ora中的host中的localhost都改为机器的IP地址,我的为192.168.1.102 而后開始安装
Oracleclient
选择定制,
·
2015-11-03 20:31
oracle
11g
C# 连接 Oracle 的几种方式
本文转自:http://www.cnblogs.com/storys/archive/2013/03/06/2945914.html 一:通过System.Data.
OracleClient
(需要安装
·
2015-11-02 19:14
oracle
Oracle第三方ado.net数据提供程序
原文地址:http://www.infoq.com/cn/news/2009/06/
oracleclient
_deprecated 这项决定有部分原因是基于目前Oracle的第三方ADO.NET数据提供程序的广泛应用和不断完善
·
2015-11-02 19:49
oracle
数据绑定
connectionString="Data Source=orcl;User ID=qxw;Password=123456" providerName="System.Data.
OracleClient
·
2015-11-02 18:29
数据绑定
数据库-数据绑定
connectionString="Data Source=orcl;User ID=qxw;Password=123456" providerName="System.Data.
OracleClient
·
2015-11-02 18:24
数据绑定
PLSQL 配置连接ORACLE数据库
PLSQL配置登录用户信息 http://www.2cto.com/database/201208/151708.html 配置环境变量 TNS_ADMIN D:\
OracleClient
·
2015-11-02 18:15
oracle数据库
asp.net 连接oracle,报错误“System.Data.
OracleClient
需要 Oracle 客户端软件 8.1.7 或更高版本
1、http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html 下载对用版本的Instant Client Package - Basic Instant client的版本很多:主要是Basic和Basic Lite。 Basic版本包括了所有的支持运行OCI、OCCI、JDBC、J
·
2015-11-02 18:51
asp.net
Oracle ODP.NET 篇
1.C# 使用 System.Data.
OracleClient
连接 Oracle 需要安装 instantclient , 并配置相应环境变量。重启,方可使用。 2.
·
2015-11-02 17:28
oracle
C# 连接 Oracle 的几种方式
一:通过System.Data.
OracleClient
(需要安装Oracle客户端并配置tnsnames.ora)1.
·
2015-11-02 16:45
oracle
Oracle 11g client安装和配置。
将listener.ora和tnsnames.ora中的host中的localhost都改为机器的IP地址,我的为192.168.1.102 而后開始安装
Oracleclient
选择定制。
·
2015-11-02 16:21
oracle
11g
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他