Re: Oracle DBA's group mail ids'

2011-04-14 Thread Raveen du
Peter, Thanks for the response, i am a beginner level of DBA. I am looking for an help with beginer level of knoweldge. Can you please some group ids where i can get this ? regards, Raveendu On Wed, Apr 13, 2011 at 5:01 PM, Peter McLarty < peter.mcla...@pacificdbms.com.au> wrote: > It woul

Re: Oracle DBA's group mail ids'

2011-04-14 Thread Peter McLarty
It would depend on your level of expertise and if you are just wanting someone to do your work for you and not read manuals or if you need help with complex problems. ITToolbox has various lists for starting out and if you google you will find various advanced ones Cheers Peter On 13/04/201

Re: Oracle DBA's group mail ids'

2011-04-13 Thread xiaolan
why not google? I did and found this: http://oss.oracle.com/mailman/listinfo/ On Wed, Apr 13, 2011 at 5:03 PM, Raveen du wrote: > Dear friends, > >  awaiting for your reply . can you please someone advis me on this please > > On Tue, Apr 12, 2011 at 4:12 PM, Raveen du > wrote: > >> Dear Friend

Re: Oracle DBA's group mail ids'

2011-04-13 Thread Raveen du
Dear friends, awaiting for your reply . can you please someone advis me on this please On Tue, Apr 12, 2011 at 4:12 PM, Raveen du wrote: > Dear Friends, > As like we are having the perl user community, i am > also looking for some email groups for Oracle DBA's. If anybody

RE: Oracle nightmare

