Installation Guide of Oracle 11gR2 Data Guard
Installation Guide of Oracle 11gR2 Data Guard (11.2.0.1) for Oracle Enterprise Linux 5R4 over VMware Server 2.0.2 This guide requires the existence of pre-installed Oracle Enterprise Linux EL 5 U4. This guide requires the existence of pre-installed Oracle Database 11gR2. Creation of profile for user Oracle on both nodes cd vi .bash_profile add the following lines: export ORACLE_SID=prod export ORACLE_BASE=/home/oracle/app/oracle export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1 export TNS_ADMIN=$ORACLE_HOME/network/admin export PATH= $ORACLE_HOME/bin :$PATH Execute profile . .bash_profile In standby system ORACLE_SID will be dg Creation of database with dbca (database creator assistant) Before starting dbca we create a listener with network configuration assistant: [oracle@prod ~]$ netca You should follow the default steps Now run dbca (database configuration assistant) [oracle@prod ~]$ dbca Choose Create a Database and click Next. We will choose a ...