Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Dequeue Process Based on condition

641320Jun 24 2008 — edited Jul 13 2008
Hai friends

I have xmltype as following format.
<?xml version = "1.0"?>
<order>
<id chio = "20080609" cuio = "588"/>
<suborder orio = "sa" auio = "20080512" auio = "100528"/>
</order>

This message is stored as clob in queue table.

if orio='SA' then i want to dequeue else exit.

this is my condition

I want to dequeue xml message based on some condition.

Pls give me some clues


S
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2008
Added on Jun 24 2008
9 comments
3,471 views