OAF 中,数据库连接文件究竟放置到哪里?
作者: moonsoft(http://moonsoft.itpub.net)发表于: 2007.09.10 15:06
分类: EBS
出处: http://moonsoft.itpub.net/post/15182/394086
---------------------------------------------------------------
获得数据库的链接文件 and place it in the doc (TASK2 )
从Oracle Applications安装节点上下载dbc文件,具体位置在$APPL_TOP/fnd/11.5.0/secure/把这个dbc文件拷贝
到$JDEV_USER_HOMEdbc_filessecure
系统标准文档里面写到
Task 2: Obtain a Database Connection File
Obtain the FND database connection (.dbc) file from the system administrator who installed the OA Framework
database ARU where you want to do your development. Place this file in the
这两个目录有什么关系吗,是从属关系吗,起决定性作用的是哪个
观点:
应该放到哪个目录都行,好像jdeveloper到时候需要你去指定,不是很确定
我的放到$JDEV_USER_HOMEdbc_filessecure
下
GUIDE是说要放到my_html下,但可以调到别的地方,项目里还有引入的一个步骤,没太大影响


