Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

owb 10.2.0.1 install on oracle RAC 10.2.0.4 Linux

lukxDec 2 2010 — edited Dec 13 2010
Hi,
i create Oracle RAC with DBCA on linux box.
I want to install OWB 10.2.0.1 on RAC

I have 2 node DB
DBNAME = RAC
istance name RACINST1 e RACINST2
service unique name RACSRV1 on istance RACINST1
e RACSRV2 on istance RACINST2

How to configurate tnsnames.ora on owb_home on NODE 1?


RAC1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = r00orac01-vip)(PORT = 1522))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = rac.dom.net)
(INSTANCE_NAME = racinst1)
)
)

either

RAC1 =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = r00orac01-vip)(PORT = 1522))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = racsrv1)
(INSTANCE_NAME = racinst1)
)
)

when run repository assistant on node1
(/app/oracle/product/10.2.0/owb/owb/bin/unix/reposinst.sh)

what is the right Oracle Service name?
what is the right Net Service name?

Thanks in Advance
lukx
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 10 2011
Added on Dec 2 2010
26 comments
338 views