Skip to content

Commit 6be2e94

Browse files
committed
oraswdb-install: Change 'opatch lsinventory' to 'opatch lspatches' after home is installed
1 parent 6c9b0a7 commit 6be2e94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/oraswdb-install/tasks/install-home-db.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# licence options in 11.2+ must be changed by chopt
5353
# => use this method for all >= 11.2 (Doc ID 948061.1)
5454
# test -f => reduce number of executions when > 1 database in oracle_databases for same ORACLE_HOME
55-
- name: Change Database options with chopt
55+
- name: install-home-db | Change Database options with chopt
5656
shell: "test -f {{ oracle_home_db }}/install/{{oracle_EE_option_state}}_{{item.option}}.log || {{ oracle_home_db }}/bin/chopt {{oracle_EE_option_state}} {{item.option}}"
5757
debugger: on_failed
5858
with_items:
@@ -81,8 +81,8 @@
8181
tags:
8282
- glogindb
8383

84-
- name: install-home-db | Check opatch lsinventory (DB)
85-
shell: "{{ oracle_home_db }}/OPatch/opatch lsinventory"
84+
- name: install-home-db | Check opatch lspatches (DB)
85+
shell: "{{ oracle_home_db }}/OPatch/opatch lspatches"
8686
become: yes
8787
become_user: "{{ oracle_user }}"
8888
run_once: "{{ configure_cluster}}"

0 commit comments

Comments
 (0)