|
| 1 | +--- |
| 2 | +apply_patches_db: true |
| 3 | +db_homes_config: |
| 4 | + db1913-gi-ee: &db1913-gi-ee |
| 5 | + home: db1912-si-ee |
| 6 | + version: 19.3.0.0 |
| 7 | + oracle_home: /u01/app/oracle/product/19/db1913-si-ee |
| 8 | + edition: EE |
| 9 | + opatch_minversion: 12.2.0.1.27 |
| 10 | + opatchauto: |
| 11 | + - patchid: 33182768 |
| 12 | + patchversion: 19.13.0.0.211019 |
| 13 | + state: present |
| 14 | + subpatches: |
| 15 | + - 33208123 # OCW Release Update 19.13.0.0.211019 |
| 16 | + - 32585572 # DBWLM Release Update |
| 17 | + - 33192793 # Database Release Update 19.13.0.0.211019 |
| 18 | + opatch: [] |
| 19 | + # # Remove Oracle Database 19c Important Recommended One-off Patches (Doc ID 555.1) |
| 20 | + # - {patchid: 29213893, state: absent, excludeUPI: 24384541, stop_processes: true} |
| 21 | + # - {patchid: 30978304, state: absent, excludeUPI: 24384338, stop_processes: true} |
| 22 | + # # - {patchid: 31602782, state: absent, excludeUPI: 24384398, stop_processes: true} |
| 23 | + # - {patchid: 33121934, state: absent, excludeUPI: 24407586, stop_processes: true} |
| 24 | + # - {patchid: 32522300, state: absent, stop_processes: true} |
| 25 | + # - {patchid: 31143146, state: absent, stop_processes: true} |
| 26 | + # - {patchid: 32919937, state: absent, stop_processes: true} |
| 27 | + # - {patchid: 33144001, state: absent, stop_processes: true} |
| 28 | + # - patchid: 32876380 |
| 29 | + # # Oracle JavaVM Component Release Update (OJVM RU) 19.13.0.0.211019 |
| 30 | + # stop_processes: true |
| 31 | + # state: present |
| 32 | + # path: 19.13.0.0.211019/ojvm/p33192694_190000_Linux-x86-64.zip |
| 33 | + # # Oracle Database 19c Important Recommended One-off Patches (Doc ID 555.1) |
| 34 | + # - {patchid: 29213893, path: 19.13.0.0.211019/p29213893_1913000DBRU_Generic.zip, state: present, stop_processes: true} |
| 35 | + # - {patchid: 30978304, path: 19.13.0.0.211019/p30978304_1913000DBRU_Generic.zip, state: present, stop_processes: true} |
| 36 | + # # Contention on "CURSOR: PIN S WAIT ON X" when PQ slave's execution plan does not match with QC |
| 37 | + # # conflicts with 33121934 ... |
| 38 | + # # - {patchid: 31602782, path: 19.13.0.0.211019/p31602782_1913000DBRU_Linux-x86-64.zip, state: present, stop_processes: true} |
| 39 | + # # Library cache lock / load lock / mutex x during connection storm |
| 40 | + # - {patchid: 33121934, path: 19.13.0.0.211019/p33121934_1913000DBRU_Linux-x86-64.zip, state: present, stop_processes: true} |
| 41 | + |
| 42 | + # Current Mapping of ORACLE_HOMEs |
| 43 | + # use this mapping for fast change between the Release Updates |
| 44 | + # <<: * => merge values from alias and overwrite oracle_home + home |
| 45 | + db19-gi-ee: |
| 46 | + <<: *db1913-gi-ee |
| 47 | + # imagename: db_home_19.13.zip |
| 48 | + oracle_home: /u01/app/oracle/product/19/db1 |
| 49 | + home: db19-gi-ee |
0 commit comments