|
|
|
Re: windows xp firewall - oracle connectivity [message #138792 is a reply to message #135450] |
Fri, 23 September 2005 13:41 |
dbawannabie
Messages: 1 Registered: September 2005
|
Junior Member |
|
|
Use of USE_SHARED_SOCKET with Oracle 8.1.7 and Windows NT/2000
1. For Oracle 8.1.7 install patch 2376472 (Oracle 8.1.7.4)
get it at Metalink
File name p2376472_8174_WINNT.zip
Updated 14-JUN-2002, Size 112MB
2. Add USE_SHARED_SOCKET to your registry
For Oracle 8.0
\\HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE
For Oracle 8i or newer
\\HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME#
3. Restart the computer
4. Test from LAN with tnsping, sqlplus, netstat
Usually tnsping works fine even before USE_SHARED_SOCKETS
have been set, because it doesn't make a connection to the
service. Check listener.log and sqlnet.log on the server
5. Open the port in firewall (usually 1521)
Sometimes you'll have a modem, a router, a firewall or a
mix of them, consider that you might configure some of them
or all to make port forwarding work.
6. Test from outside the firewall
I hope this might be of help
|
|
|
|
|