Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Repost: Which port does SQL*Net use?
Matthias Suencksen (msuencks_at_marcant.de) wrote:
:
: It seems to me that SQL/NET works this way (seen on NT 4.0):
:
: the initial connections goes to 1521/1526 (well, what the differnces
: betwenn them?)
:
: During conversation an arbitrary port is negotiaded. Then client
: reconnects to that port. Thats very bad for firewalls indeed.
:
: Is there any way to turn it off ?
:
Put:
USE_PLUG_AND_PLAY_LISTENER = OFF in your listener.ora file.
Rick Brown
rick_at_onramp.net
Received on Mon Jul 06 1998 - 00:00:00 CDT
![]() |
![]() |