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
Instantclient
关于Oracle11gR2的相关配置问题
主要是各种连接Oracle的问题1.PL/SQL连接Oracle安装完成Oracle11gR2之后,不需要安装Oracleclient,只需要绿色版
instantclient
,即可以用PL/SQL直接连接
change518
·
2013-11-07 16:00
Wamp_x64安装oracle扩展
折腾了好久的php关于oracle扩展问题终于解决了,网上查找了好多资料大致解决办法有以下三种:一.去Oracle官网下载“
InstantClient
Packag
wuya145
·
2013-11-06 18:24
php
不安装oracle客户端使用plsql
方法是:使用Oracle
InstantClient
连接oracle数据库 1 下载相应的程序, 如是10204的
instantclient
-basic-win32-10.2.0.4.zip (34,742,358
ttl1118
·
2013-11-06 17:00
oracle
plsql
[转]Win7 64位 安装Oracle
instantclient
官方绿色版和PL/SQL Developer 总结
从Oracle官网上,下载
instantclient
-basic-nt-11.2.0.3.0.zip(32位版本)只有50MB,解压后配置好ORACLE_HOME和TNS_ADMIN环境变量即可。
yyjlinux
·
2013-11-04 13:00
oracle
windows
client
plsqldev
使用
instantclient
_11_2 和PL/SQL Developer工具包连接orac...
1,先到Oracle网站下载
InstantClient
:http://www.oracle.com/technology/global/cn/software/tech/oci/
instantclient
benbenming
·
2013-11-04 10:00
不用安装oracle客户端访问数据库
1、下载并解压
instantclient
-basic-win32-11.2.0.1.0.zip压缩包,至一个目录下D:\ProgramFiles。
变质的巧克力LHQ
·
2013-10-31 17:26
VS2010下访问oracle数据库的OCCI配置
下载
instantclient
-basic-nt-11.2.0.2.0,http://www.oracle.com/technetwork/database/features/instant-client
e_wsq
·
2013-10-29 23:00
Windows 下进行 OCCI ( Oracle C++ Call Interface ) 开发
这里采用工具:VS2005 (一)基本设置1.安装好oracle
instantclient
参见帖子:2.vs->工具->选项—》解决方案-》vc++-》包含文件添加: $ORACLE_HOME\oci
e_wsq
·
2013-10-29 23:00
PL/SQL Developer 和
instantclient
客户端安装配置(图文)
1)安装Oracle 11g 64位 2)安装32位的Oracle客户端(
instantclient
-basic-win32-11.2.0.1.0) 下载
instantclient
-basic-win32
lkf009
·
2013-10-29 10:00
developer
使用OCCI连接Linux下Oracle数据库
OCCI对OCI实行了对象级的封装,其底层仍是OCI OCCI连接Linux下的Oracle数据库:1 安装Linux下的oracle客户端2 下载对应的oracle-
instantclient
-basic
e_wsq
·
2013-10-27 15:00
vs2010使用occi连接oracle数据库
1、在oracle网站上下载
instantclient
-sdk-nt-11.2.0.3.0.zip2、在oracle网站上下载
instantclient
-basic-nt-11.2.0.3.0.zip3
e_wsq
·
2013-10-27 15:00
不装Oracle客户端的情况下配置plsql
1,先到Oracle网站下载
InstantClient
: HYPERLINK"http://www.oracle.com/technology/global/cn/software/tech/oci/
instantclient
so1127
·
2013-10-23 08:00
plsql
Oracle图形化管理工具Navicat的配置
使用Navicat for Oracle链接Oracle数据库的操作步骤: 1、首先下载
instantclient
-basic-nt-12.1.0.1.0.zip 和 Navicat_for_Oracle
tianbian.Eileen
·
2013-10-21 14:00
navicat
使用
instantclient
_11_2 和PL/SQL Developer工具包连接oracle 11g远程数据库
本文转自CSDN博客,http://blog.csdn.net/helifengwell/archive/2010/08/18/5820434.aspx 1,先到Oracle网站下载
InstantClient
gsying1474
·
2013-10-09 11:00
oracle
数据库
instantclient
PL/SQL连接64位Oracle数据库
1·下载32位
InstantClient
forMicrosoftWindows(32-bit)2·解压文件到任意文件夹下3·将/oracle_home/11.2.0/dbhome_1/network/admin
馨缘6009
·
2013-10-03 22:00
oracle instant client 安装 libaio.so.1: cannot open shared object file
本地安装oracle
instantclient
,下载,解压,配置环境变量之后,执行sqlplus,报错如下:[root@abc~]#sqlplussqlplus:errorwhileloadingsharedlibraries
edwzhang
·
2013-09-30 14:06
ORACLE
oracle instant client 安装 libaio.so.1: cannot open shared object file
本地安装oracle
instantclient
,下载,解压,配置环境变量之后,执行sqlplus,报错如下: [root@abc~]#sqlplussqlplus:errorwhileloadingsharedlibraries
edwzhang
·
2013-09-30 14:00
(4)打开PL/SQL准备登录的时候出现Could not load "F:\app\USER\product\11.2.0\dbhome_1\BIN\oci.dll"
SQL后,打开的时候出现如下问题:2、网上不少资料说要在pl/sql的安装目录下的default.ini把OCIFile改为对应Oracle安装目录下的路径OCIFile=D:\ProgramFiles\
instantclient
Xuan6251237011
·
2013-09-27 12:00
C++通过OCCI操作Oracle数据库详解
可以自己从官网上下载与自己数据库版本一致的API,地址:http://www.oracle.com/technetwork/topics/linuxsoft-082809.html ;其中包含四个软件包:oracle-
instantclient
-sqlplus
suxinpingtao51
·
2013-09-16 16:00
redhat 5.5安装oracle client
Oracle安装包 oracle-
instantclient
-basic-11.1.0.1-1.i386.rpm oracle-
instantclient
-sqlplus-11.1.0.1-1.i386
gip666
·
2013-09-05 16:00
oracle
ORA-12705: Cannot access NLS data files or invalid environment specified 错误
这里的处理使用官方提供ORALCE工具包
InstantClient
Package!
yangsen251024
·
2013-09-05 14:00
转win8 64位+Oracle 11g 64位下使用PL/SQL Developer 的解决办法
转win864位+Oracle11g64位下使用PL/SQLDeveloper的解决办法1)安装Oracle11g64位2)安装32位的Oracle客户端(
instantclient
-basic-win32
我心飞翔
·
2013-09-02 09:00
在rails 4.0.0 和 ruby 2.0.0 环境下安装 oracle 64位客户端 及其适配器
参考文档oralce
instantclient
x86_6411.2.0.3.0已经发布了,可以直接用64位。
remote_roamer
·
2013-08-28 16:00
oracle Instant Client + PLSQL使用方法
但是又想使用PL/SQL连接远程的ORACEL数据库,那么就下载ORACLE官方的
InstantClient
1.下载地址:http://www.oracle.com/technetwork/topics
quchumin
·
2013-08-28 13:14
oracle
client
使用
instant
tnsnames.ora
远程连接ORACLE
通过sql developer连接linux下的oracle数据库
win7下pldeveloper 去oracle官方网站下载
instantclient
-basic-win32-10.2.0.3-20061115.zip,解压到E盘。
yl497103815
·
2013-08-23 02:29
oracle
sql
链接
developer
php连接oracle数据库
Download:
instantclient
-basiclite-linux.x64-11.2.0.3.0.ziphttp://www.oracle.com/technetwork/topics/linuxx86
拖鞋崽
·
2013-08-20 16:02
oci8
linux学习
php连接oracle数据库
Download:
instantclient
-basiclite-linux.x64-11.2.0.3.0.ziphttp://www.oracle.com/technetwork/topics/linuxx86
拖鞋崽
·
2013-08-20 16:02
oci8
本机不安装Oracle客户端,使用PL/SQL Developer和 Instant Client 工具包连接oracle 11g远程数据库 .
本机不安装Oracle客户端,使用PL/SQLDeveloper和
InstantClient
工具包连接oracle11g远程数据库. 1,先到Oracle网站下载
InstantClient
:http:/
jaray
·
2013-08-15 11:00
在64位机器上使用plSQL连接Oracle的问题(SQL*Net not properly installed)
把文件解压到本地某路径下,如:c:\
instantclient
,在此路径下建立:NETWORK/ADMIN文件夹,在ADMIN文件夹下建立tnsnames.ora文件(路径要一样,即..
heshw
·
2013-08-14 09:28
oracle
pl/sql
64位
developer
not
installed
properly
SQL*Net
oci_connect(): OCIEnvNlsCreate() failed的解决方法
failed.Thereissomethingwrongwithyoursystem-pleasecheckthatLD_LIBRARY_PATHincludesthedirectorywithOracle
InstantClient
librariesin
jaray
·
2013-08-13 11:00
Fatal error: Call to undefined function oci_connect() in
chaxun\rbcx\qkcx\cxqk.phponline10这是关于php连接oracle数据库没有加载;extension=php_oci8.dll ;UsewithOracle10gR2
InstantClient
jaray
·
2013-08-13 10:00
使用PL/SQL Developer远程连接到oracle11g
1,先到Oracle网站下载
InstantClient
:http://www.oracle.com/technology/global/cn/software/tech/oci/
instantclient
IT_小翼
·
2013-08-12 21:00
记录一下oracle客户端与远程服务器的连接配置过程
到oracle下载:
instantclient
-basic-win32-11.2.0.1.0.zip、
instantclient
-sqlplus-win32-11.2.0.1.0.zip
bq_cui
·
2013-08-11 14:00
oracle
ORA-12170
ora-123737:instant client light:unsupported server character set zhs16gbk 关于navicat连接oracle
1、原因:ORA-12737:
InstantClient
Light:unsupportedservercharactersetCHS16GBK Google,解释如下:ORA-12737:
InstantClient
Light
jaray
·
2013-08-07 10:00
oracle客户端安装
不方便oracle提供了:
instantclient
http://www.oracle.com/technetwork/database/features/instant-client/index-097480
aigo_h
·
2013-08-06 17:00
oracle
oracle免安装客户端+plsql配置
oracle数据库客户端提供安装和免安装的下载,这里备忘免安装配置方式[list=1]首先去oracle网站下载
InstantClient
Packagehttp://download.oracle.com
yuxiatongzhi
·
2013-08-06 15:00
oracle
sqlplus
利用oracle instant client,不安装客户端使用plsql远程连接数据库
原文地址:http://www.cnblogs.com/dba001/archive/2011/02/27/1966188.htmlWin764位操作系统下安装oracle客户端遇到了问题,之后尝试了
instantclient
flymanhi
·
2013-07-31 15:45
oracle
client
instant
PLSQL Developer连接win7 64位oracle问题
问题在win7上安装64位oracle11g用工具PLSQLDeveloper连接时发现选择数据库的地方为空解决网上下载
instantclient
-basic-win32-10.2.0.5.zip(百度一搜一大堆
survivals
·
2013-07-30 17:00
plsql
developer
WIN7 64位下安装plsql
首先下载PLSQL和
instantclient
-basic-nt-11.2.0.3.0.zip方法一:解压:
instantclient
-basic-nt-11.2.0.3.0.zip文件夹在其目录中新建文件夹
koudailidexiaolong
·
2013-07-25 14:00
plsql
win7 64位+Oracle 11g 64位下使用PL/SQL Developer 的解决办法
1)安装Oracle 11g 64位 2)安装32位的Oracle客户端(
instantclient
-basic-win32-11.2.0.1.0) 下载
instantclient
-basic-win32
aichixihongshi
·
2013-07-24 22:00
oracle 11g
win7 64位+Oracle 11g 64位下使用PL/SQL Developer 的解决办法
阅读更多1)安装Oracle11g64位2)安装32位的Oracle客户端(
instantclient
-basic-win32-11.2.0.1.0)下载
instantclient
-basic-win32
aichixihongshi
·
2013-07-24 22:00
64 位 win7 使用PLSQL Developer
首先到Oracle官网上下载一个32位的客户端(
instantclient
),一定要下载basic版本的,不要下载basiclite版本的。笔者刚开始
cubuntu
·
2013-07-22 23:00
64位系统使用PL/SQL Developer
二、配置Oracle客户端下载之后将其解压,不要进行安装,然后在
instantclient
_11_2目录下新建两层文件夹\NETWORK\ADMIN,再在ADMIN文
vision22
·
2013-07-22 16:00
developer
PHP5.2 apache2.2 连接oracle9i 解决办法
http://www.cnblogs.com/fromchaos/archive/2009/03/10/1408097.html具体步骤:前提:Apache2.2+php5.2.9已配置OKStep1:
InstantClient
yangsen251024
·
2013-07-18 13:00
win7系统64位plsql的设置
1.
InstantClient
DownloadsforMicrosoftWindows(32-bit)我下载的是:
instantclient
-basic-win32-11.2.0.1.0.ziphttp
backspace
·
2013-07-17 20:00
plsql
ORA-12737: Instant Client Light: unsupported server character set CHS16GBK
ORA-12737:
InstantClient
Light:unsupportedservercharactersetCHS16GBK Google,解释如下:ORA-12737:
InstantClient
Light
tanghuan
·
2013-07-17 16:00
character
64win7+64Oracle+32plsql
1)安装Oracle11g64位 2)安装32位的Oracle客户端(
instantclient
-basic-win32-11.2.0.1.0) 下载
instantclient
-basic-win32-
·
2013-07-13 19:00
oracle
Linux sqlplus远程访问Oracle
2.安装OCI和OCI的SDK在;http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html需要下载:oracle-
instantclient
11.2
joker_zhou
·
2013-07-11 15:00
InstantClient
安装使用
Instantclient
小而够用。这里共享出自己的经验,供同行参考,如果能给你帮助,荣幸之至。
雨打蕉叶
·
2013-07-11 14:00
client
PLSQL Developer连接Oracle11g 64位数据库配置详解
1.下载
instantclient
-basic-win32-11.2.0.1.0(oracle官网下载地址:http://www.orac
夜之子
·
2013-07-10 17:49
数据库
上一页
24
25
26
27
28
29
30
31
下一页
按字母分类:
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
其他