Call now: 252-767-6166  
Oracle Training Oracle Support Development Oracle Apps

 
 Home
 E-mail Us
 Oracle Articles
New Oracle Articles


 Oracle Training
 Oracle Tips

 Oracle Forum
 Class Catalog


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


 SQL Tuning
 Security

 Oracle UNIX
 Oracle Linux
 Monitoring
 Remote s
upport
 Remote plans
 Remote
services
 Application Server

 Applications
 Oracle Forms
 Oracle Portal
 App Upgrades
 SQL Server
 Oracle Concepts
 Software Support

 Remote S
upport  
 Development  

 Implementation


 Consulting Staff
 Consulting Prices
 Help Wanted!

 


 Oracle Posters
 Oracle Books

 Oracle Scripts
 Ion
 Excel-DB  

Don Burleson Blog 


 

 

 


 

 

 
 

Natural vs surrogate keys for Oracle tables

Oracle Database Tips by Donald BurlesonMay 7, 2015

Question:  I am designing a database and I need to understand the relative advantages of using natural primary/foreign keys vs using surrogate leys (Oracle sequences).  Can you list the costs benefits of the natural key vs a surrogate key in an Oracle table.

Answer:  First, tp review, a "natural" key is a key that already exists within a table (such as the Social Security Nunber of a person, while s surrogate key has no business meaning and is a unique number generated by an Oracle "sequence".  The choice if a natural vs a surrogate key is straightforward and it depends on these characteristics of the natural key:

Size of natural key:  A surrogate key is a replication, and while small, it takes disk space.  A generated key (an Oracle sequence) is an integer number and takes very little disk space to replicate as a foreign key.

Volatility of natural key:  If the natural key changes frequently, the resulting changes to foreign keys cause changes to index orders and row relocation.  An excellent example of a natural key is a Stock-Keeping Unit (a SKU) that is generally small, static and unique.

Uniqueness of natural key:  To be effective and keep the database flexible, a primary key should be truly unique.  In most vases, even key values such as social security number and problematic (because foreigners do not have an SSN)

In sum, natural keys may be appropriate then you have small, rarely changing, unique values (such as lookup tables), while surrogate keys are desirable for large, highly changing data key columns with duplicate key values (like "people" tables).

 
Get the Complete
Oracle SQL Tuning Information 

The landmark book "Advanced Oracle SQL Tuning  The Definitive Reference"  is filled with valuable information on Oracle SQL Tuning. This book includes scripts and tools to hypercharge Oracle 11g performance and you can buy it for 30% off directly from the publisher.

 

 

Burleson is the American Team

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

Remote DBA Services


 

Copyright © 1996 -  2020

All rights reserved by Burleson

Oracle ® is the registered trademark of Oracle Corporation.

 

 

��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster