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 


 

 

 


 

 

   
 

Data Warehouse Product Descriptions

Oracle Tips  by Burleson Consulting

The Data Warehouse Development Life Cycle

ANALYZING SOURCE DOCUMENT INPUT

PRODUCT DESCRIPTION SHEET

As purchases are made by Guttbaum’s buyers, product description sheets are gathered from each vendor. Unfortunately, these product description forms contain vastly different information depending on the type of product. Figures 3.8 and 3.9 shows product descriptions for two sample products.

Figure 3.8 A product description for a meat product provider.

Figure 3.9 A product description for a bleach product provider.

As we can see, product descriptions vary dramatically. For example, shelf life applies to the meat but not the bleach and the products’ units of measurement differ. Also, meat products require a USDA inspection date and is graded (i.e., Grade A, choice), while bleach has no such grade scale or inspection requirement.

Now, given that each product may have many different characteristics, including units of weight and measurements, how can we develop a standard description that will work for all of Guttbaum’s products? The answer lies in the creation of a classification hierarchy, and we’ll describe this process in detail later in this chapter. However, the common details for product descriptions can be listed as follows:

product_description =

product_ID,
product_name,
supplier_name,
shipment_terms,
minimum_order_amount;


PRODUCT INVOICE
The product invoice contains all of the information necessary to describe the products being sold and their relative prices. These fields include the product description, sizes, ship to address, manufacturers location, quantity purchased, unit price, delivery date and cost. Note that the cost may vary with each purchase since prices are determined by time, quantity and other market factors.

Figure 3.10 A product invoice.

From this invoice, we can create the following data dictionary description:

product_invoice =

ship_to_address,
1
{ product_ID, product_name, unit, quantity, unit_price, total_price},
20

1
total_amount_due = { total_price}
20

Note that the line items on the invoice are defined to repeat from 1 through 20 times. Also, note that the total_amount_due is listed in the description even though it is derived from the values of the sum of total_price.
 


This is an excerpt from "High Performance Data Warehousing", copyright 1997.
If you like Oracle tuning, you may enjoy the book Oracle Tuning: The Definitive Reference , with over 900 pages of BC's favorite tuning tips & scripts. 

You can buy it directly from the publisher and save 30%, and get instant access to the code depot of Oracle tuning scripts.


 
��  
 
 
Oracle Training at Sea
 
 
 
 
oracle dba poster
 

 
Follow us on Twitter 
 
Oracle performance tuning software 
 
Oracle Linux poster
 
 
 

 

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.