Oracle Text (MOSC)

MOSC Banner

DELETE FROM DR$WAITING

edited Aug 12, 2019 9:59PM in Oracle Text (MOSC) 5 commentsAnswered ✓

Hi Experts

When perform action on form, there will run below script at background, why?

Is there any impact if not run this script?

DELETE FROM DR$WAITING
WHERE
 WTG_CID = :B2 AND WTG_PID = :B1 AND EXISTS (SELECT 1 FROM DR$PENDING WHERE
  DR$PENDING.PND_CID = DR$WAITING.WTG_CID AND DR$PENDING.PND_PID =
  DR$WAITING.WTG_PID AND DR$PENDING.PND_ROWID = DR$WAITING.WTG_ROWID)

Thanks in advanced

Regards

Fengling

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