Dequeue Process Based on condition
641320Jun 24 2008 — edited Jul 13 2008Hai 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