1, 修改CONTEXT_FILE
首先在EBS server创建应用的目录如下:
mkdir -p $APPL_TOP/demo/12.0.0修改CONTEXT_FILE, 添加应用的配置信息:
<DEMO_TOP oa_var="s_demotop" oa_type="PROD_TOP" oa_enabled="FALSE">2, 修改$APPL_TOP/admin/applprod.txt添加如下行
/d01/oracle/VIS/apps/apps_st/appl/demo/12.0.0
</DEMO_TOP>
demo 200083, 修改$APPL_TOP/admin/topfile.txt添加如下行
demo /d01/oracle/VIS/apps/apps_st/appl4, 停掉应用, 运行adconfig脚本
cd $AD_TOP/bin5, 修改applprod.txt
./adconfig.sh
- 找到"END OF PRODUCT LIST", 在该行前面添加如下文本
# ##################################################
# DEMO Customer Application
# ##################################################
#
# application id, abbreviation, shortname, prefix
20008 demo DEMO APP
# multiple product installations for msob, "controlled release", shared only
# optional fourth field is "stub product". default is No
No No No No
# multilingual, has NLADD.sql
Yes Yes
# install oracle id, default ORACLE username, default ORACLE password
20008 DEMO01 DEMO01
# concurrent conflict set id (logical database id)
0
# minimum version you can upgrade from, for shared and for fully-installed
12.0 12.0
# shared products
# FND, AK, AX and AZ are required for this section
# For example:
# fnd ak ax az gl inv po ap fa ar oe as per pay mfg bom eng mrp crp wip pa
# If you list a product in the set-to-install or required-as-installed
# sections below, you MUST also list the product as a shared product
fnd demo
# product libraries needed for "make -f.mk all"
# For example: fnd alr gl rg
none
# when install this product, set these other products to install
# This is the set-to-install section
# AK, AX and AZ are required for this section
# For example: ak ax az rg
# This section must exactly match the required-as-installed section
none
# requires that these other products are fully installed or installing
# This is the required-as-installed section
# AK, AX and AZ are required for this section
# For example: ak ax az rg
# This section must exactly match the set-to-install section
none
#
- 找到"END_OF_RELEASE" 添加Demo应用的版本信息
DEMO 12.0.06, 最后登录EBS以Resp: Application Developer创建Demo应用(待续)
--EOF--
没有评论:
发表评论