Search posterous

Search all posts and users. Type a name, type a favorite song title, whatever! See what comes up.
  

More posterous blogs











More recommended blogs »

Here are posterous posts filed under middleware...

Stephen says...

Stock indexes are retracing levels last seen 12 years ago, but in many cases sales and earnings are still coming in higher than ever for leading tech companies. That phenomenon has turned once-mighty Oracle (ORCL), maker of database software, into both a value stock and also one of the last growth stories left standing in tech.

The $75 billion market-cap company has fallen 19% in the last 12 months to a recent $15.01 on worries that spending on corporate software programs such as databases and middleware will evaporate completely this year. But among large-cap tech companies, Oracle is one of the few growth stories left in technology, a sector that has been devastated by falling estimates for all hardware products, including personal computers, cellphones and networking equipment.

Corporate software-industry sales are weak and the propensity among companies to spend on software is declining, according to a note put out Monday by Friedman Billings Ramsey's David Hilal, but Oracle has a balance sheet to weather the storm, not to mention the ability to grow faster in a recovery by buying cheap software companies during the current downturn.

Based on valuation, Oracle isn't getting much credit for its projected growth and its strong financial position. Oracle's forward four quarters' price/earnings multiple of 10.4 is in line with the 10.3 of the Standard & Poor's 500 index of large-cap stocks, which is the cheapest the index has traded in over 20 years.

Younger companies with higher growth are stealing all the limelight, with software-application company Informatica (INFA) fetching a 15.6 multiple, and Salesforce.com (CRM) garnering a 50 multiple. However, really tough times call for reasonable expectations to go with a reasonable valuation. If Oracle can return to something closer to its median 10-year forward four quarters' P/E of 16.6 over the next 18 months, the stock could rise from $15 to $25.

Oracle will probably increase sales 5% this year and next, and profit may grow 9% this year and 8% next year. That's certainly better than the 11.5% decline expected this year for the S&P 500 companies' average earnings per share.

Nor is 5% sales growth poor relative to expectations for Oracle's large-cap technology peers. Microsoft's (MSFT) revenue will probably grow only 1.2% this year, while IBM (IBM) and Hewlett-Packard (HPQ) are both expected to see sales decline this year, by as much as 5%.

The biggest risk to Oracle is not slowing software sales, but rather the rise in the U.S. dollar, which drastically reduces reported sales and earnings growth. In the November quarter, total revenue was up 13%, year over year, when counted on a "constant-currency basis, but up only 6% counting the dollar's rise.

While no one can predict the direction of the dollar, it's important to bear in mind a countervailing factor: Oracle's been buying its shares, thus helping reported earnings down the road.

In the November quarter, the company purchased $1.8 billion of its shares, at an average price of $17.14. That added one penny to earnings per share.

With $10.5 billion in stock, debt trading above par and not due until 2014 at the earliest, Oracle has a rock-solid balance sheet with which to weather the current downturn.

Buying tech stocks when tech spending is falling apart takes nerve, to be sure. If a great company like Oracle can return to high growth in a market upturn, such nerve could reward investors handsomely.

Source.

Filed under: Middleware

amudi says...

Hello again,

This time I want to write about something I learned after I got into
Oracle. Most people know Oracle by its database, which is still the
market leader until now. But, Oracle also has middleware (i.e. Oracle
Fusion Middleware), and a lot of application for various industries.
This segmentation follow the concept of "three-tier architecture",
which is a term for "database, application server, web browser / other
visualization".

Database is, well, you know, store whatever data you want to store,
mostly in tables. Oracle database also has some "enhancements" called
"Database Options". These database "enhancements" are optional
products, which if you "apply" it, your database can do more than just
storing and retrieving data. One example of this are functionality
such as clustering (called "Grid" by Oracle, another terms for
"running one database in a lot of computers").

Middleware is, for me, the most confusing one. In essential,
middleware is an application server. For example, you code some php
programs, and you put your files in a directory, in a computer which
runs a web server, that's a middleware (in the most simple form).
Middleware runs the logic on your code, accessing your data, and give
the data to your applications. Actually, some people like to think
that middleware is everything else which is not database or
applications.

Applications, is the one people interacting with. Most Oracle
Applications runs on web browser. Most Informatics Engineering major
people like me usually thinks application as a stand-alone software
that you can install such as PaintBrush, iTunes, or some other little
program that I code, etc. But in enterprise terms, application is a
big software, used by a lot of people, to access a lot of complicated
stuffs such as ordering stuffs from your supplier, generating
financial reports for tax, submitting data about a new employee, and
so on. Those applications runs somewhere in the company, accessed by
everyone with web browser, in real time (not so real actually,
sometimes it's very slow). In simple term, web application. For
applications, Oracle has application suite such as Oracle e-Business
Suite, JD Edwards, and PeopleSoft, and all those names comes with a
lot of modules inside, for many industries (from banks to factories to
mobile network providers).

That's all for now :)

Filed under: Middleware