|
DOC> ***************************************************
DOC> Move XML SCHEMA to a Non-Editioned E-biz user (APPS_NE)
DOC>
DOC>#
begin
*
ERROR at line 1:
ORA-20001: ORA-01453: SET TRANSACTION must be first statement of transaction
ORA-06512: at "APPS.AD_ZD", line 29
ORA-06512: at "APPS.AD_ZD_PREP", line 423
ORA-06512: at line 3
Restarted: file ADZDPREP.sql on worker 1 for product ad username APPLSYS.
FAILED: file ADZDPREP.sql on worker 1 for product ad username APPLSYS.
ATTENTION: All workers either have failed or are waiting:
FAILED: file ADZDPREP.sql on worker 1.
ATTENTION: Please fix the above failed worker(s) so the manager can continue.
We are upgrading with database version is 11.2.0.4.
There are no errors in compiling the pacakge.
SQL> alter package AD_ZD_PREP compile body;
Package body altered.
The actual error is happening while moving XML shchema in
ADZDPREP.sql script.
Move XML SCHEMA to a Non-Editioned E-biz user (APPS_NE)
begin
ad_zd.log('adzdprep', 'STATEMENT','Move XML SCHEMA: begin');
ad_zd_prep.move_xml_schemas;
ad_zd.log('adzdprep', 'STATEMENT','end');
end;
/
Thanks
|