OPATCHAUTO-72043: Patch collection failed , Failed to create bundle patch object, Please verify the patch supplied.

I got ” OPATCHAUTO-72043: Patch collection failed , Failed to create bundle patch object, Please verify the patch supplied. ” error When I apply the latest PSU of Oracle.

 

OPATCHAUTO-72043: Patch collection failed , Failed to create bundle patch object, Please verify the patch supplied.

Details of error are as follows.

[root@msdbadm08 ~]# opatchauto apply /u01/patch/33509923 -oh /u01/app/oracle/product/19.0/dbhome_1

OPatchauto session is initiated at Thu Feb 3 21:26:20 2022

System initialization log file is /u01/app/oracle/product/19.0/dbhome_1/cfgtoollogs/opatchautodb/systemconfig2022-02-03_09-26-26PM.log.

Session log file is /u01/app/oracle/product/19.0/dbhome_1/cfgtoollogs/opatchauto/opatchauto2022-02-03_09-26-53PM.log
The id for this session is 89SI
OPATCHAUTO-72043: Patch collection failed.
OPATCHAUTO-72043: Failed to create bundle patch object.
OPATCHAUTO-72043: Please verify the patch supplied.
OPatchAuto failed.

OPatchauto session completed at Thu Feb 3 21:26:56 2022
Time taken to complete the session 0 minute, 36 seconds

opatchauto failed with error code 42
[root@msdbadm08 ~]#

 

 

This ORA-10485 error is related with the

 

This error is related with the permission and ownership of UNZIPPED PATCH DIRECTORY. If you apply the GI patches , then change ownership of Patch Directory as grid:oinstall, If you apply the RAC home patches, then change ownership of Patch Directory as oracle:oinstall as follows.

 

$  chown -R oracle:oinstall /u01/patch/33509923

$  chmod -R 755  /u01/patch/33509923

 

OR

OPatch Utility was not unzipped correctly . The correct way to have the OPatch Utility is :

rm -rf $ORACLE_HOME/OPatch  ( for both Grid and DB Home )
unzip p6880880_<version>_<OS_platform>.zip -d $ORACLE_HOME  ( both the homes )

Note : If you are doing it as root , then ensure that you change the ownership back to respective OS users grid and oracle for respective homes

 

 

Do you want to learn Oracle Database for Beginners, then read the following articles.

Oracle Tutorial | Oracle Database Tutorials for Beginners ( Junior Oracle DBA )

About Mehmet Salih Deveci

I am Founder of SysDBASoft IT and IT Tutorial and Certified Expert about Oracle & SQL Server database, Goldengate, Exadata Machine, Oracle Database Appliance administrator with 10+years experience.I have OCA, OCP, OCE RAC Expert Certificates I have worked 100+ Banking, Insurance, Finance, Telco and etc. clients as a Consultant, Insource or Outsource.I have done 200+ Operations in this clients such as Exadata Installation & PoC & Migration & Upgrade, Oracle & SQL Server Database Upgrade, Oracle RAC Installation, SQL Server AlwaysOn Installation, Database Migration, Disaster Recovery, Backup Restore, Performance Tuning, Periodic Healthchecks.I have done 2000+ Table replication with Goldengate or SQL Server Replication tool for DWH Databases in many clients.If you need Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS Consultancy and Training you can send my email adress [email protected].-                                                                                                                                                                                                                                                 -Oracle DBA, SQL Server DBA, APPS DBA,  Exadata, Goldengate, EBS ve linux Danışmanlık ve Eğitim için  [email protected] a mail atabilirsiniz.

Leave a Reply

Your email address will not be published. Required fields are marked *