community.sap_operations icon indicating copy to clipboard operation
community.sap_operations copied to clipboard

New Role: SAP on Oracle DB - SBP Update

Open nsolthe opened this issue 2 years ago • 2 comments

It would be great if the SAP Bundle Patch updates delivered by SAP could be applied using ansible. This would be great to make updates during non-working hours.

nsolthe avatar Mar 27 '23 08:03 nsolthe

@nsolthe Good use case, but there is very limited Oracle DB experience within the core development team, it is unlikely automation of MOPatch will be a priority.

For your use case, can you make something work from the existing Ansible Role sap_anydb_install_oracle ?

It includes the following sample code inserting into the response files:

  • /assistants/dbca/dbca.rsp Default sample of automated response (config) file for Oracle Database Configuration Assistant (DBCA)
  • /assistants/netca/netca.rsp Default sample of automated response (config) file for Oracle Net Configuration Assistant (NetCA)
  • /install/response/db_install.rsp Default sample of automated response (config) file for Oracle DB Installation
  • /inventory/response/oracle.server_EE.rsp Default sample of automated response (config) file for Oracle DB Installation Enterprise Edition (EE)

And there is an empty file waiting for someone to contribute Ansible Tasks for MOPatch: sap_anydb_install_oracle/tasks/oracledb_install_post_mopatch.yml

sean-freeman avatar Mar 27 '23 15:03 sean-freeman

@sean-freeman Thanks for giving me some hints on this. I will try to look into it further and make some changes as soon as possible.

nsolthe avatar Apr 03 '23 06:04 nsolthe