Error on Make command - gcc: odule_wrap.o: No such file or directory

2010-11-24 Thread Mike Towery
I got the following error on the make command. Any help would be appreciated r...@l2rac2 perl_db_upgrade]# cd DBI* [r...@l2rac2 DBI-1.615]# perl /usr/lib/swig1.3/perl5/Makefile.pl Checking if your kit is complete... Looks good Writing Makefile for $module [r...@l2rac2 DBI-1.615]# make cp lib/DB

Re: Error on Make command - gcc: odule_wrap.o: No such file or directory

2010-11-24 Thread Mike Towery
copy the line gcc -shared -L/usr/local/lib odule_wrap.o -o blib/arch/auto/odule/module.so to your console run it. Can gcc find the file "odule_wrap.o" ? On Wed, Nov 24, 2010 at 1:30 PM, Mike Towery <mailto:mtow...@gmail.com>> wrote: I got the following error on the make

Re: DBD::Oracle dbd_st_execute slow speed

2010-12-09 Thread Mike Towery
Confirm that there are supporting indexes on the table columns that the FKs reference. If not, that can definitely slow down your inserts as the tables grow larger. There should be indexes on: MJMC.ABI_FL_SYS_FMT (ABI_FMT_ID) MJMC.NDE_DATA_HIST (DATA_COLL_ID) Regards, Mike Towery

Re: DBD::Oracle dbd_st_execute slow speed

2010-12-13 Thread Mike Towery
how to do it. Regards, Mike Towery

Re: DBD::Oracle dbd_st_execute slow speed

2010-12-16 Thread Mike Towery
a 10046 trace that I recommended would show both the optimizer path and the wait information. Mike Towery On 12/16/2010 6:06 AM, Ludwig, Michael wrote: -Original Message- From: John Scoles More likely SQLplus is spawning a thread while DBD::Oracle does not. You mean performing the

Re: ORA-12154 - (DBD: login failed)

2016-08-08 Thread Mike Towery
I don't think the 10G Oracle client works with Oracle 12. Have you tried the Oracle 12 client? On Mon, Aug 8, 2016 at 9:25 AM, Howard, Chris wrote: > > > ORACLE_HOME not defined correctly? > > (I would test by printing out all ENV from within script) > > > > -Original Message- > From: M

Re: ORA-12154 - (DBD: login failed)

2016-08-08 Thread Mike Towery
ivers JDBC 3.0 in the JDK 5 drivers ojdbc6.jar for JDK 6 ojdbc5.jar for JDK 5 Reference: http://www.oracle.com/technetwork/topics/jdbc-faq-090281.html -- On Mon, Aug 8, 2016 at 9:40 AM, Mike Towery wrote: > I don't think the 10G Oracle client wor