Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
Toad crashes when displaying XMLTYPE within object type
Description
Steps to reproduce:
create a test type CREATE TYPE t_test_xml_type IS OBJECT (xml_doc sys.xmltype); /
create a table with a test type column CREATE TABLE test_xml_type_table (test_id INTEGER, test_xml_obj t_test_xml_type); /
insert testdata into the table INSERT INTO test_xml_type_table (test_id, test_xml_obj) VALUES (1, t_test_xml_type(xmltype('<Testentry />')));
printing it to dbms_output -> works fine: begin for res in(SELECT * FROM test_xml_type_table) loop dbms_output.put_line(res.test_xml_obj.xml_doc.getclobval); end loop; end;
show result in Data Grid -> Toad crashes SELECT * FROM test_xml_type_table;
Resolution
WORKAROUND: None
STATUS: Waiting for a fix to be released in a future version of Toad for Oracle.
Your Request will be reviewed by our technical reviewer team and, if approved, will be added as a Topic in our Knowledgebase.
Recommended Content
Product(s):
Toad for Oracle
Topic(s):
Technical Solutions
Article History:
Created on: 9/8/2011 Last Update on: 5/7/2023
Thank you for your feedback for Topic Request
Your Request will be reviewed by our technical reviewer team and, if approved, will be added as a Topic in our Knowledgebase.
Welcome to Quest Support
You can find online support help for Quest *product* on an affiliate support site. Click continue to be directed to the correct support content and assistance for *product*.
The Quest Software Portal no longer supports IE8, 9, & 10 and it is recommended to upgrade your browser to the latest version of Internet Explorer or Chrome.