Re: Oracle DBI::ODBC and SELECT FOR UPDATE

2009-12-26 Thread Uri Guttman
> "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

Oracle DBI::ODBC and SELECT FOR UPDATE

2009-12-26 Thread Tony Esposito
Has anyone successfully used, in Oracle, a 'SELECT ... FOR UPDATE' using the Perl DBI:: ODBC?

Re: Oracle DBI

2003-11-12 Thread Anton Arhipov
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

Re: Oracle DBI

2003-11-11 Thread drieux
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

Re: Oracle DBI

2003-11-11 Thread Dan Anderson
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

Re: Oracle DBI

2003-11-11 Thread
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(); > >

Oracle DBI

2003-11-11 Thread Anton Arhipov
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

RE: oracle DBI

2002-05-16 Thread Jackson, Harry
>-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

oracle DBI

2002-05-16 Thread Danny Grzenda
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