Core Concurrent Processing - EBS (MOSC)

MOSC Banner

which config/parameter is responsible to ICM naming convention

edited Jun 7, 2016 5:00AM in Core Concurrent Processing - EBS (MOSC) 2 commentsAnswered

Hi

In my customer's environment.when I request ICM log by the following SQL

SELECT 'ICM_LOG_NAME=' || fcp.logfile_name
FROM apps.fnd_concurrent_processes fcp, apps.fnd_concurrent_queues fcq
WHERE fcp.concurrent_queue_id = fcq.concurrent_queue_id
AND fcp.queue_application_id = fcq.application_id
AND fcq.manager_type = '0'
AND fcp.process_status_code = 'A';

the resuslt is as following

ICM_LOG_NAME=F:\12.1.1\PROD\inst\apps\ACPROD_acoraprod\logs\appl\conc\log\CM_ACPROD_acoraprod.log

generally speaking,the ICM log should shows as the following format.
<SID>_<date>.mgr

Could you please tell me which config/parameter is responsible to ICM naming convention

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center