Oracle RAC 12c database installation
login as: oracle
# vim .bash_profile export ORACLE_BASE=/u01/app/oracle export ORACLE_HOME=/u01/app/oracle/12c |
Installation
$ /tmp/database/runInstaller |
oracle 계정 설정 (setup)
login as: root
# /u01/app/oracle/12c/root.sh |
Create a RAC database
$ dbca |
Post-installation steps
# ps -ef|grep LISTENER|grep -v grep [oracle@node1 ~]$ more $ORACLE_HOME/network/admin/listener.ora [oracle@node1 ~]$ /u01/app/oracle/12c/bin/lsnrctl status listener [oracle@node1 ~]$ /u01/app/oracle/12c/bin/srvctl config scan |
대략 종료 ...
나중에 또 해야한다면 ... 할 수 있을까나 ㅠ_ㅠ;
RHEL 6.8/Oracle RAC 설치 무작정 따라하기 ---------------
01. System pre-requisites
http://infoages.tistory.com/1735
02. Oracle Clusterware installation
http://infoages.tistory.com/1736
03. Oracle RAC 12c database installation
http://infoages.tistory.com/1737
-----------------------------------------------------------------
참고자료
4AA4-8504ENW Technical white paper
Oracle RAC 12c on HP blade servers running Red Hat Enterprise Linux 6 Update 4
Installation cookbook
반응형