SYNOPSIS
DESCRIPTION
This module provides a subclass of Jifty::DBI::Handle that compensates for some of the idiosyncrasies of Oracle.METHODS
connect PARAMHASH: Driver, Database, Host, User, Password
Takes a paramhash and connects to your DBI datasource.database_version
Returns value of ORA_OCI constant, see ``Constants'' in DBD::Oracle.insert
Takes a table name as the first argument and assumes that the rest of the arguments are an array of key-value pairs to be inserted.build_dsn PARAMHASH
Takes a bunch of parameters:Required: Driver, Database or Host/SID, Optional: Port and RequireSSL
Builds a dsn suitable for an Oracle DBI connection