Sponsored Content
Operating Systems Solaris Oracle Agrees to Acquire Sun Microsystems Post 302308927 by Neo on Monday 20th of April 2009 03:56:07 PM
Old 04-20-2009
Oracle Agrees to Acquire Sun Microsystems

Source: NY Times

Oracle Agrees to Acquire Sun Microsystems
By ASHLEE VANCE

The Oracle Corporation, the technology information company, announced Monday that it would acquire a rival, Sun Microsystems, for $9.50 a share, or about $7.4 billion.

The agreement with Oracle came about two weeks after I.B.M. ended its talks with Sun. The Sun board balked at that deal after I.B.M. lowered its offer to $9.40 a share from $10. Still, Monday's deal represented a 42 percent premium over Sun's closing price of $6.69 on Friday.

Oracle and Sun said in a statement that net of Sun's cash and debt, the deal was valued at $5.6 billion.

Lawrence J. Ellison, Oracle's co-founder and chief executive, and Scott G. McNealy, Sun's co-founder and chairman, have been two of Silicon Valley's closest allies over the last 20 years. Their companies turned into two of the superstars of the Internet build-out, and both executives made ribbing their rival Microsoft a favored pastime.

Historically, most of Oracle's database sales have occurred in tandem with Sun's servers. Over the last few years, however, Oracle has moved to make Hewlett-Packard and Dell stronger allies, as Sun's business has declined.

“This combination is a natural evolution of our relationship and will be an industry-defining event,” Mr. McNealy said.

Sun's directors have unanimously approved the transaction. It is expected to close this summer, subject to Sun stockholder approval, the companies said in a statement.

Oracle said it expected the purchase to add at least 15 cents a share to its adjusted earnings in the first year after the deal closes. The company also estimated that Sun would contribute more than $1.5 billion to Oracle's adjusted profit in the first year and more than $2 billion in the second year.

Sun shares were up 36 percent, to $9.12, in midday trading, while Oracle fell 1.9 percent, to $18.70.

The deal immediately disrupts the traditional relationships formed between some of the technology industry's largest players and thrusts Oracle into the hardware business.

Oracle, for example, has long-standing partnerships with Sun's rivals, including Hewlett-Packard and Dell. These sellers of server computers work to fine-tune Oracle's database and business software for their computers.

I.B.M., which competes against Oracle in the software market, also comes under new threats with the deal.

For years, I.B.M. has used its homemade servers as leverage for selling higher-profit database and business software. With Sun, Oracle opens up the same opportunity and gains access to thousands of existing Sun customers.

In addition, Oracle has now obtained the MySQL database, which Sun acquired last year for $1 billion. The open-source software has proved popular with companies looking to expand their Internet operations.

Last year, Oracle began a flirtation with the hardware market. It started reselling a server computer from H.P. that relied on its software for managing and analyzing large volumes of data.
 

3 More Discussions You Might Find Interesting

1. HP-UX

where to acquire HP-UX ?

Anyone help me on acquiring a copy of HP-UX... I dont mind what version to start of with as its only for my use to test etc.... (2 Replies)
Discussion started by: frustrated1
2 Replies

2. Solaris

free learning resources and training from Sun microsystems plus discounted Certification Voucher

Hi all, If you are interested on taking Sun microsystems training from Java to business skills , if so drop by SAI program it's free for students and Educational Institutions (0 Replies)
Discussion started by: h@foorsa.biz
0 Replies

3. Solaris

prtdiag output for Solaris on Fujitsu hardware shows vendor as Sun Microsystems

Hello, I was under the impression that the Header of the prtdiag output shows the hardware vendor information in the section between System Configuration and sun4u/sun4us. But on some Solaris machines which are running on Fujitsu hardware, the vendor is shown as Sun Microsystems in this... (8 Replies)
Discussion started by: chattygk
8 Replies
Apache::Session::Oracle(3pm)				User Contributed Perl Documentation			      Apache::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 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.10.1 2010-10-18 Apache::Session::Oracle(3pm)
All times are GMT -4. The time now is 01:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy