NAME
Maplat::Worker::OracleDB - Worker module for accessing Oracle databases
SYNOPSIS
This module is a wrapper around DBI/DBD::Oracle.
DESCRIPTION
With this worker module, you can easely maintain connections to multiple databases (just declare multiple modules with different modnames).
Configuration
<module>
<modname>testdb</modname>
<pm>OracleDB</pm>
<options>
<dburl>dbi:Oracle:sid=FOO;host=192.168.0.1;port=9521</dburl>
<dbuser>fordprefect</dbuser>
<dbpassword>fourtytwo</dbpassword>
</options>
</module>
dburl is the DBI connection string, see DBD::Oracle.
Dependencies
This module is a basic module which does not depend on other worker modules.
SEE ALSO
Maplat::Worker DBD::Oracle
AUTHOR
Rene Schickbauer, <rene.schickbauer@magnapowertrain.com>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Rene Schickbauer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.