Mail Archives: cygwin/2003/04/12/10:32:14
On Sat, 12 Apr 2003, Dmitry Melekhov wrote:
> ----- Original Message -----
> From: "Gerrit P. Haase" <gp AT familiehaase DOT de>
> To: "Dmitry Melekhov" <dm AT belkam DOT 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 AT cs DOT nyu DOT edu
ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT 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/
- Raw text -