Bug with XMLAGG()

ILay

Member
PSD 7.1.3.1381
Just try to execute simple query in SQL Window.

Code:
select xmlagg(xmlforest(dummy)) xml from dual;
Window hangs, so I can only close it and choose terminate in dialog (button Break doesn't work).
 
Yes! This is severe bug.

select xmlelement("1111", dummy) from dual
and ... application hangup...
ORACLE 9.2 Client and Server.

Allround Automation not working with XMl on Oracle?
 
It's probably a 9.2 client issue. Can you upgrade to a 10g or 11g client and try again? The XMLTYPE implementation on older client versions is not really robust.
 
Back
Top