Oracle GI 12.2 silent upgrade [FATAL] [INS-22003]
1)Oracle GI 12.2 silent upgrade on Oracle Linux6_X64 SEVERE error:
[FATAL] [INS-22003] Installer has detected that Oracle base location (/u01/app/oracle) of local node does not
match with Oracle base location (/scratch/app/user) of remote node.
2)But I execute the follow commods from first node,it as:
node1$echo $ORACLE_BASE
/u01/app/oracle
node1>ssh node2 `echo $ORACLE_BASE`
/u01/app/oracle is directory
node1>ssh node3 `echo $ORACLE_BASE`
/u01/app/oracle is directory
All nodes $ORACLE_BASE are same,so I donot know how to do.