Pb From Dedicated to Shared in Oracle9i R2 [message #119113] |
Tue, 10 May 2005 12:03 |
shevshenko
Messages: 1 Registered: May 2005
|
Junior Member |
|
|
I have this Cluster config
Two nodes with SCSI shared Storage and RedHat Linux AS 3 with Clumanager
I have Oracle 9iR2 in one node and Apache Tomcat in the other.
First Oracle was configured in Dedicated mode using the Ip address of the cluster (the virtual one) for the listener.
Now I want to configure it as Shared mode so I put the dispatchers in the init.ora using also the same ip Address but the problem is when I start the listener I have the dedicated mode and not the dispatchers.
When I change the ip address of the dispatchers by another physical ip address in the init.ora they appear at listener starting.
How can I solve this problem ?
Thanks a lot
|
|
|
Re: Pb From Dedicated to Shared in Oracle9i R2 [message #119117 is a reply to message #119113] |
Tue, 10 May 2005 13:01 |
girish.rohini
Messages: 744 Registered: April 2005 Location: Delhi (India)
|
Senior Member |
|
|
Hi
Check the listener service status:
lsnrctl services
Also check if all the required parameters for enabling shared server option have been configured or not.
The pre-requisite parameters are
DISPATCHERS
SHARED_SERVERS. (Must be at least 1 for shared server option)
Regds
Girish
|
|
|