I have an Oracle Queue with a fairly basic object payload - 6 fields; the first 5 are a mixture of numbers and varchars but the last is of type SYS.XMLTYPE.
If I run a simple select against the queue, PLSQL Developer helpfully expands out the payload and shows me the individual fields that make up that payload (and prefixes the field names with 'USER_DATA.'. However, it does not show me the SYS.XMLTYPE field.....it seems I have to specify that field seperately e.g. select a.user_data.my_xml from owner.aq$queue_name_qt a
Any ideas?
Steve
If I run a simple select against the queue, PLSQL Developer helpfully expands out the payload and shows me the individual fields that make up that payload (and prefixes the field names with 'USER_DATA.'. However, it does not show me the SYS.XMLTYPE field.....it seems I have to specify that field seperately e.g. select a.user_data.my_xml from owner.aq$queue_name_qt a
Any ideas?
Steve