[oracle9]настроить tnslistner на порт 1521 под Win2k
"You can set parameter USE_SHARED_SOCKET to true to enable use of shared sockets. If this parameter is set to true, the network listener passes the socket descriptor for client connections to the database thread. As a result, the client does not need to establish a new connection to the database thread and database connection time improves. Also, all database connections share the port number used by the network listener, which can be useful if you are setting up third-party proxy servers.(цитата из Oracle9i Security and Network Integration Guide, Release 2 (9.2) for Windows )
This parameter only works in dedicated server mode in a TCP/IP environment."
спасибо, все так и есть!
Оставить комментарий
voronetskaya
как сделать сабж так чтобы клиент соединялся только по 1521 порту? а то по умолчанию на 1521 он соединяется, а потом пытается перекинуть подключение на какой-то высокий порт, что недопустимо.то есть собственно задача: настроить все так, чтобы для работы клиента достаточно было бы только одного открытого порта 1521.