1.applmgr用户登录(orafinc之流)
2.设置环境变量( $APPL_TOP/APPSORA.env)
3.停应用 adstpall.sh (至少要停并发服务器),数据库和监听保持启动状态 (其实大多数都无所谓)
4.apply english patch:cxxx.drv ,dxxx.drv,gxxx.drv 命令行:adpatch
5.apply nls patch:cxxx_zhs.drv ,dxxx_zhs.drv,gxxx_zhs.drv 命令行:adpatch
6.启动应用 adstrall.sh
顺序:先英文再中文,c.d.g
terminologyAPPLMGR: User which owns the applications file system (APPL_TOP and application tier technology stack)
adpatch的时候不能match dir的问题和解决方案Doc ID: Note:160484.1 Subject: FND_TOP Value Does Not Match Value from Topfile Type: PROBLEM Status: PUBLISHED Content Type: TEXT/X-HTML Creation Date: 07-JUL-2001 Last Revision Date: 13-AUG-2003
fact: Oracle Application Object Library 11.5.3symptom: FND_TOP value does not match value from topfilechange: NOTE ROLE:AutoPatch error:FND_TOP value does not match value from topfile..expected is u02/oracle/of/testappl/fnd/11.5.0 found is u01/oracle/of/testappl/fnd/11.5.0change: The absolute path to the $FND_TOP or other product top has changed.cause: One of the following was changed:
1. The system was incorrectly cloned or a step was missed during the cloning process.
2. The mount point or one of the base directories was changed.
fix:
Change the path locations in the $APPL_TOP/admin/topfile.txt to reflect the correct path for the $APPL_TOP in each module.
oracleHu 2005-12-05