PLSQL连接Oracle 数据库配置详解

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PLSQL连接Oracle 数据库配置详解相关的知识,希望对你有一定的参考价值。

1. 下载instantclient-basic-win32-11.2.0.1.0

(oracle官网下载地址:http://www.oracle.com/technetwork/topics/winsoft-085727.html , 下载地址2:http://download.csdn.net/detail/czw2010/5732241)

   2. 解压instantclient-basic-win32-11.2.0.1.0并放置在oracle安装目录的product下(放置位置无强制要求,可随意放置),如下图:

技术分享

 

  3. 拷贝D:\\app\\Administrator\\product\\11.2.0\\dbhome_1\\NETWORK\\ADMIN下的tnsnames.ora文件到instantclient_11_2下。

 4. 打开PLSQL Developer,选择Tools -> perference -> Connection,配置其中的Oracle Home和OCI Library项,如下图所示:

技术分享

 

 

 

技术分享

 

 

其中, Oracle Home:D:\\app\\Administrator\\product\\instantclient_11_2

  OCI Library:D:\\app\\Administrator\\product\\instantclient_11_2\\oci.dll

         5.  配置系统环境变量

            右击"我的电脑" - "属性" - "高级" - "环境变量" - "系统环境变量":
            1>.选择"Path" - 点击"编辑", 把 "D:\\app\\Administrator\\product\\instantclient_11_2;" 加入;
            2>.点击"新建", 变量名设置为"TNS_ADMIN", 变量值设置为"D:\\app\\Administrator\\product\\instantclient_11_2;", 点击"确定";
            3>.点击"新建", 变量名设置为"NLS_LANG", 变量值设置为"SIMPLIFIED CHINESE_CHINA.ZHS16GBK", 点击"确定";

 

以上是关于PLSQL连接Oracle 数据库配置详解的主要内容,如果未能解决你的问题,请参考以下文章

PLSQL Developer 连接oracle 看不见数据库

PLSQL连接Oracle数据库问题及详解

plsql能否配置ssl连接oracle

plsql如何配置连接oracle数据库

plsql连接oracle数据库,不用配置任何东西(转)

怎样用plsql 简单连接oracle32位客户端