File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
roles/oraswdb-install/tasks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 :
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}}"
You can’t perform that action at this time.
0 commit comments