Hi there,
I've been able to reproduce this on several workstations, and consistently.
I have a table with an XMLTYPE column, and when I simply do a "SELECT *" from that table, I consistently get disconnected from Oracle (ORA-3114). Doing the same thing from SQL*Plus works fine.
If I do a Right-Click -> "Query Data" it is also fine. That's evidently because when it builds the query it does not select the XML column, but rather my_xml_column.getclobval(), which works perfectly fine.
Has anyone else seen this?
I've been able to reproduce this on several workstations, and consistently.
I have a table with an XMLTYPE column, and when I simply do a "SELECT *" from that table, I consistently get disconnected from Oracle (ORA-3114). Doing the same thing from SQL*Plus works fine.
If I do a Right-Click -> "Query Data" it is also fine. That's evidently because when it builds the query it does not select the XML column, but rather my_xml_column.getclobval(), which works perfectly fine.
Has anyone else seen this?