| < Day Day Up > |
The diagram in Figure 4.6 shows the evolution of relational databases. Notice on the left how SQL was first devised as being a data access language with the development of System R from IBM, used today as SQL or Structured Query Language.
Figure 4.6:
The Evolution of the Relational Databases
| Tip |
Arrows in Figure 4.6 represent both a flow of development and a flow of people and their skills. Oracle Corporation created Oracle software. Ingres Corporation did not create Oracle Database. However, the skills and personnel were passed between the different database vendor software companies. Ingres Corporation is now
|
| < Day Day Up > |
| < Day Day Up > |
Now let's take a more detailed look at the history of the Oracle Database. Examine the diagram in Figure 4.7. Many of the items listed are relevant to tuning Oracle installations. Many items are
Figure 4.7:
The History of Oracle Database
Most of the hardware distribution elements such as clustering, client/server, thin client, and multiple-
4GL and PL/SQL programming tools and languages helped with creation of better, more efficient, and more
Cost-based optimization and statistics helped with SQL code tuning in relation to actual data space utilization. Statistics allows for two aspects of physical tuning. Firstly, better use of space. Statistics help to assess space usage and storage structure from datafiles down to the block-level. Secondly, better analytical information for using in capacity planning. Capacity planning is the process of estimating physical space usage and growth rates.
There are a
| Note |
Oracle Database 10 Grid Oracle Database 10 g has better performance, scalability, is more highly available, is easier to manage, is better automated, has tighter security, amongst other aspects. |
| < Day Day Up > |
| < Day Day Up > |
Why are we going
SQL in actuality
The
| < Day Day Up > |