How To Export a Concurrent Program and Executable Using Fndload ?

zhulch發表於2008-07-25

自己收藏

[@more@]

Applies to:

Oracle Application Object Library - Version: 11.5.10.2
Information in this document applies to any platform.

Goal

How to export a concurrent program and executable using command FNDLOAD from unix ?

Solution

Please use the following FNDLOAD command to download a concurrent program to a flat file :

FNDLOAD apps/apps O Y DOWNLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt PROGRAM APPLICATION_SHORT_NAME="" CONCURRENT_PROGRAM_NAME=""

To upload it to another environment, please use the following command :

FNDLOAD apps/apps O Y UPLOAD $FND_TOP/patch/115/import/afcpprog.lct file_name.ldt

You can found additional explanation in the Oracle Applications System Administrator’s Guide -
Conguration Release 11i ( appendix C ), this guide is available from metalink.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7318139/viewspace-1007802/,如需轉載,請註明出處,否則將追究法律責任。

相關文章