-
-
Oracle Corporation is a software company known for its database systems, CRM software, and SCM software. Originally founded in 1977, Oracle has grown into a world leader in the development of computer software with offices in 145 countries around the world.
-
-
Fast Facts:
- Stock symbol: ORCL (NASDAQ)
- Annual revenue (2007): $17.996 billion U.S.
- Founder: Larry J. Ellison
- Year Established: 1977
- Industry: Software and Programming
- Phone: (650) 506-7000
- Fax: (650) 506-7200
- HQ: Redwood Shores, California
- Chairman of the Board: Jeffrey O. Henley
- CEO: Lawrence J. Ellison
- CFO: Safra A. Catz
- Staff: 80,219
- President: Charles E. Phillips Jr
-
Key Dates
- 1977: Larry Ellison, Bob Miner and Ed Oates incorporated Oracle in the State of California
- 1984: Funding from Sequoia Capital
- 1986: Oracle goes public on NASDAQ
- 1989: Moves offices to the current Redwood Shores campus
- 2004: Acquires PeopleSoft
- 2007: Announces it will buy BEA Systems
-
-
Oracle on Amazon
-
Oracle Database 10g Performance Tuning Tips & Techniques (Osborne ORACLE Press Series) - $59.99
"Offers hundreds of hints, tips, and tricks of the trade that can be useful to any DBA wanting to achieve maximum performance of Oracle applications. No Oracle library would b...Amazon
-
The Last Oracle - $7.99
In Washington, D.C., a homeless man takes an assassin's bullet and dies in Commander Gray Pierce's arms. A bloody coin clutched in the dead man's hand—an ancient relic that can be ...Amazon
-
Oracle Database 11g PL/SQL Programming (Osborne ORACLE Press Series) - $59.99
Design Feature-Rich PL/SQL ApplicationsDeliver dynamic, client/server PL/SQL applications with expert guidance from an Oracle programming professional. With ful...Amazon
-
OCA Oracle Database 11g SQL Fundamentals I Exam Guide: Exam 1Z0-051 (Osborne ORACLE Press Series) - $59.99
A Fully Integrated Study System for OCA Exam 1Z0-051Prepare for the Oracle Certified Associate Oracle Database 11g: SQL Fundamentals I exam with he...Amazon
-
The Orb & the Oracle - $39.99
Created by legendary RPG game author, D.W. Bradley, The Orb and the Oracle boasts a massive fantasy world filled with action and meticulously detailed indoor and outdoor environmen...Amazon
-
-
Oracle Questions
-
In 2009, Oracle five year returns were 80 percent verses Microsoft -17 percent. Why has Oracle been growing a record pace? 1 AnswerOracle has been purchasing a number of software companies. By doing so, they obtain the revenues of those companies and cut costs by reducing duplicate duties l... read more -
Looking for serious but quick programming of queries for Oracle. 1 AnswerThis is a really good general reference for Oracle SQL queries: http://oreilly.com/catalog/9780596009762/ http://covers.oreilly.com/images/9780596009762/cat.gi... read more -
What do you think about Oracles ownership of MySQL? 2 AnswersI certainly believe Oracle will try to capitalize on MySQL. They just invested $7.4 billion in Sun. They would be foolish not to try to get a return on that inv... read more
-
-
Oracle Competitors
- IBM (Informix and DB/2)
- Microsoft (Access & SQL Server)
- Sybase
- MySQL
- Postgre SQL
- SAP (R/2 and R/3)
- This page was created by Christopher S., a Part Time Guide in the Mahalo Greenhouse (see the original), and curated by Lon.
- If you'd like to help us create the best spam free search results on the Internet, apply to be a Part Time Guide!</em>
-
User Recommended Links for Oracle | Suggest a Link
Ask TomTom Kyte, an Oracle expert, answers user-submitted questions (for real-world issues) on this site
asktom.oracle.com Recommended by funbobby on May 4, 2008Introduction to PL/SQL (series 3) CursorsPL/SQL introduces a new dimension of power programming capability for the developer. The goal of reusable code measurely improves quality verse vast amounts of non-reusable SQL. PL/SQL packages describe function and procedure specification and body. The specification describes the package interface to the calling application. The package specification approach is part of good design. The package specification exposes procedures and their parameter properties to external applications. Each specification has a package body. Within the package body various data structures, such as arrays and tables can be referenced, functions called, and procedures executed. Developers new to PL/SQL often understand insert, update, and delete data manipulations; but are confused about selection. This is because they don't know about cursors. Two steps to creating a PL/SQL Package 1) Create the specifications Contains the declarative descriptions of the function, procedures, and gobal variables. 2) Create the body
www.listensoftware.com Recommended by davepamn on June 9, 2009Introduction to PL/SQL (series 3) CursorsPL/SQL introduces a new dimension of power programming capability for the developer. The goal of reusable code measurely improves quality verse vast amounts of non-reusable SQL. PL/SQL packages describe function and procedure specification and body. The specification describes the package interface to the calling application. The package specification approach is part of good design. The package specification exposes procedures and their parameter properties to external applications. Each specification has a package body. Within the package body various data structures, such as arrays and tables can be referenced, functions called, and procedures executed. Developers new to PL/SQL often understand insert, update, and delete data manipulations; but are confused about selection. This is because they don't know about cursors. Two steps to creating a PL/SQL Package 1) Create the specifications Contains the declarative descriptions of the function, procedures, and gobal variables. 2) Create the body
www.listensoftware.com Recommended by davepamn on June 9, 2009Introduction to PL/SQL (series 3) CursorsPL/SQL introduces a new dimension of power programming capability for the developer. The goal of reusable code measurely improves quality verse vast amounts of non-reusable SQL. PL/SQL packages describe function and procedure specification and body. The specification describes the package interface to the calling application. The package specification approach is part of good design. The package specification exposes procedures and their parameter properties to external applications. Each specification has a package body. Within the package body various data structures, such as arrays and tables can be referenced, functions called, and procedures executed. Developers new to PL/SQL often understand insert, update, and delete data manipulations; but are confused about selection. This is because they don't know about cursors. Two steps to creating a PL/SQL Package 1) Create the specifications Contains the declarative descriptions of the function, procedures, and gobal variables. 2) Create the body
www.listensoftware.com Recommended by davepamn on June 9, 2009Introduction to PL/SQL (series 3) CursorsPL/SQL introduces a new dimension of power programming capability for the developer. The goal of reusable code measurely improves quality verse vast amounts of non-reusable SQL. PL/SQL packages describe function and procedure specification and body. The specification describes the package interface to the calling application. The package specification approach is part of good design. The package specification exposes procedures and their parameter properties to external applications. Each specification has a package body. Within the package body various data structures, such as arrays and tables can be referenced, functions called, and procedures executed. Developers new to PL/SQL often understand insert, update, and delete data manipulations; but are confused about selection. This is because they don't know about cursors. Two steps to creating a PL/SQL Package 1) Create the specifications Contains the declarative descriptions of the function, procedures, and gobal variables. 2) Create the body
www.listensoftware.com Recommended by davepamn on June 9, 2009SQL Union and Union AllThe union command is used to related data from two or more separate tables. The union returns the distinct memberid, so if there were 5 instances with memberid having the value 24, only one row would be output with the value 24. In order to see all 5 instances use the "union all" command.
www.listensoftware.com Recommended by davepamn on June 9, 2009
About this page
-
Page Views8



