| In Oracle : Run a report/ concurrent program from the OS | |||
|
|
|||
| |||
|
|
|||
|
In-Oracle.com -> Oracle Applications (apps) -> 11i -> Run a report/ concurrent program from the OS
Run a report/ concurrent program from the OS
If you want to run a report/ concurrent program from the Operating System level without having to log on to Oracle Applications, you have to use CONCSUB utility.
This utility is found at $FND_TOP/bin
[oracle@linux1 ~]$ find /APPS -name CONCSUB
Here
are the CONCSUB Parameter Arguments: NOTE: In green you can see the mandatory parameters.
Default values: WAIT=N REPEAT_INTERVAL_UNIT=DAYS START = current time IMPLICIT=NO
Example: [oracle@linux1 ~]$ cd /APPS/visappl/fnd/11.5.0/bin/
This report is the equivalent of :
NOTES:
startup the ICM: cd $FND_TOP/bin
startmgr sysmgr=apps/apps@VIS shutdown the ICM: CONCSUB apps/apps SYSADMIN 'System Administrator' SYSADMIN WAIT=N CONCURRENT FND SHUTDOWN
CONCSUB apps/apps SYSADMIN 'System Administrator'
SYSADMIN WAIT=N CONCURRENT FND ABORT
In-Oracle.com -> Oracle Applications (apps) -> 11i -> Run a report/ concurrent program from the OS |
||
|
|||
|
|
Find related information on Google:
Custom Search
|
Copyright (c) 2011-2012 www.in-oracle.com | Disclaimer: The views expressed on this web site are my own and do not reflect the views of Oracle Corporation. You may use the information from this site only at your risk.