Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can't connect to Oracle database on Linux from Windows Clients through JDBC

647414Sep 4 2008 — edited Sep 4 2008
Hi,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2008
Added on Sep 4 2008
15 comments
2,751 views