Oracle Client Language Problem】的更多相关文章

If you execute SP in the Oracle client and got the error like this: oracle.xdo.XDOException:   oracle.xdo.XDOException:   oracle.xdo.dataengine.datasource.plugin.DataAccessException:   java.sql.SQLException: ORA-06502: PL/SQL: 数字或值错误 : ch…
部署win服务时出现下面的问题: 在事件查看器中看到如下错误: 日志名称: Application来源: ***调度服务日期: 2014/5/21 12:53:21事件 ID: 0任务类别: 无级别: 错误关键字: 经典用户: 暂缺计算机: ams-webserver描述:Service cannot be started. Achievo.Utility.DataAccess.DbException: Attempt to load Oracle client libraries threw…
Attempt to load Oracle client libraries threw BadImageFormatException. This problem will occur when running in 64 bit mode with the 32 bit Oracle client components installed. ---> System.BadImageFormatException: 试图加载格式不正确的程序. (Exception from HRESULT:…
requirement : connecting to remote oracle server . now I know  the connectionURL :connectionUrl :jdbc:oracle:thin:LUXPRODUCTION/LUXPRODUCTION@//10.8.0.50:1521/PLM16D I don't have to install oracle server in local environment. I need to install plsql…
1. 安装Oracle Client, 访问Oracle站点下载Oracle Database 11g Release 2 Client 或者(直接下载Oracle 11gR2 Client) 2. 下载解压后,点击Setup.exe 3. 安装类型中选择管理员或定制 4. 选择安装语言 5. 指定安装位置 6. 点击完成进行安装 7. 进到安装目录下的:11.2.0\client_2\NETWORK\ADMIN , 新建名称为:tnsnames.oRA 的文件 , 文件内容如下: My_TNS…
oracle10g是服务器,如果本机安装了oracle10g,没有必要安装oracle client,只要配置好DNS,就可以使用plsql devement连接     当然你也可以同时安装oracle10g和oracle client oracle client是客户端,里面有数据库管理工具.配置DNS的工具等,如果本机不是服务器,既没有安装oracle10g,需要安装oracle client才能访问服务器 plsql devement是数据库工具,配置好DNS才能使用plsql deve…
Windows 64位下装Oracle 11g 64位,PLSQL Developer使用出现以下问题: 1.Database下拉框为空: 2.强制输入用户名.密码及Database,登录弹出: Initialzation error Could not initialize "...." Make sure you have the 32 bits Oracle Client installed. OracleHomeKey: OracleHomeDir:... Found:oci.…
解决X64操作系统PL/SQL连接报错问题 make sure you have the 32 bits oracle client installed 说明PLSQL Developer并不支持Oracle 64位客户端连接. 之前在网上找了一个解决方法.不知道是不是我个人电脑的问题,反正行不通,后来我安装了两个oracle 客户端,先安装一个32的,然后把文件留着,用来支持PL/SQL,然后卸载,再安装64的,VS就可以正常使用了! 进入“首选项”(工具-〉首选项),左侧选择Oracle,右…
1. Question description: if you are setting the oracle client to add a local network service,  you may see the dialogue that show you the message (oracle client ORA-12541: TNS: 无监听程序). 2.you can check the listener first, with command (lsnrctl status;…
Windows 64位下装Oracle 11g 64位,PLSQL Developer使用出现以下问题: 1.Database下拉框为空: 2.强制输入用户名.密码及Database,登录弹出: Initialzation error Could not initialize "...." Make sure you have the 32 bits Oracle Client installed. OracleHomeKey: OracleHomeDir:... Found:oci.…
修改Oracle Client的字符集 找到注册表 HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_OraDb10g_home1下的 NLS_LANG,修改键值为SIMPLIFIED CHINESE_CHINA.ZHS16GBK(要与服务端保持一致) 该完后即生效.…
安装完ASP.NET,Oracle9i客户端后,使用System.Data.OracleClient访问Oracle数据库如果出现这种错误:System.Data.OracleClient requires Oracle client software version 8.1.7 or greater. 原因Oracle 9i Release 2 客户端在安装到Windows的NTFS分区下时的安全认证设置不正确,引起本机的Authenticated Users用户无法看到ORACLE_HOME…
服务器重启后,数据库登录信息为空 错误信息: ---------------------------(Not logged on) - PL/SQL Developer---------------------------Initialization errorCould not initialize "D:\app\Administrator\product\11.2.0\dbhome_1\bin\oci.dll"Make sure you have the 32 bits Orac…
如果在一台电脑中同时安装oracle的客户端和服务器端软件, 一定要先安装oracle database 服务端,并进行相应的配置 listener.ORA. 然后再去安装oracle client 客户端,再进行 tnsname.ora的配置,本地连接等. 设置系统环境变量.ORACLE_HOME 由于本机安装了,oracle11g database ,oracle 10g client . 一定要设置oracle_HOME 变量值设为:D:\app\deng\product\11.2.0\d…
原因是Oracle Client 11g版本不支持最新的Win10系统. 打开Oracle Client 11g安装包目录:\client\stage\cvu 编辑该目录下的两个xml文件:oracle.client_InstantClient.xml和cvu_prereq.xml <OPERATING_SYSTEM RELEASE="6.2"> <VERSION VALUE="3"/> <ARCHITECTURE VALUE=&quo…
好好的程序,突然出现了错误,原因是:System.Data.OracleClient requires Oracle client software version 8.1.7 or greater,很是奇怪 服务器上的oracle明明是10g,程序出错就也不提示8.1.7啊,百度了一下,发现有解决方法如下: 原来当Oracle 9.2运行在NTFS的分区上时,对于某些非administrator组的用户,ORACLE_HOME 目录是不可见的,而在windows server 2003下asp…
不多说,直接上干货! 环境说明: 本地没有安装Oracle服务端,oracle服务端64位,是远程连接,因此本地配置PLSQL Developer64位. Oracle database使用在本机部署数据库的实体.用于创建数据库实例. Oracle client是用于连接其他机器的数据库,现在有免安装版本和PL/SQL配合使用的版本. Navicat是非常强大的,简洁的数据库可视化工具.而且可以适配多种数据库,使用非常方便. 需要下载: 1.oracle64位客户端instantclient  …
安装PL/SQL8.4后,连接数据库 提示错误Initialization error Oracle client not properly installed 解决方案: 1.下载instanceclient并解压 2.打开PL/SQL,在连接数据库的界面点击Cancel按钮进入PL/SQL的界面 3.Tools->Perferences->Oracle->Connection 在OCI librariy(empty is autodetect)中填入之前解压的instanceclie…
Oracle Client安装报错:引用数据不可用于验证此操作系统分发的先决条件 http://tunps.com/p/11797.html 原因是Oracle Client 11g版本不支持最新的Win10系统. 打开Oracle Client 11g安装包目录:\client\stage\cvu 编辑该目录下的两个xml文件:oracle.client_InstantClient.xml和cvu_prereq.xml <OPERATING_SYSTEM RELEASE="6.2&quo…
  plsql oracle client没有正确安装(plsql连接远程数据库) CreateTime--2018年4月23日16:55:11 Author:Marydon 1.情景再现 2.问题解析 本机没有安装oracle数据库,所以plsql启动不起来. 3.解决方案 本地在不安装oracle数据库的情况下,可以通过instantclient_10_2实现,步骤如下: 将instantclient_10_2拷贝到plsql的安装目录下-->复制oci.ll的绝对路径 打开plsql,不输…
今天遇到个软件要求安装oracle client端,于是考虑装精简版本的,就从http://www.oracle.com/technology/software/tech/oci/instantclient/index.html下载了instantclient-basic-win32-10.2.0.4.zip(当然你也可以下载其他版本或操作系统的client,如x86.x64,linux等),该版本支持多种语言的.虽然最终精简版是安装成功了,但是该软件还是没有办法使用,估计精简版中没有软件需要的…
安装好Oracle Client以后没有tnsnames.ora文件 安装完Oracle Client以后,发现相应目录中没有tnsnames.ora文件,其实只要手动建立一个就可以了.在 oracle安装位置\product\11.2.0\client_1\network\admin 目录下,建立一个tnsnames.ora,内容如下: TEST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 服务端IP地址)(PORT = )) (CO…
https://forums.toadworld.com/t/ora-01882-when-i-want-to-view-records-con-dba-scheduler-jobs-toad-10-6/30001 HiI wANT to view records from DBA_SCHEDULER_JOBS but it shows me this error select * from SYS.DBA_SCHEDULER_JOBS t*Error at line 1ORA-01882: n…
(一)安装Oracle client 环境:windows7 64-bit.oracle client 64-bit (1)解压client安装包 (2)双击setup.exe,选择管理员,一直next (3)执行先决条件检查,有的电脑在状态栏会出现“Failure”的情况,点击右上角的“全部忽略”即可 (4)点击完成 (5)开始安装 (6)完成关闭 (7)可在所有程序中发现我们已经安装的client (二)配置Oracle client 完成Oracle client的安装之后,我们使用客户端…
静默安装oracle clint比较简单,修改instantclient.crsp文件的几个位置即可 [root@localhost ~]# vi /etc/oralnstloc inventory_loc=/u01/app/oralnventory/inst_group=oinstall[root@localhost ~]# chmod 664 /etc/oralnstloc 2 修改rsp文件[oracle@localhost response]$ pwd/u01/oracle/client…
System.Data.OracleClient requires Oracle client software version 8.1.7 or greater解决方案 一.问题: 1.通过System.Data.OracleClient(需要安装Oracle客户端并配置tnsnames.ora) 2.权限问题,无法访问oracle目录下的bin文件. 二.解决方案: 1.客户端未安装: 在oracle官网下载相应的客户端应用包,官网地址:http://www.oracle.com/index…
一.新建Oracle脚本存储目录并上传文件 [root@A04-Test-172]# mkdir -p /tmp/instance_oracle #新建存储目录 [root@A04-Test-172 install_oracle]# lltotal 4452872-rw-r--r-- 1 root root 8752 Apr 26 08:24 client_install.rsp-rwxr-xr-x 1 root root 3880 Apr 26 09:16 install_oracle_2.s…
本文转自:http://www.dotblogs.com.tw/shadow/archive/2011/11/08/54759.aspx 開發環境:本機(Win XP)的ASP.net 4 WebSite,使用System.Data.OracleClient 命名空間下的物件 存取遠端機器的Oracle資料庫,本機網站執行後出現如下圖的錯誤 System.Data.OracleClient 需有 Oracle 用戶端軟體 version 8.1.7 或以上版本. 照著此篇[ DB ] Oracl…
 一.安装 链接: https://pan.baidu.com/s/1Yph6hiNkCJsApAzu_Vx2ew 提取码: r9ye 二.配置 1.控制面板\所有控制面板项\管理工具\数据源(ODBC) 注:odbc 分 64 位和 32 位的 2.测试 ODBC 连接 Oracle 数据库  点击 ODBC,在“用户 DSN”页签下点击添加按钮 找到对应安装的 Oracle client 客户端,点击完成即可. 添加数据源配置 TNS service Name:为配置文件中的数据库地址,端口…
使用python连接Oracle,出现如下错误: DPI-1047: Cannot locate a 64-bit Oracle Client library: "The specified module could not be found". See https://oracle.github.io/odpi/doc/installation.html#windows for help 解决方案:**1.**需要安装Oracle Instant Client(安装与服务器端Orac…