To run a UNIX shell script as a concurrent program, we need to register the shell script as a Host Concurrent Program. Example: Say we register an executable named XXCONC within XXPO Module.
on unix, do
1. cd $XXPO_TOP/bin
2. vi XXCONC.prog and edit and write script and save
3. ln -s $FND_TOP/bin/fndcpesr XXCONC
4. ls -l XXCONC
Also we need to ensure that there is execute permission for executable
Once done register the program with Host and assign to a request group.
1 comment:
Hi,
Can you also give an example of how to write a shell script for oracle apps in this case - as what are the parameters required etc.
Thanks
Shiv
Post a Comment