Core Concurrent Processing - EBS (MOSC)

MOSC Banner

How to monitor heap size used in OPP in order to protect Out of Memory

edited Oct 13, 2013 4:44AM in Core Concurrent Processing - EBS (MOSC) 3 commentsAnswered
My objective is to know how much heap size currently use so I can handle or do something before user got error report.
The following sql statement just determine what the heap size per OPP process is currently setting:

select DEVELOPER_PARAMETERS from FND_CP_SERVICES
where SERVICE_ID = (select MANAGER_TYPE from FND_CONCURRENT_QUEUES
where CONCURRENT_QUEUE_NAME = 'FNDCPOPP');

Now OPP heap size is set to 1.5G.

Thanks

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