Online Patching Enablement Patch 13543062 Fails With Error ORA-44305 Service Ebs - Patch Is Running (Doc ID 1917886.1)

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Copyright (c) 2022, Oracle. All rights reserved. Oracle Confidential.

Online Patching Enablement Patch 13543062 Fails With Error ORA-44305: Service Ebs_patch Is Running (Doc
ID 1917886.1)

In this Document

Symptoms
Cause
Solution
References

APPLIES TO:

Oracle Applications DBA - Version 12.2 and later


Information in this document applies to any platform.


SYMPTOMS

While applying Online patching enablement  Patch 13543062 getting below error

sqlplus -s APPS/***** @$AD_TOP/12.0.0/patch/115/sql/adsqlwrapper.sql '@AD_TOP/patch/115/sql/ADZDPREP.sql &un_apps &pw_apps


&systempwd'
Connected.

PL/SQL procedure successfully completed.


Connected.

Session altered.

PL/SQL procedure successfully completed.


Commit complete.

begin
*

ERROR at line 1:

ebs_patch is running
ORA-44305: service
ORA-06512: at "SYS.DBMS_SYS_ERROR",
line 86
ORA-06512: at "SYS.DBMS_SERVICE", line 454

ORA-06512: at "SYS.DBMS_SERVICE", line 375

ORA-06512: at "APPS.AD_ZD_PREP", line 356

ORA-06512: at line 4

CAUSE

During Online Enablement patch ADZDPREP.sql invokes create patch service, whose defination is in ADZDPRPB.pls.

The version of ADZDPRPB.pls has the changes where is a patch service exists,
it tries to see if it is active and does nothing, if it is not present then

it creates the patch service and starts

Bug 16346936 - ADPATCH FAILED IN APPLY ONLINE PATCHING ENABLEMENT PATCH 13543062:R12.AD.C

SOLUTION

To implement the solution please perform following 


 1. From Db tier

sqlplus '/as sysdba'


exec dbms_service.STOP_SERVICE('ebs_patch');

2. Restart the failed worker using adctrl.


 

Didn't find what you are looking for?

You might also like