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

Free Oracle Tips

HTML Text

 Home
 E-mail Us
 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   


 

 

 


 

 

 
 

Oracle Drop Partition tips

Oracle Tips by Burleson Consulting

Oracle Drop Partition

 ALTER TABLE DROP PARTITION allows you to drop a partition and its data. If you would like to drop the partition but keep its data in the table, the Oracle patition must be merged into one of the adjacent partitions.

If an Oracle partition is dropped and a row is inserted that would have belonged to the Oracle dropped partition, the row will be stored in the next higher partition. If the highest Oracle partition is dropped, the insert will fail because the range of values represented by the Oracle dropped partition is no longer valid for the table.

The Oracle ALTER TABLE DROP PARTITION statement will also drop the corresponding Oracle partitions in each local index defined on  table. The Oracle index partitions are dropped even if they are marked as unusable.

If global indexes are defined on the table and the Oracle partition you want to drop is not empty, dropping the Oracle partition marks all the global, nonpartitioned indexes and all the partitions of global partitioned Oracle indexes as unusable.

A table that contains only one Oracle partition cannot be dropped. You must drop the table.

The following example of the Oracle ALTER TABLE DROP PARTITION statement drops the Oracle partition jan98:

ALTER TABLE sales DROP PARTITION jan98;

 

 


 

 

  
 

 
 
 
 
Oracle performance tuning software
 
 

 

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

 

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 -  2012 

All rights reserved.

Oracle ? is the registered trademark of Oracle Corporation.