I ILay Member Jul 30, 2008 #1 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).
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).
Marco Kalter Administrator Staff member Jul 31, 2008 #1 Works fine for me. What is your Oracle Client and Server version?
R Relogin Member Aug 1, 2008 #1 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?
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?
Marco Kalter Administrator Staff member Aug 1, 2008 #1 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.
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.
R Relogin Member Aug 1, 2008 #1 I confirm - the problem has disappeared after installation Oracle Client 10g Thank you.