当前位置:网站首页>Navicat for Oracle Cannot create oci environment
Navicat for Oracle Cannot create oci environment
2022-07-29 05:25:00 【hljqfl】
Navicat for Oracle Cannot create oci environment
使用 Navicat for Oracle 来管理Oracle
意思是不能创建oci环境
我们需要对 Navicat for Oracle 做一下配置
依此选择 Tools ->Options-> Miscellaneous -> OCI

OCI library “D:\Program Files\PremiumSoft\Navicat for Oracle\instantclient_10_2\oci.dll”
修改 为 “D:\oracle\ora92\bin\oci.dll”

重新启动 Navicat for Oracle

选择 Advanced 将 Role “Default”
修改为 “SYSDBA”
点击 OK
ORA-12514:TNS:监听进程不能解析在连接描述符中给出的SERVICE_NAME
只要去修改以下tnsnames.ora文件就可以了
ORCL =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = "host")(PORT = "port"))
)
(CONNECT_DATA =
(SID = "databasename")
(SERVER = DEDICATED)
)
)
其中把引号部分进行相应的替代就可以了
边栏推荐
- Dynamic planning summary
- 【Leetcode刷题】数组3——分治
- 无符号右移
- clickhouse 导入CSV失败 不报错但是无数据
- LeetCode #1.两数之和
- Leetcode 35. search insertion location
- Markdown and typora
- [beauty of software engineering - column notes] 16 | how to write project documents?
- Traditional model predictive control trajectory tracking - wavy trajectory (function package has been updated)
- 文件系统一
猜你喜欢

LeetCode #13. 罗马数字转整数

FTP的两种模式详解

scanBasePackages扫包范围配置

Official tutorial redshift 05 system parameter detailed explanation

LeetCode #26.删除有序数组中的重复项

NoClassDefFoundError 处理

官方教程 Redshift 02 4中GI引擎概述及总结

Eight sorts --------- quick sort

Overview and summary of GI engine in redshift 024, the official tutorial

LeetCode #3.无重复字符的最长子串
随机推荐
动态规划总结
synchronized八锁现象理解
Overview and summary of GI engine in redshift 024, the official tutorial
ML10 self study notes SVM
Official tutorial redshift 04 rendering parameters
Leetcode 19. delete the penultimate node of the linked list
Mathematical modeling experience
Official tutorial redshift 03 parameters and general instructions of various GI
【Leetcode刷题】数组1——双指针
官方教程 Redshift 08 Light
c语言面试准备一(谈谈理解系类)
UE4 高光官方参考值
官方教程 Redshift 01 基础理论知识和基础特性学习
Abstract classes and interfaces
[beauty of software engineering - column notes] 14 | project management tools: all management problems should be considered whether they can be solved by tools
OSPF理论介绍
Unity中简单的cubecap+fresnel shader的实现
Ue5 light shadow basic shadow full resolution sawtooth shadow solution lumen
MySql-面试题
Leetcode 189. rotation array