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 


 

 

 


 

 

 

 

 

Mothballing a Database Project

Oracle Tips by Mike Ault

Data Definition Language Scripts:

The most atomic level backup of a database system is the actual (DDL) Data Definition Language code, usually SQL (Standard Query Language) or a SQL derivative. With minor modifications the DDL from one database system that conforms to SQL standards can be applied to any other that also complies to the standards.

Tables, indexes, constraints, views, packages, procedures, triggers and other structures may be a part of the DDL for a specific application. Each of these types of database objects should be built using separate scripts. Separate build scripts for sets of like database objects allow ease of modifications should the structure of the command to build these objects differs in the target database system. Unfortunately most database systems do not provide DDL generators to create these atomic level scripts. If you use a CASE (Computer Aided System Engineering) system to build your system many CASE systems allow generation of a specific type of object DDL and many support multiple database system syntax. However, if a CASE tool was not used, the only recourse is to manually generate the DDL scripts. Most systems will have Data Dictionary tables that can be queried like any other database tables allowing the DDL to be dynamically generated for each type of database object. When documenting the application do not forget to also document all initialization parameters and physical database structures. In Oracle the initialization parameters will be documented in the init_<SID>.ora file where the SID is the database identifier. The physical structures in Oracle are documented in the data dictionary tables or can be documented using simple Oracle system commands. Other databases have similar features.

SEE CODE DEPOT FOR FULL SCRIPTS


For more information on this topic, I recommend Don Burleson's latest book "Oracle Tuning: The Definitive Reference". 

You can buy it direct from the publisher for 50%-off and get instant access to the code depot of Oracle tuning scripts:

http://www.rampant-books.com/book_1002_oracle_tuning_definitive_reference_2nd_ed.htm


 

 

��  
 
 
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.