Skip to content
This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Commit a61df52

Browse files
Oct 2015 PSU Apply for 12.1.0.2 SI Home
1 parent 4b77be4 commit a61df52

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

tasks/oneoff_apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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

tasks/psu_si.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
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

vars/main.yml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)