Re: DBD::Multiplex, mysql replication and transactions

2006-05-15 Thread Tim Bunce
On Sun, May 14, 2006 at 02:05:32PM +0200, Rhesa Rozendaal wrote: Hi all, We've just setup MySQL replication, using the example from the DBD::Multiplex pod to connect to the master and slaves. This works beautifully: writes go to the master, and reads go to the slaves. But now I'm

Re: can't load library that exists (Oracle.sl)

2006-05-15 Thread Hardy Merrill
Since nobody else has replied yet, I'll take a shot - note that I haven't used perl or Oracle or perl DBI in quite a while, and I've never worked on an HP Cluster, but looking at your error my guess is that you either 1. don't have DBD::Oracle installed on the failover machine, or 2. do have

RE: Test t/24implicit_utf8.t fails when compiling DBD-Oracle-1.17

2006-05-15 Thread Chen, Andrew
I export the following vars: ORACLE_HOME=/opt/app/oracle/product/9.2.0 PATH=/usr/local/bin:$ORACLE_HOME/bin:$PATH LD_LIBRARY_PATH=$ORACLE_HOME/lib ORACLE_USERID='userid/pass@SID' #NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1 NLS_LANG=.WE8ISO8859P1 NLS_NCHAR=AL16UTF16 export ORACLE_HOME PATH