Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: RAC fail-over with an instance in MOUNT status

Re: RAC fail-over with an instance in MOUNT status

From: <tony.van.esch_at_xs4all.nl>
Date: Tue, 07 Aug 2007 08:32:20 -0700
Message-ID: <1186500740.866647.221200@b79g2000hse.googlegroups.com>


Hi Jerome,

also with a single instance you can work with services (service_names parameter). You can check the listener which services are known for a single instance database (lsnrctl serv <listenername>). You will notice that the service 'db_name.db_domain' is always registered with the listener. So this is default behaviour of oracle instances and not specific for RAC.
In clusterware you can define RAC services with some options (eg: preffered/available/not used and the TAF policy). This is actually a combination of the standard service_names parameter for the oracle instance and configurations in the cluster registry (OCR).

regards,
Tony van Esch

vitalis..._at_gmail.com schreef:
.
>
> Thanks a lot, Tony. I guess this is the solution. The cluster database
> was created with DBCA when only one node was up. And DBCA did not
> create any basic cluster service. Could you please confirm it creates
> a cluster service when more than one instance are configured at the
> time of the database creation?
>
> According to the doco : "DBCA creates a default service for your
> Oracle RAC database and this service is a special Oracle database
> service". Another reading would be that it creates the "standard"
> database service I see on this cluster. But that would mean that even
> with more than 1 node at database creation, the MOUNT problem can
> happen unless we configure a cluster service additionally.
Received on Tue Aug 07 2007 - 10:32:20 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US