Hi - If the procedure that I am testing uses a Global Temporary Table then I get an error when I try to test it. I get the same error if I try to use a GTT in the test suite to store expected results (which I would then compare to the actual table).
ORA-19202: Error occurred in XML processing
ORA-08103: object no longer exists
ORA-06512: at "UT3.UT_DATA_VALUE_REFCURSOR", line 105
ORA-06512: at "UT3.UT_DATA_VALUE_REFCURSOR", line 30
ORA-06512: at "UT3.UT_EQUAL", line 70
ORA-06512: at "UT3.UT_EXPECTATION_REFCURSOR", line 21
When I change these to regular tables the test suite runs fine (without changing any code).
Any idea about this error/bug?
Thanks,
Alan Rosenthal
[email protected]
P.S. I LOVE utPLSQL !!!!!!!!!!!!!
Hi - If the procedure that I am testing uses a Global Temporary Table then I get an error when I try to test it. I get the same error if I try to use a GTT in the test suite to store expected results (which I would then compare to the actual table).
ORA-19202: Error occurred in XML processing
ORA-08103: object no longer exists
ORA-06512: at "UT3.UT_DATA_VALUE_REFCURSOR", line 105
ORA-06512: at "UT3.UT_DATA_VALUE_REFCURSOR", line 30
ORA-06512: at "UT3.UT_EQUAL", line 70
ORA-06512: at "UT3.UT_EXPECTATION_REFCURSOR", line 21
When I change these to regular tables the test suite runs fine (without changing any code).
Any idea about this error/bug?
Thanks,
Alan Rosenthal
[email protected]
P.S. I LOVE utPLSQL !!!!!!!!!!!!!