This repository was archived by the owner on Apr 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed
Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1111- debug : var=oneoff_conflicts.results
1212
1313- name : Apply one-off patches
14- shell : " opatch apply -silent -local -ocmrf {{ oracle_stage_install }}/ocm.rsp {{ patch_directory }}/{{ item.patchid }}"
14+ shell : " opatch apply -silent -local -force - ocmrf {{ oracle_stage_install }}/ocm.rsp {{ patch_directory }}/{{ item.patchid }}"
1515 sudo : yes
1616 sudo_user : " {{ oracle_user }}"
1717 environment : env
Original file line number Diff line number Diff line change 3838 ignore_errors : true
3939
4040- name : SI | opatch apply
41- shell : " opatch apply -silent -ocmrf {{ oracle_stage_install }}/ocm.rsp {{ patch_directory }}/{{ psu[oracle_version][psu_name][oracle_install_type].patchid }}"
41+ shell : " opatch apply -silent -force - ocmrf {{ oracle_stage_install }}/ocm.rsp {{ patch_directory }}/{{ psu[oracle_version][psu_name][oracle_install_type].patchid }}"
4242 sudo : yes
4343 sudo_user : " {{ oracle_user }}"
4444 environment : env
Original file line number Diff line number Diff line change @@ -53,18 +53,24 @@ oneoff_patches:
5353 12.1.0.2 :
5454 - patchid : 21091518
5555 filename : p21091518_121020_Linux-x86-64.zip
56- - patchid : 21800251
57- filename : p21800251_121020_Linux-x86-64.zip
56+ # - patchid: 21800251 # only needed up to version 12.1.0.2.4
57+ # filename: p21800251_121020_Linux-x86-64.zip
5858 - patchid : 20879889
5959 filename : p20879889_121020_Linux-x86-64.zip
60- - patchid : 21821738
61- filename : p21821738_121020_Linux-x86-64.zip
60+ # - patchid: 21821738 #Merge request for bugs 21821738 18485835
61+ # filename: p21821738_121020_Linux-x86-64.zip
6262
6363# PSU version specific patches
6464 12.1.0.2.4 :
65- - patchid : 13542050
65+ - patchid : 13542050 # from MOS Note https://support.oracle.com/epmos/faces/DocContentDisplay?_afrLoop=383616185962642&id=2034610.1
6666 filename : p13542050_121024_Linux-x86-64.zip
6767
68+ 12.1.0.2.5 :
69+ - patchid : 13542050 # from MOS Note https://support.oracle.com/epmos/faces/DocContentDisplay?_afrLoop=383616185962642&id=2034610.1
70+ filename : p13542050_121024_Linux-x86-64.zip
71+ - patchid : 20807398
72+ filename : p20807398_121025_Linux-x86-64.zip
73+
6874 11.2.0.4.8 :
6975 - patchid : 17890099 # ORA-2072 AND ORA-2063 ON QUERY VIA DBLINK
7076 filename : p17890099_112048_Linux-x86-64.zip
You can’t perform that action at this time.
0 commit comments