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 connection

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.pl line 69

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 command. It

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: OCIStmtExecute) [for Statement

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

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