RE: DBD::Oracle issue

2005-06-01 Thread TheRefUmp
Wrong forum for MySQL but you're getting the error because unless you created a view/table for "all_tables" then it doesn't exist. I suspect you're trying to use the view "USER_TABLES" or "DBA_TABLES" (if you have the GRANT to view that DBA view. [EMAIL PROTECTED] wrote: >ALL, > > > >Can so

Re: DBD::Oracle issue

2005-06-01 Thread mfatene
Hi, I'll try even if this is not a neither oracle nor perl-dbd list. 1. verify that NLS_LANG is correct in your client env (and all the other ORA vars) 2. verify the query is simply quoted (" needs \_ for _) 3. Put all oracle variables in BEGIN {ORACLe_HOME=""}; in the perl script 4. verify that s

RE: DBD::Oracle issue

2005-06-01 Thread christopher . l . hood
your assistance. Chris Hood  -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 01, 2005 8:02 AM To: Christopher L. Hood Cc: mysql@lists.mysql.com; beginners@perl.org Subject: Re: DBD::Oracle issue Hi, I'll try even if this is not a neither o

DBD::Oracle issue

2005-06-01 Thread christopher . l . hood
ALL, Can someone help out with this error: DBD::Oracle::st execute failed: ORA-03106: fatal two-task communication protocol error (DBD ERROR: error possibly near <*> indicator at char 23 in 'select table_name from <*>all_tables') [for Statement "select table_name from all_tables"] at ./orac