PL/SQL Developer 登录 Oracle 12c


安装了Oracle 12c 后使用PL/SQL Developer怎么也不能连接到Oracle 12c。网上找一下,按照fcflying所说的操作成功了,所以做个笔记:


1)安装Oracle 12c 64位

下载地址:http://www.oracle.com/technetwork/cn/database/enterprise-edition/downloads/index.html?ssSourceSiteId=ocomcn

2)安装32位的Oracle客户端( instantclient-basic-nt-12.1.0.1.0)

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

3)安装PLSQL Developer

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

4)将下载的“instantclient-basic-nt-12.1.0.1.0”文件解压得到“instantclient_12_1”文件,将“instantclient_12_1”拷贝到“D:\app\Administrator\product\12.1.0”。(注意本人Oracle安装在D盘)

5)拷贝"D:\app\Administrator\product\12.1.0\dbhome_1\NETWORK\ADMIN\tnsnames.ora"文件到“D:\app\Administrator\product\12.1.0\instantclient_12_1\NETWORK\ADMIN”目录下。这里要说明一下,在“instantclient_12_1”目录下没有“NETWORK\ADMIN”目录结构,所以你得自己手动创建,然后拷贝“tnsnames.ora”文件。

--------------------------------------分割线 --------------------------------------

rlwrap - 解决Linux下SQLPLUS退格、上翻键乱码问题

SQLPLUS spool 到动态日志文件名

Oracle SQLPLUS提示符设置

通过设置SQLPLUS ARRAYSIZE(行预取)加快SQL返回速度

PL/SQL Developer实用技巧分享

--------------------------------------分割线 --------------------------------------

相关内容