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

Home -> Community -> Usenet -> c.d.o.server -> Re: query via jdbc thin to a datbase in DMZ

Re: query via jdbc thin to a datbase in DMZ

From: Christof Kaiser <kaiser_at_logiball.de>
Date: Wed, 02 Apr 2003 16:52:58 +0200
Message-ID: <3E8AF94A.EA2CA0F0@logiball.de>


instead of a ping, try to male a telnet on the used port, ususally 1521. does it connect?

dont expect telnet to do something usefull (unless you are a native sql8net speaker ;-), but you should get

oracle_at_xxx:/ > telnet xxx 1521
Trying 192.168.2.116...
Connected to xxx.
Escape character is '^]'.

rather than

oracle_at_xxx:/ > telnet xxx 1500
Trying 192.168.2.116...
telnet: connect to address 192.168.2.116: Connection refused

SP schrieb:

> We've a Oracle 9 release 2 db in windws 2000 server. This box is in DMZ.
> I've another box that makes jdbc calls to that box. It has to go through a
> firewall. The box, once in a while, cannot make db calls to the db even
> though the oracle box is pingable. I traced the listener and it doesn't
> show any problem. Is there a way to resolve this issue?
> Thanks,
> SP
Received on Wed Apr 02 2003 - 08:52:58 CST

Original text of this message

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