|
 |
|
Oracle Tips by Burleson |
Oracle10g Grid Computing
with RAC
Chapter 8 - RAC Administration
Configuration Steps
LISTENER_N1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = RAC1)
(PORT = 1545)) )
SID_LIST_LISTENER_N1 =
(SID_LIST =
(SID_DESC =
(ORACLE_HOME = /uo1/app/oracle/product/920)
(SID_NAME = V9201) ))
Since the listener is not running on the
default port of 1521, the
local_listener parameter in the
init.ora of the instances will
need to be set so that dynamic service registration will work
properly.
local_listener =
"(address=(port=1545)(protocol=tcp)(host=rac1))"
On the second node change the references of
listener_N1 to listener_N2 and change the host=rac1 to host=rac2.
Configure
tnsnames.ora on all nodes.
An example of the
tnsnames.ora file is shown below.
The above text is
an excerpt from:
Oracle 10g Grid & Real Application
Clusters
Oracle 10g
Grid
Computing with RAC
ISBN 0-9744355-4-6
by Mike Ault, Madhu Tumma
|