PL/SQL Developer Initialization erro

PL/SQL Developer
---------------------------
Initialization error
SQL*Net not properly installed

OracleHomeKey: 
OracleHomeDir:

 

 

(方法一)下载 ok!

http://download.csdn.net/detail/reginadeng/5857081#comment 

 

(方法二)官方下载

下载32位客户端,配置进navicat中

下载地址:http://www.oracle.com/technetwork/topics/winsoft-085727.html 

第1步:在上述地址中下载文件:instantclient-basic-nt-11.2.0.3.0.zip

第2步:解压此安装包,并将解压出的文件合并到:D:\app\David\product\instantclient_11_2

第3步:打开Navicat,选择工具→选项→其他→OCI,

设置OCI library为:D:\app\David\product\instantclient_11_2\oci.dll

设置SQL *plus为:D:\app\David\product\11.2.0\dbhome_1\BIN\sqlplus.exe

点击确定。

第4步:测试成功。

 

 

 

 

pl/sql> Tools>Preferences>Oracle>Connection> like this. then is ok!!

OracleHomeKey: D:\appOracle\Administrator\product\11.2.0
OracleHomeDir:D:\appOracle\instantclient-basic-nt-11.2.0.3.0\instantclient_11_2\oci.dll

 D:\app\Administrator\product\11.2.0\dbhome_1\BIN\oci.dll

 D:\oracleapp\Administrator\product\11.2.0\client_1\instantclient\oci.dll

 

 

也可以在pl/sql的安装目录下D:\Program Files (x86)\PLSQL Developer\Preferences\Administrator\default.ini

[Preferences]
CheckConnection=True
SelectedHome=D:\appOracle\Administrator\product\11.2.0
OCIFile=D:\appOracle\Administrator\product\11.2.0\dbhome_1\bin\oci.dll

改成自己在路径。

 

 

oracle 配置监听程序

Net Configuration Assistant

 

system,127.0.0.1:1521/orcl

来源:http://www.cnblogs.com/cb168/p/5238548.html


智能推荐

PL/SQL developer登录问题

登录的时候Warning提示:Using a filter for all users can lead to poor performance!进去后写SQL是无法执行,按钮是灰色的如图所示: 需要说明的是出现这警告和Oracle配置是没有关系的。 解决方法: Tools/Object browser filter/my objects,然后选中出现的对话框中的default,点击确定。退出重启...

解决PL/SQL Developer过期

方法/步骤1: 首先,登陆PL/SQL Developer,会出现这种情况,如图所示,就是PL/SQL Developer要到期了,或者已经到期了。                     方法/步骤2: 紧急处理办法是,输入指令“regedit”打开注册表,如图所示 &nb...

pl/sql developer job创建

点击pl/sql developer工具,点击job右键创建,如下图 其中: What ——作业执行时将要调用的存储过程; Next date ——下一次作业执行时间; Interval ——作业执行时间间隔,这个参数涉及到Next date的值,Next是按照Interval 例如: 上图what项只填写了执行的任务名称,还...

PL / SQL Developer工具安装

This tutorial will guide you to install the PL/SQl developer tool on your computer. As we now know, PL/SQL is Oracle’s proprietary and is an extension of SQL. There are two ways to execute PL/SQ...

关于登录PL/SQL Developer

如果是本机的oracle数据库,ip就为127.0.0.1,数据库名看tnsname.ora文件 username:用户名; password:用户名密码; database:数据库IP:端口/库名 例如我自己的就是 SCOTT password 127.0.0.1:1521/orcl...

猜你喜欢

使用PL/SQL Developer登录Oracle的时候出现ORA-01033:ORACLE initialization or shutdown in progress错误导致无法登录

最近想学习ORACLE,但是在使用PL/SQL Developer登录的时候却出现ORA-01033错误,导致登录失败,使用ORACLE自带的 SQL Plus也登不上去。在网上查询,说是可能误删了某个文件导致的,解决办法就是在电脑管理中的本地用户和组中重新对ORACLE进行分组,但是我电脑的系统是win10家庭中文版的,没有该项功能,很尴尬!实在不行就只能卸载重新安装了,但是安装ORACLE很繁...

PL/SQL initialization error could not initialize

PL/SQL initialization error could not initialize 我在电脑上安装了Oracle11 64位的,使用CMD可以完美连接数据库并进行SQL操作,之后用PL/SQL登录却遇到如图问题。 出现这一问题的原因:安装完后Oracle的 oci.dll 是64位的,而32位应用程序 PLSQL Developer 无法加载。 解决方案:在网上查找解决方案,百度博客...

PL/SQL Developer sql语句自动生成

自动替换:快捷输入SQL语句,例如输入s,按下空格,自动替换成SELECT;再例如,输入sf,按下空格,自动替换成SELECT * FROM,非常方便,节省了大量的时间去编写重复的SQL语句。 设置方法:菜单Tools–>Preferences–>Editor–>AutoReplace(自动替换)–>Edit 1)、建立一个文...

一招解决 MySQL Access denied for user root@localhost

打开mysql.ini配置文件 找到[mysqld],在下面添加skip-grant-tables,如下图 然后重启MySQL服务 cmd 进入MySQL 的bin 目录下 输入命令:mysql -u root -p 出现Enter password 按下回车键 然后输入use mysql 然后输入:update user set authentication_string=password(&l...

贝叶斯算法

主要应用在新闻分类,文本分析,反正跟文本之类的归类都可以 数据统计学处理的信息 总体信息:当前总体样本符合某种分布.比如抛硬币二项分布.学生的某一科的成绩符合正太分布. 样本信息:通过抽样得到的部分样本的某种分布 抽样信息 = 总体信息 + 样本信息   先验信息:抽样之前,有关推断问题中未知参数的一些信息,通常来自于经验或历史资料. 基于总体信息 + 样本信息 + 先验信息进行统计推断...

问答精选

Javafx No toolkit found

I have been able to run my javafx program for the past few months. A couple nights ago it stopped working. There doesn't seem to be an issue compiling. I have been able to create executable jars and t...

How to import an XML schema into the "no namespace"

I have a schema here where I am trying to include/import another schema that has no namespace (and this cannot be changed because it comes from another vendor and it would no longer validate their XML...

Hide/show cells in UITableView?

I have create a UITableView in IB. This view contains 5 sections and every section some cells. The first cell in some sections gives the option to the end user to show/hide the rest of the cells that ...

How can javascript return a query parameter to client

Can javascript act like a web service and return a parameter value received in a query string to the client that posted the query? I am trying to return a query parameter in C# with no success. For ex...

Running Grunt within a Node.js/Express application

I have a Node.js/Express.js application that is structured the way it comes out-of-the-box using So, it roughly looks like this: How it works right now is that there are .hjs (Hogan) files in /views/ ...

相关问题

相关文章

热门文章

推荐文章

相关标签

推荐问答