Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Problems with sqlnet through a firewall
(Emailed and posted.)
SQL*Net V2, when connecting to an Oracle server that's running MTS and shared servers, will connect as follows:
This means that although your firewall is configured to pass connections to the listener's port, connections to the database will fail when they attempt to get through to the dispatcher's port. TNSPING will probably still work because it doesn't attempt to open a full connection; it probably just contacts the listener.
Solutions:
![]() |
![]() |