> "TE" == Tony Esposito writes:
TE> Has anyone successfully used, in Oracle, a 'SELECT ... FOR UPDATE'
TE> using the Perl DBI:: ODBC?
i can't answer that, but that is far from a question for the perl
beginner's list. please post this in one of the many other places where
you will likely
Has anyone successfully used, in Oracle, a 'SELECT ... FOR UPDATE' using the
Perl DBI:: ODBC?
No panic anymore. I was given a wrong database schema. Everything works
fine now.
Ant.
Dan Anderson wrote:
I'm struggling with the DBI too, one of the things that my book says is
that you can create config files the DBI will use. Is it possible that
you have an Oracle config file (perhaps stor
On Tuesday, Nov 11, 2003, at 14:50 US/Pacific, Dan Anderson wrote:
[..]
I'm struggling with the DBI too, one of the things that my book says is
that you can create config files the DBI will use. Is it possible that
you have an Oracle config file (perhaps stored by your sysadmin) that
is
giving th
I'm struggling with the DBI too, one of the things that my book says is
that you can create config files the DBI will use. Is it possible that
you have an Oracle config file (perhaps stored by your sysadmin) that is
giving the DBI the wrong ideas?
-Dan
On Tue, 2003-11-11 at 05:14, Anton Arhipov
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Anton Arhipov) writes:
>Hi!
>
>I'm a starter with this subject.
>
>my script is:
>use strict;
>use DBI;
>
>my $dbh = DBI->connect( 'dbi:Oracle:orcl', 'blah', 'blah',)|| die
>"Database connection not made: $DBI::errst
>r";
>$dbh->disconnect();
>
>
Hi!
I'm a starter with this subject.
my script is:
use strict;
use DBI;
my $dbh = DBI->connect( 'dbi:Oracle:orcl', 'blah', 'blah',)|| die
"Database connection not made: $DBI::errst
r";
$dbh->disconnect();
when trying to run this i get an error:
DBI->connect(APPS1) failed: ORA-01017: invalid use
>-Original Message-
>From: Danny Grzenda [mailto:[EMAIL PROTECTED]]
>
>
>I want to access our oracle db using perl dbi. Does anybody
>know what oracle
>software I need installed on my Windows workstation?
>
>I am getting the following messge error message.
>
>The dynamic link library OC
I want to access our oracle db using perl dbi. Does anybody know what oracle
software I need installed on my Windows workstation?
I am getting the following messge error message.
The dynamic link library OCIW32.dll could not be found in the specified
path.
Daniel G. Grzenda
Appli