Good afternoon,
When I try to execute a query using XMLELEMENT function in an sql window, PL/SQL developer never give me back the result.
It stay in execution mode, with the hourglass, without giving any result.
I tried with really simple query like
SELECT XMLELEMENT ("Test" , 'X')
FROM DUAL
Best regards
When I try to execute a query using XMLELEMENT function in an sql window, PL/SQL developer never give me back the result.
It stay in execution mode, with the hourglass, without giving any result.
I tried with really simple query like
SELECT XMLELEMENT ("Test" , 'X')
FROM DUAL
Best regards