does anyone know how to make MTS pass the IP address to a new client connection instead of the server name ??
Printable View
does anyone know how to make MTS pass the IP address to a new client connection instead of the server name ??
Will following entry in init.ora not do?
mts_dispatchers = "(address=(partial=TRUE)(protocol=TCP)(host=10.10.10.10)(PORT=xxxx))"
Hope I'm not missing the point....
Thanks, but it doesn't seem to work. The problem is that MTS sends the client the server name and port number. Because our DNS servers are in a mess, we are currently relying on the host file to resolve the server name, but it's an inpractical solution as we have about 1000 users....