Phone (800) 766-1884 for immediate Oracle support & training
Free Oracle Tips

Home Home
Oracle Monitoring
Growth Monitoring
Emergency DBA Support
Installs & Upgrades
Oracle Migration
Oracle Support Plan
Oracle SQL Tuning
Oracle Performance Tuning

 Our Remote DBA Clients

 

Free Oracle Tips


 
HTML Text

Free Oracle App Server Tips


 
HTML Text

 

   
  Oracle Tips by Burleson

Oracle10g Coalescing a New Partition

The COALESCE operation reduces one of the index partitions, which are partitioned using the hash method. This method redistributes index entries of an index partition determined by the hash function, and then destroys the selected partition. This method is almost the inverse of the ADD partition operation.

SQL>  ALTER INDEX parts1_hgidx

  2  COALESCE PARTITION PARALLEL ;

 

Index altered.

The above operation removes one partition as seen in the output below:

SQL> select index_name, partition_name, tablespace_name, status from user_ind_partitions where index_name like 'PART%';

 

INDEX_NAME    PARTITION_NAME TABLESPACE_NAME STATUS

------------- -----------    --------------- -------

PARTS1_HGIDX      SYS_P4      USERS          USABLE

PARTS1_HGIDX      SYS_P5      USERS          USABLE

PARTS1_HGIDX      SYS_P6      USERS          USABLE

So far, we have examined the improvements in Oracle 10g in terms of partitions and related facilities. In the next section, we will examine changes that are introduced in the hash clusters.


Get the complete Oracle10g story:

The above text is an excerpt from "Oracle Database 10g New Features: Oracle10g Reference for Advanced Tuning and Administration", by Rampant TechPress.  Written by top Oracle experts, this book has a complete online code deport with ready to use scripts. 

To get the code instantly, click here:

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


Need an Oracle Mentor?

BEI is now offering personal mentors for Oracle DBAs where you can have an Oracle expert right at your fingertips, anytime day or night. We work with hundreds of Oracle databases every year, so we know exactly how to quickly assist you with any Oracle question.

Why risk an unplanned outage? You can now get telephone access to Don Burleson or any of his Oracle Certified DBAs with more than 20 years of full-time IT experience. Click here for details:

http://www.dba-oracle.com/service_oracle_backup.htm

Burleson Oracle consulting & training



 

 

WISE Oracle monitoring software
 

 

Oracle forum for DBA 

 

Rampant TechPress Oracle book publisher

image 

  

 

E-mail us for BC Oracle support:   

Copyright © 1996 -  2012 by Burleson Enterprises. All rights reserved.

Oracle® is the registered trademark of Oracle Corporation.