Is Service Manager up & running ???
select CONCURRENT_QUEUE_NAME, ENABLED_FLAG,
MAX_PROCESSES, RUNNING_PROCESSES
from FND_CONCURRENT_QUEUES
where CONCURRENT_QUEUE_NAME like 'FNDSM%';
- ps -ef | grep FNDSM
- U'll get PPID of FNDSM
- ps -ef | grep PPID
The FNDSM PPID will be the parent process of the other concurrent manager services in the environment
UR's Key Run ;-)
No comments:
Post a Comment