Can't connect to Oracle database on Linux from Windows Clients through JDBC
647414Sep 4 2008 — edited Sep 4 2008Hi,
As Subject suggests, i can not connect to Oracle database based on Redhat Enterprise Linux 5 from Windows clients..
I can successfully connect from Server machines, however i can not connect from other Clients..
I test connection with SQL Developer, Windows fails.
I edited */etc/hosts.allow* file and added following lines
ALL: 192.168.1.0/255.255.255.0
However it did not work..
My tnsnames.ora file has :
...
+(ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))+
...
My listener.ora file has:
...
+(ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))+
...
Can you please help me to figure out this problem?
Thanks.