oracle 安装及plsql develop 工具的安装遇到的问题

oracle 官网下载 oracle database 

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

解压file1 和file2   然后合并

如果是win10 系统需要 在  E:\win64_11gR2_database_1of2\database\stage\cvu\cvu_prereq.xml 添加:

<OPERATING_SYSTEM RELEASE="6.2">
           <VERSION VALUE="3"/>
           <ARCHITECTURE VALUE="64-bit"/>
           <NAME VALUE="Windows 10"/>
           <ENV_VAR_LIST>
               <ENV_VAR NAME="PATH" MAX_LENGTH="1023" />
           </ENV_VAR_LIST>
</OPERATING_SYSTEM>

 最后:setup.exe 安装oralce 数据库

plsql develop 工具的安装遇到的问题:

oracle11g 安装后无法登陆 以及make sure you have the 32 bits oracle client installed问题

需要安装32位oracle客户端:http://www.oracle.com/technetwork/topics/winsoft-085727.html 选择instantclient-basic-nt-11.2.0.4.0.zip

解压后安装到plsql develop 目录上方,将oracle 数据库中的

E:\oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN\tnsnames.ora 文件copy

到32位oracle客户端E:\PLSQL\instantclient_11_2目录下

打开plsql 不要登陆 进入界面后 toole---> 首选项--->oracle 连接--->填写oracle_home  和 oci_library

E:\PLSQL\instantclient_11_2;E:\PLSQL\instantclient_11_2\oci.dll

重新登陆即可实现plsql 工具使用。

猜你喜欢

转载自blog.csdn.net/weixin_39209728/article/details/81157891