xml

awien

Member
Hi all,
the following select hang in PL/SQLDeveloper:
SELECT XMLELEMENT("Ges", XMLELEMENT("GES", a.ges_nr),
XMLELEMENT("Anteil", a.ges_anteil)) AS "Result"
FROM ges_gesellschafter a
WHERE a.ges_nr = 273;

It works in sql*plus and Oracle sqldeveloper fine.

Who know
 
Can you go to Help > Support Info, press the 'Copy all pages' button on this info screen, and paste this text into an e-mail reply?
 
Back
Top