Login  Register

Re: RAC restore on single node

Posted by Roshan on May 31, 2017; 11:44am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/RAC-restore-on-single-node-tp2737p2740.html

initcbs2.ora

Bash profile

export ORACLE_HOME=/archicom/ora12c/product/12.1.0
export ORACLE_SID=cbs2
export PATH=$ORACLE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib:$ORACLE_HOME
# User specific environment and startup programs

#PATH=$PATH:$HOME/.local/bin:$HOME/bin

export PATH

Thanks,