2011-04-06 Thread Kelath, Ram
inal Message- From: marcos rebelo [mailto:ole...@gmail.com] Sent: Wednesday, April 06, 2011 6:12 AM To: Paul Johnson Cc: beginners@perl.org Subject: Re: Oracle nightmare The error continues: DBD::Oracle::db do failed: ORA-00942: table or view does not exist (DBD ERROR: error possibly near <

Re: Oracle nightmare

2011-04-06 Thread marcos rebelo
The error continues: DBD::Oracle::db do failed: ORA-00942: table or view does not exist (DBD ERROR: error possibly near <*> indicator at char 11 in 'DROP TABLE <*>my_table') [for Statement "DROP TABLE my_table"] at script.pl line 31. ( n�o, não ) nok DBD::Oracle::st execute failed: ORA-00932: inco

Re: Oracle nightmare

2011-04-06 Thread Paul Johnson
On Wed, Apr 06, 2011 at 10:24:37AM +0200, marcos rebelo wrote: > Hi all > > I have already lost one day around coding and documentation with this > problem, so I'm asking for help with DBD::Oracle. > > I'm working around the unicode and BLOB problem. Can someone help me > setting the fooling code

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

RE: ORACLE

2005-12-07 Thread José Pedro Silva Pinto
Hi, Simple, Put: RaiseError=> 0 Printerror=> 1 José Pedro Silva Pinto -Original Message- From: Lorenzo Caggioni [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 7 de Dezembro de 2005 10:50 To: beginners@perl.org Subject: DBI:ORACLE HI!!! i'm tring to use DBI module Here is the code #!/g

RE: :Oracle installation script assumes oracle is installed local ly?

2005-08-31 Thread brian . barto
> [EMAIL PROTECTED] wrote: > > Hi all. I am attempting to install DBD::Oracle from the perl CPAN > > shell. The installation script seems to assume that oracle is > > installed locally. It asks me to set ORACLE_HOME to the path the > > oracle is installed and to try again. Well I don't have oracle

RE: :Oracle installation script assumes oracle is installed local ly?

2005-08-31 Thread Bob Showalter
[EMAIL PROTECTED] wrote: > Hi all. I am attempting to install DBD::Oracle from the perl CPAN > shell. The installation script seems to assume that oracle is > installed locally. It asks me to set ORACLE_HOME to the path the > oracle is installed and to try again. Well I don't have oracle > installe

Re: :Oracle problems

2005-05-31 Thread Todd Lewis
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 4:39 PM To: [EMAIL PROTECTED]; beginners@perl.org Subject: RE: :Oracle problems Ok that makes more sense, I will look online for a reference of oracle SQL language, that is NOT sql*plus. Do you know where I might start

RE: :Oracle problems

2005-05-31 Thread Michael . Coll-Barth
oracle.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 31, 2005 4:39 PM To: [EMAIL PROTECTED]; beginners@perl.org Subject: RE: :Oracle problems Ok that makes more sense, I will look online for a reference of oracle SQL language, that is NOT

RE: :Oracle problems

2005-05-31 Thread christopher . l . hood
:55 PM To: Christopher L. Hood; beginners@perl.org Subject: RE: :Oracle problems [EMAIL PROTECTED] wrote: > All, > > I am getting the following error while trying to use DBD::Oracle: > > DBD::Oracle::st execute failed: ORA-00900: invalid SQL statement (DBD > ERROR: OCIStmtExecu

RE: :Oracle problems

2005-05-31 Thread Bob Showalter
[EMAIL PROTECTED] wrote: > All, > > I am getting the following error while trying to use DBD::Oracle: > > DBD::Oracle::st execute failed: ORA-00900: invalid SQL statement (DBD > ERROR: OCIStmtExecute) [for Statement "describe ALL_USERS"] at > ./oracleTest.pl line 69. DESCRIBE is a SQL*Plus comma

RE: :Oracle problems

2005-05-31 Thread Moon, John
Subject: RE: :Oracle problems Subject: DBD::Oracle problems All, I am getting the following error while trying to use DBD::Oracle: DBD::Oracle::st execute failed: ORA-00900: invalid SQL statement (DBD ERROR: OCIStmtExecute) [for Statement "describe ALL_USERS"] at ./oracleTest.

RE: :Oracle problems

2005-05-31 Thread Moon, John
Subject: DBD::Oracle problems All, I am getting the following error while trying to use DBD::Oracle: DBD::Oracle::st execute failed: ORA-00900: invalid SQL statement (DBD ERROR: OCIStmtExecute) [for Statement "describe ALL_USERS"] at ./oracleTest.pl line 69. I have tested the connectio

RE: :Oracle installation Woes

2004-09-22 Thread Bob Showalter
[EMAIL PROTECTED] wrote: > Ok here is the deal, our admin is trying to install DBD::Oracle for > me to access one of our affiliates databases. The oracle "instant > basic client" and "sqlplus" has been installed as well as > GetOpt::Long. > > The installations all went well except for DBD::Oracle

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(); > >

RE: :Oracle

2003-11-03 Thread Bob Showalter
Olivier Wirz wrote: > Hello, > > I try to install DBI and DBD::Oracle on a Windows XP. > > With DBI it works fine this way: > > ppm > install DBI > > but it doesn't work with DBD::Oracle > > install DBD::Oracle > --> Searching for 'DBD::Oracle' returned no results > > Is there a way to instal

RE: :Oracle not executing stored procedure properly...

2003-08-06 Thread Coello, David
hi everyone! im having a problem, i want to display 10 records at a time per page in a cgi page, im using oracle 8 i have try'd a few things without any luck, HELP! i could get all my records fine but i cant get the paging to work. david -Original Message- From: Hamish Whittal [mailto:[EM

Re: Oracle SQL

2003-07-09 Thread Rob Anderson
<[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > We are having a problem. Any help would be appreciated. > > 1: We are running Perl on NT. > 2: Perl is reading lines of code from a file, concatonating it in a variable, >and writing to an Oracle database. > 3: I keep on getting a

Re: Oracle SQL

2003-07-09 Thread Jenda Krynicky
From: [EMAIL PROTECTED] > We are having a problem. Any help would be appreciated. > > 1: We are running Perl on NT. > 2: Perl is reading lines of code from a file, concatonating it in a > variable, >and writing to an Oracle database. > 3: I keep on getting a message: >DBD::ODBC::st excut

RE: Oracle SQL

2003-07-09 Thread Dan Muey
> We are having a problem. Any help would be appreciated. > > 1: We are running Perl on NT. > 2: Perl is reading lines of code from a file, concatonating > it in a variable, >and writing to an Oracle database. > 3: I keep on getting a message: >DBD::ODBC::st excute failed: [Microsoft][O

Re: :Oracle row count not working

2002-11-14 Thread George Schlossnagle
rows does not work correctly for selects.[1] This is because oracle itself does not know how many rows are returned on the select until they have all been fetched. rows works correctly on inserts and updates though. [1] rows will return non-zero after the first row is fetched,, but this number

Re: :Oracle row count not working

2002-11-14 Thread Wiggins d'Anconia
That seems correct to me. You may have better luck on [EMAIL PROTECTED] if maybe this is an Oracle specific thing or such. http://danconia.org -Original Message- From: Kevin Old [mailto:kold@;carolina.rr.com] Sent: Thursday, November 14, 2002 3:10 PM To: [EMAIL PROTECTED] Subject: DBD::O

RE: :Oracle row count not working

2002-11-14 Thread Peter Kappus
I haven't used much DBI but I suspect that your $rv2 is just a reference to an array of rows so you might try doing something like "$rv2 = scalar($sth2->rows)" to put the number of items in that array into $rv2... BTW, why such cryptic variable names? ;-) Of course, I may be completely off so hope

Re: Oracle and Perl

2002-06-06 Thread Michael Lamertz
On Thu, Jun 06, 2002 at 08:34:24AM -0400, Naser Ali wrote: > Hello everyone, > > I am planning to write perl programs to access Oracle database. What do I > need to install and configure in Solaris 2.6 environment with Oracle 8i.? > Where can I find some basic tutorials for beginners like my self

RE: Oracle and Perl

2002-06-06 Thread Jackson, Harry
> -Original Message- > From: Naser Ali [mailto:[EMAIL PROTECTED]] > > > Hello everyone, > > I am planning to write perl programs to access Oracle > database. What do I > need to install and configure in Solaris 2.6 environment with > Oracle 8i.? > Where can I find some basic tutoria

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

Re: Oracle Error while trying to connect to oracle tables

2002-04-27 Thread Matt C.
You could setup another environment script to wrap your perl in (although setting up your environment with %ENV should work too). We do similar things by creating little shell scripts that setup the environment, then execute our perl stuff. We have one global env. that we source before all of our

RE: Oracle sequences

2002-04-10 Thread David Gray
> I'm attempting to load an oracle database and am struggling > with how to retrieve a sequence for a table. > > in SQL, the value is net_seq.nextval > how do i use this in a perl script?? Do you have DBI installed? What have you tried? Can we see some code? AFAIK, you can't directly retrieve

RE: Oracle sequences

2002-04-10 Thread David Kirol
my $sql = "SELECT net_seq.nextval FROM dual"; HTH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 9:25 AM To: [EMAIL PROTECTED] Subject: Oracle sequences Hi all I'm attempting to load an oracle database and am struggling with how to

RE: Oracle function- Error when attempting call. Please Help !

2001-08-29 Thread Bob Showalter
> -Original Message- > From: Carlin Anderson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 28, 2001 2:24 PM > To: [EMAIL PROTECTED] > Subject: Oracle function- Error when attempting call. Please Help ! > > ... > $sth = $dbh->prepare("BEGIN :result = getpickableqty(:id) END;"); Hee

Re: Oracle Database...

2001-05-15 Thread M.W. Koskamp
- Original Message - From: Ang Sei Heng <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 15, 2001 7:18 PM Subject: Oracle Database... > Hello Everyone, > > Recently I did some database connection to Oracle via DBD::Oracle. > > I manage to conncec to server, the follow stat

Re: Oracle Database...

2001-05-15 Thread Tony Cook
On Tue, 15 May 2001, Ang Sei Heng wrote: > Hello Everyone, > > Recently I did some database connection to Oracle via DBD::Oracle. > > I manage to conncec to server, the follow statement does not > work: > > -- ## Begin Perl Code ## -- > > my $sqlcmd = "select * from street"; > >

Re: Oracle Database...

2001-05-15 Thread Collin Rogowski
The problem seems to be that the Oracle Driver does not implement the rows function. Quote from 'perldoc DBI': ""rows"" $rv = $sth->rows; Returns the number of rows affected by the last row affecting command, or -1 if the number of rows is not known or