Plsql Developer 登录 Oracle 12

安装了Oracle 12 后使用PLSQL Developer怎么也不能连接到Oracle 12。网上找一下,按照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/1o63Clpo

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”文件。

参考文献:

http://www.itpub.net/thread-1815972-1-1.html

猜你喜欢

转载自yeshuang.iteye.com/blog/2079642