You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Do you have a problem with one of the modules in this repo or is this just a general Ansible question? If it is the latter this (https://groups.google.com/forum/#!forum/ansible-project) is probably a better place to ask.
Hi ,
I am not able to set the oracle environment and hence cant run crsctl commands. I wrote below code. Someone please suggest me.
vars_prompt:
prompt: "Enter the Oracle SID"
private: no
prompt: "Enter the Oracle HOME"
private: no
tasks:
shell:
export ORACLE_SID={{ SID }}
export ORACLE_HOME={{ HOME }}
export PATH=$PATH:$ORACLE_HOME/bin
crsctl stat res -t
[oracle@rac2 ~]$
The text was updated successfully, but these errors were encountered: