【发布时间】: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 的应用程序连接到数据库?
【问题讨论】: