Can we put the same port number for different database on diffrent host ? We have a Unix cluster on ServiceGuard and the listener are configured for the different virtual server on the same physical machine.
Ex:
listener1=
(ADDRESS=(PROTOCOL=tcp)(HOST=VirtualServer1)(PORT=1421))
listener2=
(ADDRESS=(PROTOCOL=tcp)(HOST=VirtualServer2)(PORT=1421))
Ex:
listener1=
(ADDRESS=(PROTOCOL=tcp)(HOST=VirtualServer1)(PORT=1421))
listener2=
(ADDRESS=(PROTOCOL=tcp)(HOST=VirtualServer2)(PORT=1421))