navicat连接oracle数据库报ORA-28547: connection to server failed, probable Oracle Net admin error错误的解决方法

原文:navicat连接oracle数据库报ORA-28547: connection to server failed, probable Oracle Net admin error错误的解决方法

navicat是通过oracle客户端连接oracle服务器的. oracle的客户端有两种,一种标准的客户端安装程序,下载地址:

http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html

而另外一种就是一种“简洁版本”的客户端,叫Oracle Instant Client,简称oci,下载地址:

http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html

navicat通常会在自己的安装路径下包含某个版本的OCI,

如果使用navicat连接Oracle服务器时出现ORA-28547错误,

多数是因为navicat本地的OCI版本与Oracle服务器器不符造成的。

解决方法就是去OCI的下载页面

http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html

选择一个与服务器相同版本的安装到本地,

这里是一个安装文档 http://wiki.navicat.com/wiki/index.php/Instant_client_required

在这个文档里有一点要特别注意:Download the appropriate Instant Client packages for your platform (must be 32-bit version, even you are using 64-bit Windows)

就是说:不管你的机器是不是32位的,都必须下载32位的OCI!

时间: 2024-10-12 15:38:22

navicat连接oracle数据库报ORA-28547: connection to server failed, probable Oracle Net admin error错误的解决方法的相关文章

用Navicat连接Oracle数据库时报错ORA-28547:connection to server failed,probable Oracle Net admin error

用Navicat连接Oracle数据库时出现如下错误 上网一查原来是oci.dll版本不对.因为Navicat是通过Oracle客户端连接Oracle服务器的,Oracle的客户端分为两种,一种是标准版,一种是简洁版,即Oracle Install Client.而我们用Navicat时通常会在自己的安装路径下包含多个版本的OCI,如果使用Navicat连接Oracle服务器出现ORA-28547错误时,多数是因为Navicat本地的OCI版本与Oracle服务器服务器不符造成的.所以我们要做的

Navicat报错-ORA-28547:connection to server failed,probable Oracle Net admin error

重装完系统之后,新装完Navicat之后,在连接oracle数据库的时候,出现如下报错: ORA-28547:connection to server failed,probable Oracle Net admin error,截图如下: 问题原因:重装系统之后,需要先安装oracle客户端,我们把oracle客户端安装之后,看看是否还会存在这个问题 注意:如果你是在您本机装的oracle,然后访问本机的数据库,是不需要再额外安装客户端了,因为oracle服务器就会带有客户端 1.oracle

ORA-28547:connection to server failed, probable Oracle Net admin error错误,解决方法

当用navicat连接oralce数据库时报ORA-28547错误时,直接懵逼了,上网查了资料说是navicat自带的oci.dll文件的版本和服务器端的oralce数据库的版本不一致造成的. 修改OCI地址为安装目录中的oci: D:\app\Administrator\product\11.2.0\dbhome_1\bin\oci.dll 原文地址:https://www.cnblogs.com/chuancheng/p/8458253.html

navicat连接oracle报错“ORA-28547:connection to server failed,probable Oracle Net admin 解决办法

原因是: oci.dll的版本不对需要 Instant clientWindows 安装说明 为你的平台下载相应的 Instant Client 包(即使你使用的是 64-bit Windows,都必须是 32-bit 版本的 Instant Client).所有安装需要 Basic 或 Basic Lite package. 注意:        Oracle 9i 或以上,你需要 Instant Client 11 或以下        Oracle 8 和 8i 服务器,你需要 Insta

Oracle学习笔记4 使用Navicat for Oracle 连接Oracle时出现错误:ORA-28547: connection to server failed, probable Oracle Net admin error

出问题到的机器环境: Oracle 11gR2 64bit Navicat for Oracle 11.0.10 根据网上一些大神的做法及个人的一些推测,总结如下: 问题出现的原因:Navicat与Oracle的位数不一致,前者32bit,后者64bit 网上的一些没有起效的做法: 1.修改Oracle中的listener.ora 或者tnsname.ora等配置文件,未能生效: 2.使用Oracle中的oci.dll替换Navicat中的oci.dll,会出现“cannot load oci.

Navicat 连接MySQL数据库 报错2059 - authentication plugin 'caching_sha2_password'的解决办法

#在数据库的命令行中输入以下代码即可解决,密码必须要修改 可以再次执行将密码改回来. use mysql; ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'; Navicat 连接MySQL数据库 报错2059 - authentication plugin 'caching_sha2_password'的解决办法 原文地址:https://www.cnblogs.com/liuha

SVN报Previous operation has not finished; run 'cleanup' if it was interrupted错误的解决方法

做着项目突然SVN报Previous operation has not finished; run 'cleanup' if it was interrupted,进度又要继续,烦.百度一下发现很多解决方案,自己马上尝试的解决,还有点意思,记录一下. 1.下载sqlite3.exe    2.找到你项目的.svn文件,查看是否存在wc.db 3.将sqlite3.exe放到.svn的同级目录 4.启动cmd执行sqlite3 .svn/wc.db "select * from work_que

在Eclipse中执行Andorid test preject提示The connection to adb is down, and a severe error has occured.解决方法

启动android模拟器时.有时会报The connection to adb is down, and a severe error has occured.的错误.在网友说在任务管理器上把所有adb.exe关闭掉.重启eclipse.但试过不管用.所以在外国网站上找到一种可行的方法: 1.先把eclipse关闭. 2.在管理器转到你的android SDK 的platform-tools下, 如图: 3.键入adb kill-server ,如果adb关闭了会提示 server not ru

The connection to adb is down, and a severe error has occured. 解决方法汇总和自创方法

转载请注明出处:http://write.blog.csdn.net/postedit/39249761 昨天更新了sdk的版本后先是出现了sdk要求版本和adt版本不符合的错误,然后解决了之后又出现运行android程序启动模拟器出现以下错误: The connection to adb is down, and a severe error has occured. [2010-03-11 09:36:56 - HelloOPone] You must restart adb and Ecl