I have the query below which returns an XMLtype when I run it all I get is black square in the SQL window.I could of course convert to CLOB but when can I expect it to be displayed in PL/SQL developer.
SELECT XMLElement("Station",
XMLAttributes(ss.station_name AS "Name")...