Technology Stack - EBS (MOSC)

MOSC Banner

12.2.5 ADOP Failed Cutover

edited Dec 6, 2016 4:00AM in Technology Stack - EBS (MOSC) 1 commentAnswered

Good afternoon,

After apply "R12.AD.C.Delta.8 (Patch 21841299) and R12.TXK.C.Delta.8 (Patch 21830810)." following the Note ID 1617461.1 I had the following problem at the end of the process during CUTOVER phase:

Flipping snapshots in run and patch editions.

    [ERROR]     Failed to execute SQL statement:

                      declare

                        result varchar2(10);

                     begin

                        ad_zd_adop.flip_snapshots;

                     exception when others then

                        update ad_adop_sessions set status='F'

                        where adop_session_id=60;

                        commit;

                        raise_application_error(-20001,'Error while calling ad_zd_adop.flip_snapshots.' || sqlerrm);

                     end;

    [ERROR]     Error Message:

    [ERROR]     ORA-20001: Error while calling ad_zd_adop.flip_snapshots.ORA-00001: unique constraint (APPLSYS.AD_SNAPSHOTS_U2) violated

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center