Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: RAC fail-over with an instance in MOUNT status
User defined services are exposed only after the database has been opened. Only then clusterware will 'add' the service to the instance if neccesary. The default dbname(.db_domain) servicename is not controlled by clusterware and should therefore be avoided as the servicename to use by cliënts.
PS: Check the available service in the listener when the instance in mount status: lsnrctl status serv
Solution: Cliënts should use a servicename which is managed by clusterware. So you should explicitly create new services with the dbca. Give cliënts the new tns-entry with this servicename and this problem should be gone.
regards,
Tony van Esch
Received on Tue Aug 07 2007 - 06:56:42 CDT
![]() |
![]() |