Re: Help with DBI, perl, mysql on ubuntu

2013-04-28 Thread mnhan
> I apologize if this is not the right forum to ask question. > > Background > = > > I am running Ubuntu 12.04 on my laptop. it is the desktop version. > > I am aslo running MYSQL server version 5.5.29 > > I am running into some problems which seem fairly basic and could be > related to o

Re: noTableFoundError

2012-11-22 Thread mnhan
Depending on the database you are using, tablename can be case sensitive so check your spelling and case. Also make sure you are querying the right schema/database. You may have to use schema.table instead of table if that table is not in that user's schema or you will need to connect to the data

Re: Query on Perl DBI installation on Linux

2012-11-06 Thread mnhan
did you set the LD_LIBRARY_PATH to point to where the oracle libraries reside? Is libclntsh.so.11.1 readable by the user you are running the script with? The error is from missing LD_LIBRARY_PATH or the library is not readable by the user. > > Hi I installed the perl and DBI, DBD::Oracle module