ORACLE 32bit 64bit 安装 卸载教程

  

1.安装ORacle 

  windows 32 bit  下载地址: http://pan.baidu.com/s/1o86cefS 

  windiws  64 bit  下载地址: http://pan.baidu.com/s/1skLUKQp

2.安装PL/SQl developer 

  下载地址:http://pan.baidu.com/s/1c1ReW96

  安装后打开软件  help -> register  注册 软件。

3.问题解决

  Plsql developer 没有开发 64 位版本,所以导致了 64 位用户没法直接连接 oracle 数据库;
  解决办法:

  第一步:下载 32 位 oracle 客户端 instantclient-basic-win32-10.2.0.5, 下载地址:http://pan.baidu.com/s/1jIttb3C 解压到 oracle 根目录\product\下(文件名可随意修改这里用instantclient-basic-win32-10.2.0.5);把oracle 根目录\product\11.2.0\dbhome_1\NETWORK\ADMIN\tanames.ora 文件copy 到 oracle 根目录\product\instantclient-basic-win32-10.2.0.5\NETWORK\ADMIN\tanames.ora 

  第二步:配置 plsql developer 首选项

    安装 plsql developer 注册;打开软件 tools -> preferences  

    

    1.配置 oracle home :oracle 根目录\product\instantclient-basic-win32-10.2.0.5;

    2.配置OCI library :  oracle 根目录\product\instantclient-basic-win32-10.2.0.5\oci.dll;

    第三步:配置环境变量

    1.系统环境变量:TNS_ADMIN:oracle 根目录\product\11.2.0\dbhome_1\NETWORK\ADMIN

    2.NLS_LANG:SIMPLIFIED CHINESE_CHINA.ZHS16GBK 

  以上完成,就可以使用Pl\SQL

  4. 卸载oracle 

    Oracle 卸载:http://jingyan.baidu.com/article/922554468d4e6b851648f4e3.html

posted @ 2016-07-10 17:43  逸足天涯  阅读(600)  评论(0)    收藏  举报