制作ldt文件

1180阅读 0评论2014-05-15 deargentle
分类:Oracle

FNDLOAD是 Application提供的的Loader工具之一 ,将开发测试内容进行移植。可以用fndload来Download和Upload以下常用的数据

请求
   $FND_TOP/bin/FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/admin/import/afcpprog.lct *.ldt PROGRAM CONCURRENT_PROGRAM_NAME=''
   $FND_TOP/bin/FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/admin/import/afcpprog.lct *.ldt


说明性弹性域
   $FND_TOP/bin/FNDLOAD apps/hfhapps O Y DOWNLOAD $FND_TOP/admin/import/afffload.lct PER_PEOPLE.ldt DESC_FLEX 

DESC_FLEX_APPLICATION_SHORT_NAME="PER" DESCRIPTIVE_FLEXFIELD_NAME="PER_PEOPLE"  P_CONTEXT_CODE="OTHER"  
    $FND_TOP/bin/FNDLOAD apps/hfhapps 0 Y UPLOAD $FND_TOP/admin/import/afffload.lct PER_PEOPLE.ldt

值集
    $FND_TOP/bin/FNDLOAD apps/hfhapps 0 Y DOWNLOAD $FND_TOP/admin/import/afffload.lct CAS_TECH_JOB_GRADE_CODE.ldt VALUE_SET 

FLEX_VALUE_SET_NAME='CAS_TECH_JOB_GRADE_CODE'
    $FND_TOP/bin/FNDLOAD apps/hfhapps 0 Y UPLOAD $FND_TOP/admin/import/afffload.lct CAS_TECH_JOB_GRADE_CODE.ldt


功能
   $FND_TOP/bin/FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/admin/import/afsload.lct QPAY_LINK_UPDATE.ldt FUNCTION

FUNC_APP_SHORT_NAME="PAY" FUNCTION_NAME="QPAY_LINK_UPDATE"
   $FND_TOP/bin/FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/admin/import/afsload.lct QPAY_LINKUPDATE_FUNCTION.ldt

配置文件
Download 配置文件使用如下脚本:
$FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/admin/import/afscprof.lct xxx.ldt
PROFILE FND_PROFILE_OPTION_VALUES  PROFILE_NAME=”xxx“ APPLICATION_SHORT_NAME=”xxx”
Upload配置文件使用如下脚本:
$FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/admin/import/afscprof.lct xxx.ldt

上一篇:使用convirt集中管理kvm虚拟机
下一篇:JDK-6245283 : Color Management code is not thread safe in HT/SMP machine