Apache::Session::Oracle(3pm) - phpMan

Command: man perldoc info search(apropos)  


Session::Oracle(3pm)           User Contributed Perl Documentation           Session::Oracle(3pm)



NAME
       Apache::Session::Oracle - An implementation of Apache::Session

SYNOPSIS
        use Apache::Session::Oracle;

        #if you want Apache::Session to open new DB handles:

        tie %hash, 'Apache::Session::Oracle', $id, {
           DataSource => 'dbi:Oracle:sessions',
           UserName   => $db_user,
           Password   => $db_pass,
           Commit     => 1
        };

        #or, if your handles are already opened:

        tie %hash, 'Apache::Session::Oracle', $id, {
           Handle => $dbh,
           Commit => 1
        };

DESCRIPTION
       This module is an implementation of Apache::Session.  It uses the Oracle backing store and
       no locking.  See the example, and the documentation for Apache::Session::Store::Oracle for
       more details.

USAGE
       The special Apache::Session argument for this module is Commit.  You MUST provide the Com-
       mit argument, which instructs this module to either commit the transaction when it is fin-
       ished, or to simply do nothing.  This feature is provided so that this module will not
       have adverse interactions with your local transaction policy, nor your local database han-
       dle caching policy.  The argument is mandatory in order to make you think about this prob-
       lem.

       This module also respects the LongReadLen argument, which specifies the maximum size of
       the session object.  If not specified, the default maximum is 8 KB.

AUTHOR
       This module was written by Jeffrey William Baker <jwbaker AT acm.org>.

SEE ALSO
       Apache::Session::File, Apache::Session::Flex, Apache::Session::DB_File, Apache::Ses-
       sion::Postgres, Apache::Session



perl v5.8.8                                 2008-02-03                       Session::Oracle(3pm)

Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-19 16:31 @38.107.179.240 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!