When running the following XML query, it causes Toad to crash with an Access Violation error and then have to kill the session in the Task Manager. Have tried this on multiple versions of Oracle and multiple clients all of which do the same thing.
select
XMLSEQUENCE (
XMLTYPE ('<xml>
<node>
<one>text</one>
</node>
<node>
<two>text</two>
</node>
<node>
<three>text</three>
</node>
</xml>').EXTRACT ('//*'))
from dual
WORKAROUND:
None
STATUS:
Waiting for fix in future release of Toad for Oracle.