|
Administrator
|
this may be due to database, missing the ebs_patch service
check it -> select SERVICE_ID,NAME from dba_services where name='ebs_patch';
and if it is not there, create if using apps user if it is not there - >exec ad_zd_prep.create_patch_service
Ref: Prepare Phase Is Failing With [ERROR] Patch Service Ebs_patch Does Not Exist (Doc ID 2579880.1)
|