Skip to content

Commit

Permalink
update to latest Oracle patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ourboy committed Oct 4, 2023
1 parent d6dcde3 commit b9d1389
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions roles/oracle/vars/v19.20.0.0.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# prereq installers
prereqs_installer_7: https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracle-database-preinstall-19c-1.0-1.el7.x86_64.rpm
prereqs_installer_8: https://yum.oracle.com/repo/OracleLinux/OL8/appstream/x86_64/getPackage/oracle-database-preinstall-19c-1.0-2.el8.x86_64.rpm
prereqs_installer: "{{ prereqs_installer_7 if ansible_distribution_major_version=='7' else prereqs_installer_8 }}"
# base installer values
base_version: 19.3.0.0.0
base_installer: oracle-database-ee-19c-1.0-1.x86_64.rpm
# patch values
patch_filename: p35320081_190000_LINUX.zip
patch_number: 35320081 # used for directory
# Add OPatch values when bundled OPatch needs to be upgraded
opatch_filename: p6880880_190000_Linux-x86-64.zip
opatch_version: 12.2.0.1.29

0 comments on commit b9d1389

Please sign in to comment.