I have installed Toad version 10.5.1.3. Prrevious used version: 8.6.1.0.
2 Questions:
-
The data tab of a table with a XMLType shows “hugeclob” instead of the xml data itself. I think that this is the result of the undelying query on this tab. In this query GetClobVal() is added to the XLType column (Why?).
Dubbelclicking the field does not open the external XML editor.
Workaround: A normal select directly typed in the SQL editor with no extra GetClobVal() shows the XML-data and opens the external XML editor. Is this the only way to work with XMLType? -
Clicking on the script tab for a table with an XMLType column results in a ORA-00942 message : table or view does not exists. This also appears during a schema compare, if one table in one of the schema
s with a XMLType column exists. the SQL spool functionality explains this. The sys.dba_xml_tab_cols view or table does not exists or the particular schema has no privilege for that object. I have looked for this table/view, the message seems to reflect the truth, i couldn
t find this table/view. And now?