Re: DB Connection (Dumb Question)

2001-05-10 Thread Julio Santiago
Sorry Guys, I checked my .profile and there is a line that says: PATH=$PATH:$ORACLE_HOME/bin; export PATH Is there any other way to connect to the DB remotely than the onesused below? >From: "Julio Santiago" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: DB

DB Connection (Dumb Question)

2001-05-10 Thread Julio Santiago
Hello, I am having a hard time trying to connect to a Oracle DB. If I use: my $dbh = DBI->connect('dbi:Oracle:', "$user/$passwd\@$sid", "", { AutoCommit => 0, RaiseError => 1, PrintError => 1 }) or die "Can't connect:$DBI::errstr"; the connection works fine and everything runs smooth. When I