Exim, .forward and DBD::Oracle

Igor Pechtchanski pechtcha@cs.nyu.edu
Sat Apr 12 17:01:00 GMT 2003


On Sat, 12 Apr 2003, Dmitry Melekhov wrote:

> ----- Original Message -----
> From: "Gerrit P. Haase" <gp@familiehaase.de>
> To: "Dmitry Melekhov" <dm@belkam.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!

Ah, but shouldn't it be:
$ENV{ORACLE_HOME}='c:\\oracle\\ora81';
Just a thought...
	Igor

> > > 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";

-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Knowledge is an unending adventure at the edge of uncertainty.
  -- Leto II


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