Core Concurrent Processing - EBS (MOSC)

MOSC Banner

Concurrent Program waiting

edited May 8, 2014 12:00PM in Core Concurrent Processing - EBS (MOSC) 3 commentsAnswered

Hi Everyone,

A program is running from last few hours, earlier its get completed in few minutes. Its showing running normal.

I checked with below Sql and found its showing waiting.

I also checked there is no lock for program.

select a.sid, a.serial#, b.sql_text

    from v$session a, v$sqlarea b

     where a.sql_address=b.address

      and a.sid = &sid

DBA's are saying its a code issue. However program was completed successfully before.

Kindly requesting you to advise if there is any way:

1. we can find out how much time program takes for completion.

2. Whether program is waiting for any other process.

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