Sponsored Content
The Lounge What is on Your Mind? What do you think of the Oracle-Sun deal? Post 302379687 by zxmaus on Friday 11th of December 2009 12:40:02 PM
Old 12-11-2009
Quote:
Originally Posted by digits
This is not enough, because thus the best or most innovative products are rarely choosen.
may I carefully remind here that almost all breakthrough inventions in the past and present had been made by Big Blue that still holds most of these patents? There would be no tape, no disk, without them ... And that they still put roughly 50% of their net income into development of new innovations?
Open Source is not the answer to everything, and neither is an IT world with just the big players in it ... in the Unix world every derivate has its pro's and con's ... and I really doubt that this Oracle-Sun deal will keep solaris alive at all - what is a shame. Maybe a fate like being bought by IBM or HP would have been not so final. Nobody knows.

Regards
zxmaus
 
Jifty::DBI::Handle::Oracle(3pm) 			User Contributed Perl Documentation			   Jifty::DBI::Handle::Oracle(3pm)

NAME
Jifty::DBI::Handle::Oracle - An oracle specific Handle object 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 blob_params column_NAME column_type Returns a hash ref for the bind_param call to identify BLOB types used by the current database for a particular column type. The current Oracle implementation only supports ORA_CLOB types(112). apply_limits STATEMENTREF ROWS_PER_PAGE FIRST_ROW takes an SQL SELECT statement and massages it to return ROWS_PER_PAGE starting with FIRST_ROW; distinct_query STATEMENTREF takes an incomplete SQL SELECT statement and massages it to return a DISTINCT result set. AUTHOR
Jesse Vincent, jesse@fsck.com SEE ALSO
Jifty::DBI, Jifty::DBI::Handle, DBD::Oracle perl v5.14.2 2011-04-26 Jifty::DBI::Handle::Oracle(3pm)
All times are GMT -4. The time now is 10:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy