32位PLSQL_Developer连接oracle11g_64位

1、

请将你下载的instantclient-basic-win32-10.2.0.5 文件解压。然后复制到你的数据库安装的文件夹下的producti文件夹下,我的是:

E:\app\Administrator\product。

2、

然后找到两个文件listener.ora和tnsnames.ora我的在E:\app\Administrator\product\11.2.0\dbhome_1\NETWORK\ADMIN里面。都复制到E:\app\Administrator\product\instantclient_10_2的下面。

3、

然后找到你的PLSQL_Developer安装的目录,我的是:

C:\Program Files (x86)\PLSQL Developer

在里面新建一个记事本,写入以下类似代码:

@echo off  set path=E:\app\Administrator\product\instantclient_10_2 set ORACLE_HOME=E:\app\Administrator\product\instantclient_10_2 set TNS_ADMIN=E:\app\Administrator\product\instantclient_10_2 set NLS_LANG=AMERICAN_AMERICA.AL32UTF8 start plsqldev.exe

》》》注意!!!!

我的instantclient_10_2地址是:E:\app\Administrator\product\instantclient_10_2

而你的跟我的可能不一样,所以要修改成你的instantclient_10_2的路径!

写好后,将你的记事本名称改为start.bat然后点击运行。

如果PLSQL Developer没有打开,请仔细检查你上面的步骤和代码是否正确,然后在运行start.bat。

4、

打开PLSQL_Developer后,取消登陆,进入主界面。

1.点击--工具--首选项--连接:

2.把上面的注销改为提交

3.OCI库改为带有instantclient_10_2的路径。

4.应用--确定--关闭PLSQL_Developer重新运行。

 

你可能感兴趣的:(oracle11g)