Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Can I know which port that oracle client use for connection?

Can I know which port that oracle client use for connection?

From: Carfield Yim <carfield_at_programmer.net>
Date: Mon, 25 Dec 2000 14:20:38 +0800
Message-ID: <3A46E736.FB2DCAC3@programmer.net>

The problem I face is the jdbc connection broken several time a day in my servlet application. I think that the cause is every several hour, the server will ping the client tosee if it still alive . If the client is un-reactable, the server will disconnection it. As my client connect to internet through a firework so that all incoming resquest is blocked. Thus, oracle server can't ping the database and close the connection. Because of this, I would like to know is there a way that I can know the port of jdbc client use for connection? Is it request the OS to get a free port or is it same as oracle server? (1521) Please tell me how can I know which port oracle client use so that I can open that port, thx Received on Mon Dec 25 2000 - 00:20:38 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US