Exim, .forward and DBD::Oracle

Dmitry Melekhov dm@belkam.com
Sat Apr 12 12:47:00 GMT 2003


----- Original Message ----- 
From: "Gerrit P. Haase" <gp@familiehaase.de>
To: "Dmitry Melekhov" <dm@belkam.com>
Cc: <cygwin@cygwin.com>
Sent: Saturday, April 12, 2003 10:43 AM
Subject: 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';
> 

This is very strange ;-) , but no!

> > 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/



More information about the Cygwin mailing list