I'll email you the file. This seems to be the relevant section:

00:00:45.332 TOracleQuery $10C5C5E0 Start Query.Execute
SQL = select m.sql_text, dbms_sqltune.report_sql_monitor(sql_id => m.sql_id, type => 'HTML', report_level => 'ALL') AS report
from v$sql_monitor m
where m.sid = :sid and m.session_serial# = :serial#
order by 1
:SID = 2978
:SERIAL# = 55336
00:00:45.831 TOracleQuery $10C5C5E0 End
Result = ORA-31011: XML parsing failed
ORA-06512: at "SYS.DBMS_SQLTUNE", line 18940
ORA-19213: error occurred in XML processing at lines 1
LPX-00242: invalid use of ampersand ('&') character (use &)
ORA-06512: at "SYS.XMLTYPE", line 272
ORA-06512: at line 1
ORA-06512: at "SYS.DBMS_SQLTUNE", line 14318
ORA-06512: at "SYS.DBMS_SQLTUNE", line 19036
ORA-06512: at "SYS.DBMS_SQLTUNE", line 19367
ORA-06512: at line 1
Duration = 0.5
00:00:50.823 CloseQuery