Core Concurrent Processing - EBS (MOSC)

MOSC Banner

Concurrent Managers generating huge archives in EBS R12.1.3

edited Feb 9, 2017 4:00AM in Core Concurrent Processing - EBS (MOSC) 16 commentsAnswered

Hi Folks,

The archives are generating for every 3 minutes in one of our EBS R12.1.3 environment

When we reviewed the session details which are causing this, all the details shown in PROGRAM column are of concurrent managers.

Verified all the debug options and could not able to figure out the reason.

Any help in troubleshooting this is highly appreciated.

SQL> SELECT s.sid, s.serial#, s.username, s.program,

  i.block_changes

  FROM v$session s, v$sess_io i

  WHERE s.sid = i.sid

  ORDER BY 5 desc, 1, 2, 3, 4;

       SID    SERIAL# USERNAME                       PROGRAM                                          BLOCK_CHANGES

---------- ---------- ------------------------------ ------------------------------------------------ -------------

      2837         13 APPS                           ICM@******* (TNS V1-V3)                                 853848

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