Page 1 of 1

AccessViolation if use OraSQLMonitor and XMLTYPE

Posted: Tue 30 Mar 2010 14:25
by dimon_adv
Oracle 11.1 (Win), Delphi 2010, ODAC last
In DB create package with this procedure:

Code: Select all

procedure TST_XML(p_TSTXML SYS.XMLTYPE) is
begin
  null;
end;
Simple application with connection to DB and StoredProcedure execute next statement:

Code: Select all

OraStoredProc1.ParamByName('P_TSTXML').AsXML.OCISvcCtx := OraSession1.OCISvcCtx;
OraStoredProc1.ParamByName('P_TSTXML').AsXML.AsString := '';
OraStoredProc1.Execute; // Access violation if SQLMonitor.Active = True
If SQLMonitor.Active = False - all OK

Posted: Fri 02 Apr 2010 06:27
by dimon_adv
The problem of poorly defined?
I got the wrong forum and for the official users have other means of notification error?
What remains to be done to support those drawn attention to an error?

Posted: Fri 02 Apr 2010 07:11
by bork
Hello

Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next ODAC build.