BI Publisher (MOSC)

MOSC Banner

Event Trigger rerunning the DB function automatically

edited Nov 6, 2014 11:01AM in BI Publisher (MOSC) 8 commentsAnswered ✓

Hi All,

I have query in the Event Trigger->DB function returning 80000 records but the Event Trigger is running forever. It ran fine when I had rownum <= 50000. When I changed it to rownum <= 80000, by logging using autonomous transaction, I could see that it submitted the function again before it finished inserting 80000 records and committing them. the new session created waits until the first run commits 80000 records, then it creates the third session before the second one is done. it goes on and on. It takes only 4 min to insert all 80000 into a table. Obviously

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