NAME

DBIx::Connection::Oracle::Session - Oracle session wrapper.

SYNOPSIS

DBIx::Connection::Oracle::Session->initialise_session($connection, {NLS_DATE_FORMAT => 'DD.MM.YYYY'});

DESCRIPTION

Initialise Oracle session's variables.

methods

initialise_session

Iniitialise session variables. It uses the following sql command pattern,

alter session set variable  = value;

COPYRIGHT

The DBIx::Connection::Oracle::Session module is free software. You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file.

AUTHOR

Adrian Witas, adrian@webapp.strefa.pl

See also DBIx::Connection.