linhuaming

1.instantclient 下载并解压

instantclient 下载地址 https://www.oracle.com/technetwork/cn/database/features/instant-client/index-092699-zhs.html

下载完后,直接解压 instantclient.zip 

2.plsql 配置 oracle Hoem 、OCI Library 路径

进入plsql 界面,选择Tools后 ,点击Preferences ,如下图所示

接着 点击Connection   配置 oracle Home 、 OCI Library ; 如图所示

oracle Home = D:\Program Files (x86)\instantclient_12_2   (刚才insantclient 解压的路径)

OCI Library = D:\Program Files (x86)\instantclient_12_2\oci.dll  (instantclient 目录下的oci.dll 文件)

3.plsql 连接oracle

提示:Database 这里很重要 ,填写的是 ip:端口/数据库服务名

例子:192.168.0103:1521/orcl

转载注明出处https://www.cnblogs.com/linhuaming/p/9960578.html 

分类:

技术点:

相关文章:

  • 2021-09-27
  • 2021-08-05
  • 2021-11-14
  • 2021-10-10
  • 2021-08-05
  • 2021-11-12
  • 2021-11-18
  • 2021-09-13
猜你喜欢
  • 2022-01-01
  • 2021-05-09
  • 2021-08-05
  • 2021-04-24
  • 2021-09-19
  • 2021-08-19
  • 2021-05-12
相关资源
相似解决方案