[Oracle RAC 11.2 Installation on Oracle Linux 5.8 x86_64]: Post-installation tasks


1.

node1

$ vi /etc/oratab

Заменить:

+ASM1:/u01/app/grid/11.2:N racnode:/u01/app/oracle/product/database/11.2:N

to

+ASM1:/u01/app/grid/11.2:Y racnode:/u01/app/oracle/product/database/11.2:Y


node2

$ vi /etc/oratab

Заменить:

+ASM2:/u01/app/grid/11.2:N racnode:/u01/app/oracle/product/database/11.2:N

to

+ASM2:/u01/app/grid/11.2:Y racnode:/u01/app/oracle/product/database/11.2:Y

  1. Make sure you can connect to the cluster nodes with the sqlplus command If not,

Shows which processes are running.

ps -eaf | grep ora*

From this you can figure out what the instance name is.

Correct the

vi /home/oracle11/.bash_profile


export ORACLE_SID=racnode1
export ORACLE_UNQNAME=racnode1