Oracle Training Oracle Support Development Oracle Apps

Free Oracle Tips

HTML Text

 Home
 E-mail Us
 Oracle Articles


 Oracle Training
 Oracle News

 Oracle Forum
 Class Catalog


 Our Staff
 Our Prices
 Help Wanted!

 Remote DBA
 Oracle Tuning
 Emergency 911
 RAC Support
 Apps Support
 Analysis
 Design
 Implementation
 Oracle Support


 SQL Tuning
 Security

 UNIX
 Oracle UNIX
 Linux
 Oracle Linux
 Monitoring
 Remote help

 Remote plans
 Remote
services
 Oracle C++
 Oracle Java
 Apache
 JDeveloper
 App Server

 Applications
 Oracle Forms
 Oracle Portal
 11i Upgrades
 SQL Server
 Oracle Concepts
 HTML-DB Tips
 Software Help

 Remote Help  
 Development  

 Implementation


 Financials Training
 Oracle 11i
 Oracle Apps 11i
 Oracle Workflow
 Oracle AR 11i Class
 Oracle AP 11i class
 Oracle GL 11i class
 Oracle HR 11i class
 Oracle FA 11i class
 11i Project Mgt
 11i procurement
 11i collections


 Oracle Posters
 Oracle Books

 Oracle Tuning Book
 Oracle RAC Book
 Oracle Security
 Easy Oracle Books
 Oracle Scripts
 SQL Server DBA
 SQL Design Patterns
 Ion
 Excel-DB   


 BC Oracle News


 Rednecks!
 Dress code
 Arabian Stallion

 Burleson Arabians
 Guide Horses
 Don Burleson Blog
 Golf & Travel


 Privacy Policy
 

 

 

 

Chris Date defends "shortcomings" of his relational model

Chris Date, co-creator of the relational database model (with Ted Codd), speaks-out in an O'Reilly interview:

Interview with Chris Date

In this insightful interview, Date addresses some alleged "complaints" about alleged shortcomings of the relational database model.

  1. With regard to data modeling, you can't define attributes which are of complex types (arrays, records, tables). Each relation has to be in first normal form. Or in other words: A "simple" natural structure must be divided into many flat structures (= tables/relations). The result is a complex structure of relations.
     
  2. Result of a query is a flat table. Any complex structure, which has been input of the query has got lost.
     
  3. No way to define recursive program structure (using SQL).
     
  4. The type system of SQL doesn't match with the type system of the embedding language ("type mismatch").
     
  5. Controlling integrity constraints costs a lot of time (need to control the usage of primary/foreign keys).
     
  6. Lack of mechanisms to control the physical level of the database (only simple clustering).
     
  7. Definition of operations detached from data definition.

Date has some interesting comments on these alleged shortcomings.

The changing definition of first normal form

I used to speak at the Database World conference with Chris, and this reminds me of Date's legendary debates with Dr. Won Kim, founder of the UniSQL "object relational" database.

Every year at Database World, Kim chastised the relational model for not supporting non-first-normal relationships, citing Date's 1970 definition of 1NF as containing "atomic" values.  The confusion about relational theory not meshing with non-first-normal-form databases eventually caused Date to clarify his definition of first normal form (in his third manifesto) to allow a column to be a "set", which can include an atomic values of any complexity (thereby including repeating groups and pointers to arrays).

"I reject the idea of "atomic values," at least in the sense that there might be such a thing as absolute atomicity. In The Third Manifesto,3 we let domains contain values of arbitrary complexity. (They can even be relations.)"

Oracle departs from the relational model?

It's also interesting that Oracle has deliberately departed from purely logical relational model, introducing their object-relational model in Oracle8.  The question is whether Oracle's object-relational implementation violates the spirit of relational theory.  There seems to be a widespread debate about the Codd and Dates willful omission of physical storage in their relational model.

Oracle officially changed their data definition language (DDL) in the 1990's to allow the Oracle DBA to physically sequence table rows (to improve runtime SQL performance) by allowing "create table as select" syntax to include the "order by" clause.   

Since then, Oracle has incorporated many physical storage features into their object-relational model, introducing cluster tables, the index-organized table (IOT), and the Oracle 10g sorted hash cluster table structure.

Date notes the deliberate omission of the physical storage layer in the relational model:

"The fact that the relational model says nothing about physical storage is deliberate, of course.

The idea was to give implementers the freedom to implement the model in whatever way they chose—in particular, in whatever way seemed likely to yield good performance—without compromising on data independence.

The sad fact is, however, that SQL vendors seem mostly not to have understood this point; instead, they map base tables fairly directly to physical storage,* and (as noted in the previous section) their products therefore provide far less data independence than relational systems are theoretically capable of."



 

 
 
 

Oracle performance tuning software 
 
 

Oracle performance tuning book

 

 
 
 
 

Search oracle
 
Oracle performance Tuning 10g reference poster
 
 
 
Oracle training in Linux commands
 
Oracle training Excel
 
Oracle training & performance tuning books
 

 

Note: This Oracle documentation was created as a support and Oracle training reference for use by our DBA performance tuning consulting professionals.  Feel free to ask questions on our Oracle forum.

Verify experience! Anyone considering using the services of an Oracle support expert should independently investigate their credentials and experience, and not rely on advertisements and self-proclaimed expertise. All legitimate Oracle experts publish their Oracle qualifications.

Errata?  Oracle technology is changing and we strive to update our BC Oracle support information.  If you find an error or have a suggestion for improving our content, we would appreciate your feedback.  Just  e-mail:  and include the URL for the page.
 
 


Burleson Consulting

The Oracle of Database Support

&

Oracle Performance Tuning


 

Copyright © 1996 -  2009 by Burleson Enterprises, Inc. All rights reserved.

Oracle © is the registered trademark of Oracle Corporation.