从开发人员套件连接到 Oracle 数据库
Posted
技术标签:
【中文标题】从开发人员套件连接到 Oracle 数据库【英文标题】:Connect to oracle database from developer suite 【发布时间】:2015-08-14 18:17:03 【问题描述】:我要确定的内容:
使用 Developer Suite 10g 在 Windows 7 机器上开发简单的本地 oracle 数据库我做了什么:
已安装 Oracle Developer Suite 10g 已安装 Oracle 数据库 11g(因为 DevSuite 没有 db) 将ORACLE_HOME
设置为数据库11g 的主路径
从 services.msc 重新启动 OracleService
从Net Configuration Assistant
开始listener
现在我尝试使用Developer Suite
中的Oracle Forms Builder
连接到数据库,但是我得到了TNS: Could not resolve the connect identifier
,因为数据库和DeveloperSuite 是两个不同的应用程序,具有两个不同的tnsnames.ora
。
我可以从它自己的sqlPlus
连接到数据库,但是如何从 DevSuite 的应用程序连接到数据库?
【问题讨论】:
【参考方案1】:终于想通了:
用来自database\product\11.2.0\db_home\hs\admin
的文件覆盖来自DeveloperSuite\NETWORK\ADMIN
的文件tnsnames.ora
【讨论】:
以上是关于从开发人员套件连接到 Oracle 数据库的主要内容,如果未能解决你的问题,请参考以下文章
RazorSQL 和 sql 开发人员无法使用 docker 连接到 Mac 上的 oracle DB
新手 android 开发人员试图连接到 SQL Server 2008