当前位置: 代码网 > it编程>数据库>Oracle > PL/SQL Developer15和Oracle Instant Client安装配置详细图文教程

PL/SQL Developer15和Oracle Instant Client安装配置详细图文教程

2024年05月26日 Oracle 我要评论
一、下载介质1、oracle instant clientoracle instant client downloads | oracle 中国2、pl/sql developerpl/sql dev

一、下载介质

1、oracle instant client

oracle instant client downloads | oracle 中国

2、pl/sql developer

pl/sql developer - allround automations

free trial - allround automations

二、安装介质。

1、安装plsqldev1504x64.msi。

一路默认下一步。

选择输入许可信息:

产品码:4tqw83ltw4ustkjfftny7wjl7tqv9uscs8
序列号:182522
密码:*************

 一路默认下一步,直到安装完成。

2、安装instantclient-basic-windows.x64-21.10.0.0.0dbru.zip。

解压到自己喜欢的位置即可。

三、配置plsql。

1、配置——>首选项。

2、填写oracle主目录和oci库。

oracle主目录c:\program files\plsql developer 15\instantclient_21_10
oci库c:\program files\plsql developer 15\instantclient_21_10\oci.dll
instantclient-basic-windows.x64-21.10.0.0.0dbru.zip的解压目录。

3、配置oracle环境变量。

4、创建数据配置文件。

①.在instantclient-basic-windows.x64-21.10.0.0.0dbru.zip的解压目录\network\admin,下创建sqlnet.ora文件。

# this file is actually generated by netca. but if customers choose to

# install "software only", this file wont exist and without the native

# authentication, they will not be able to connect to the database on nt.

sqlnet.authentication_services = (nts)

②.在instantclient-basic-windows.x64-21.10.0.0.0dbru.zip的解压目录\network\admin,下创建tnsnames.ora文件。

# tnsnames.ora network configuration file: d:\app\oracle\network\admin\tnsnames.ora
# generated by oracle configuration tools.
tc13 =
  (description =
    (address = (protocol = tcp)(host = 192.168.0.105)(port = 1521))
    (connect_data =
      (server = dedicated)
      (service_name = tc13)
    )
  )
extproc_connection_data =
  (description =
    (address_list =
      (address = (protocol = ipc)(key = extproc1))
    )
    (connect_data =
      (sid = plsextproc)
      (presentation = ro)
    )
  )

注:以上两个文件可参考oracle服务器上的\network\admin\目录下的同名文件进行改写。

5、重启plsql developer 15 (64 bit),登录窗口还是点击取消。

6、配置——>链接,创建新的链接。

填写链接的信息之后,进行测试。

测试成功之后,点击确定即可。

总结

到此这篇关于pl/sql developer15和oracle instant client安装配置的文章就介绍到这了,更多相关pl/sq和oracle instant client安装配置内容请搜索代码网以前的文章或继续浏览下面的相关文章希望大家以后多多支持代码网!

(0)

相关文章:

版权声明:本文内容由互联网用户贡献,该文观点仅代表作者本人。本站仅提供信息存储服务,不拥有所有权,不承担相关法律责任。 如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 2386932994@qq.com 举报,一经查实将立刻删除。

发表评论

验证码:
Copyright © 2017-2025  代码网 保留所有权利. 粤ICP备2024248653号
站长QQ:2386932994 | 联系邮箱:2386932994@qq.com