in reply to Re^2: Database connection over a network without having a local TNS entry
in thread Database connection over a network without having a local TNS entry

So what's the (exact) error message?

What about the obivous questions of correct user/password values and firewall issues?
  • Comment on Re^3: Database connection over a network without having a local TNS entry

Replies are listed 'Best First'.
Re^4: Database connection over a network without having a local TNS entry
by Nesh (Beadle) on Jun 21, 2005 at 01:39 UTC
    The error message is
    C:\Neshat\Perl-Scripts>perl dbconn.pl DBI connect('database=FO;host=neshat.com;port=1521','abcd',...) failed +: Can't connect using this syntax without specifying a HOST and a SID at dbconn.pl line 9
    I am able to connect using the same parameters using jdbc. So I don't think that there should be any firewall issue. But still I am not very sure.