Am trying to set oracle_home
by using below
---
- name: setting up the ORACLE_HOME
hosts: localhost
become: yes
environment:
ORACLE_BASE: "/u01/app/oracle/"
ORACLE_HOME: $ORACLE_BASE/product/12.1.0.2/cl_100
PATH: $PATH:$HOME/bin:$ORACLE_HOME/bin:$ORACLE_HOME/OPatch
script executing but not setting up please help
答案 0 :(得分:0)
我会遵循以下条件:
Runnable