Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Connect Thru Listener for NEWLY Converted RAC DB Failing ......Basic Qs
Folks
Following Command Also Failing
$ srvctl add service -d PNBRAC -s PNBRAC.ad.infosys.com -P BASIC
PRKO-2001 : Invalid command line syntax
Cheers
From: VIVEK_SHARMA
Sent: Friday, December 22, 2006 5:18 AM
Folks
Need advice on the following Message
$ srvctl add service -d PNBRAC -s PNBRAC.ad.infosys.com -r spesuns4p-2,
spesuns4p-4
Service name cannot be same as the database default service name PNBRAC
Cheers
From: VIVEK_SHARMA
Sent: Friday, December 22, 2006 4:50 AM
Following Command gave Error because I had just successfully issued the Command "srvctl add database -d PNBRAC -o /ora/rac10gr2/ product" before receipt of your e-mail. Hope it is ok.
$ srvctl add database -d PNBRAC -o /ora/rac10gr2/product -r PRIMARY -n
PNBRAC
PRKP-1073 : Cannot create database PNBRAC because a database named
PNBRAC already exists.
Following 2 Commands were also successful:-
$ srvctl add instance -d PNBRAC -i PNBRAC1 -n spesuns4p-2
$
$ srvctl add instance -d PNBRAC -i PNBRAC2 -n spesuns4p-4
$
$ srvctl config database
TSTRAC EBRAC PNBRAC
From: Shreeni [mailto:shreeni_at_sbcglobal.net]
Sent: Friday, December 22, 2006 4:11 AM
To: VIVEK_SHARMA; oracle-l_at_freelists.org
Subject: RE: Connect Thru Listener for NEWLY Converted RAC DB Failing
......Basic Qs
OK...This clears up a bit I guess. Using srvctl in this order, I guess u will be set :- ( srvctl -h gives you all possible syntax combos )
srvctl add database -d PNBRAC -o <oracle_home> -r PRIMARY -n PNBRAC srvctl add instance -d PNBRAC -i PNBRAC1 -n spesuns4p-2 srvctl add service -d PNBRAC -s PNBRAC.ad.infosys.com -P BASIC srvctl add nodeapps -n spesuns4p-2 -o <oracle_home> srvctl config database
Thanks and have a good day.
Shreeni
![]() |
![]() |