Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Does any know Oracle use which TCP Port to connect
Default TCP port to connect to the ^listener^ is 1521 or 1526 (but u can change it). Unfortunately, the listener is only used to establish the conection. But this first connection is closed, and the "real" one is made on another port, wich u cannot choose (around 1100).
To solve this, u can use the Oracle Connection Manager as a router : all connections will pass trough a specified port. But this requires the Enterprise edition of Oracle.
Achille Carette
Senior Consultant
Bluegate Group http://www.bluegate.be
Michael Wu <kuohwawu_at_ethome.net.tw> wrote in message
news:8rf9g3$rk0$1_at_news.ethome.net.tw...
> Dear All,
>
> Recently we plan to use firewall and hide our Database inside of it, but
we
> could not connect it to our web server in DMZ smoothly, I just saq the
> initial connection, then it is failed to connect.
>
> Could anyone who knows which port does Oracle use?
>
> Thank you very much.
>
> Best Regards
> Michael Wu
>
> kuohwa_at_ms21.hinet.net
>
>
>
Received on Wed Oct 04 2000 - 10:14:15 CDT
![]() |
![]() |