Login  Register

ADOP cutover failing

Posted by janardan_ad on Dec 14, 2024; 10:14am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/ADOP-cutover-failing-tp12844.html

Hi Erman,

Faicng an issue while performing cutover , we are in the middle of cross platform migration , as prt of source preparation while running final phase of cutover post applying all required patches we are facing below issue while running cutover. It would be helpful for me if you can check and provide feedback asap :)

Performing database cutover.
    Log: @ADZDSHOWLOG.sql "2024/12/14 11:45:42"
 
Statement Handler Error Code: 20001
Statement Handler Error Message: ORA-20001: Error while calling ad_zd_adop.cutover.ORA-20001: Cutover can only be run from the Patch Edition.
ORA-06512: at line 8 (DBD ERROR: OCIStmtExecute)
Reference of statement-handler is valid, not attempting database reconnect.
Failed to execute SQL statement:
                        declare
                          result varchar2(10);
                        begin
                          ad_zd_adop.cutover;
                        exception when others then
                          ad_zd_adop.update_session_status_failed(27);
                          commit;
                          raise_application_error(-20001,'Error while calling ad_zd_adop.cutover.' || sqlerrm);
                        end;
 
Error Message:
ORA-20001: Error while calling ad_zd_adop.cutover.ORA-20001: Cutover can only be run from the Patch Edition.
ORA-06512: at line 8 (DBD ERROR: OCIStmtExecute)    [UNEXPECTED]Error occurred while performing database cutover.
    [UNEXPECTED]Cutover phase has failed.