Tuesday, April 30, 2019

Resolves Very Long Time to Apply Patches (WLS)

Enhancement for WLS BSU (Smart Update): Resolves Very Long Time to Apply Patches - Especially When Checking for Patch Conflicts (Doc ID 2271366.1)

Thursday, April 25, 2019

Java.lang.OutOfMemoryError: GC

Weblogic 10.3.6 Patching Error Using BSU - "java.lang.OutOfMemoryError: GC overhead limit exceeded" (Doc ID 2007492.1)

Wednesday, April 24, 2019

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

How to resolve ADOP error  ORA-44305 error.

sqlplus '/as sysdba'
exec dbms_service.STOP_SERVICE('ebs_patch');



Friday, January 11, 2019

TNS-12546,TNS-12560,TNS-00516 Solaris Error: 13: Permission denied




TNS-12546: TNS:permission denied

TNS-12560: TNS:protocol adapter error
  TNS-00516: Permission denied
   Solaris Error: 13: Permission denied

Listener failed to start. See the error message(s) above...

Go to this hidden directory /var/tmp/.oracle

touch a

touch: cannot create a: Permission denied. After read and write permission to this directory to /var/tmp/.oracle

Then listener able to start...

LSNRCTL>  start SID


Services Summary...
Service "PLSExtProc" has 1 instance(s).
  Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Service "SID" has 1 instance(s).
  Instance "SID", status UNKNOWN, has 1 handler(s) for this service...
The command completed successfully