<<Oracle Applications DBA 基础(第二期)>>Week 07 exercise

1. 用户提交的 concurrent request 的信息是放在 哪个 FND table 上 ?

fnd_concurrent_requests

--EOF--


2. Standard Concurrent Manager 的 unix 进程 名字是什么?( 也就是 如果运行 ps -ef 命令,你会留意那些进程存在就表明了Concurrent Manager 在运行)

FNDLIBR

--EOF--


3. 建立一个新的 concurrent manager, 可以参考 standard manager 的定义。

Please see below screenshot.

--EOF--


4. 建立一个新的  concurrent program (用 shell 做) , 可以参考 视频上的定义。

1. create a shell script with the suffix of ".prog" in $FND_TOP/bin, and make a symbolic link without the suffix of ".prog" to $FND_TOP/bin/fndcpesr.

-bash-3.2$ pwd
/u01/tm12/apps/apps_st/appl/fnd/12.0.0/bin
-bash-3.2$ cat HOSTLIAO.prog
#!/bin/bash
2>/dev/null . /u01/tm12/inst/apps/tm12_prcsgidb1/appl/admin/tm12_prcsgidb1.xml
echo Script name:$0
echo APPS/appspwd:$1
echo Application user_id:$2
echo Application user_name:$3
echo Request ID:$4
echo Request Parameter 1:$5
echo "--BEGIN--"
echo "Hello, $5 ! "
echo "--END--"
exit 0;
-bash-3.2$ ln -s /u01/tm12/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr HOSTLIAO
-bash-3.2$ chmod +x HOSTLIAO.prog

-bash-3.2$ ls -l HOSTLIAO*
lrwxrwxrwx 1 aptm12 dba  51 Mar 20 18:10 HOSTLIAO -> /u01/tm12/apps/apps_st/appl/fnd/12.0.0/bin/fndcpesr
-rwxr-xr-x 1 aptm12 dba 297 Mar 20 19:14 HOSTLIAO.prog
-bash-3.2$


2. define executable


3. define concurrent program


4. add program to request group


5. submit the request


6. check request log


--EOF--

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值