Hi Tom, I did some more testing and I find out: The error only happens on packages, stored procedures and functions contains a select statement on a xmltype column from a table or a view. And it is happen in both situations, loading a file from tee project and also opening package or procedure from the server within the Object-Explorer. Regards, Jan try this: --- create table XML_CLIPBOARD (id number, xml xmltype); / CREATE OR REPLACE procedure test is vDummy xmltype; begin select x.xml into vDummy from XML_CLIPBOARD x; end; /
↧
Forum Post: RE: TEE 2.2 Throw always an exception when loading a package script first time from disc
↧