This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Exim, .forward and DBD::Oracle


Hallo Dmitry,

> Perl never ends....

[...]

> This is script:

> #!/usr/bin/perl
> $ENV{ORACLE_HOME}='c:\oracle\ora81';

Shouldn't that be:
$ENV{ORACLE_HOME}='/cygdrive/c/oracle/ora81';

> system ("/usr/bin/env");
> use DBI;
> $user = "tabel";
> $passwd = "";
> $host = "oracle.belkam.com";
> $sid = "TABEL";
> $dbh = DBI->connect("dbi:Oracle:host=$host;sid=$sid", $user, $passwd);
> print "OK";


-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]