http://www.perlmonks.org/?node_id=321104 contains a list of all header
files needed in addition to the standard 9.2 client install. It might
be useful as part of the DBD::Oracle documentation.
Thanks,
Rob
>
> I would just like to note that speed and reliability are largely
> dependent on the transaction profile of your application. If your
> application is read heavy, MySQL is a sound choice. However if your
> application consists mostly of database writes, PostgreSQL's MVCC [1]
> architecture and
All -
I'm working on a rather large patch to DBD::Multiplex to make it
work correctly with a master/slave setup and transactions. In the
tests I've written, I've run into a very odd situation. I'm attempting
to trace what happens when $dbh->{AutoCommit} is executed. But,
DBD::Multiplex::db::FE