Sponsored Content
The Lounge What is on Your Mind? What do you think of the Oracle-Sun deal? Post 302346523 by Scott on Saturday 22nd of August 2009 05:30:24 PM
Old 08-22-2009
I think it's a strange tie up.

Not least because the only software Oracle would want from Sun is Java; and because Oracle doesn't make hardware.

We already have Unbreakable-Oracle, based on Red Hat, I think, and Solaris is unquestionably the most reliable, robust operating system on the planet, but I just (very sadly) don't see a future for Solaris, and I don't know why a tie-up with Oracle would either change their (Oracle's) roadmap, or swing the general way of things amongst consumers that Linux was not the way ahead.

Bad management has brought Sun almost to its knees - the OpenSource experminent hasn't worked (at least not in the way Sun intended it) and they're losing market share.

I'm not against the tie-up (and who would listen if I was?) but I just don't see how it will work... but time will tell...

In any case, the OS will have a fan-base forever, probably, and when it's really open - as opposed to now, where it isn't. it could prosper again.
 
Session::Oracle(3)					User Contributed Perl Documentation					Session::Oracle(3)

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 Commit argument, which instructs this module to either commit the transaction when it is finished, 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 handle caching policy. The argument is mandatory in order to make you think about this problem. 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@acm.org>. SEE ALSO
Apache::Session::File, Apache::Session::Flex, Apache::Session::DB_File, Apache::Session::Postgres, Apache::Session perl v5.12.1 2007-09-28 Session::Oracle(3)
All times are GMT -4. The time now is 09:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy