Oracle-Developer.com Forums
A forum for discussing and sharing information about Oracle technologies
 

Navigation: Home  | Discussion Forums  |  Scripts  |  About Us  | Links  | Job Openings  | Blog  
 FAQFAQ   SearchSearch   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Email your Oracle questions to webmaster@oracle-developer.com to get Oracle 11g or Oracle E-Business expert advice.

Reference Partitioning

 
Post new topic   Reply to topic    Oracle-Developer.com Forums Forum Index -> Oracle 11g New Features Discussion
View previous topic :: View next topic  
Author Message
vj.jain
Site Admin


Joined: 10 Aug 2007
Posts: 86

PostPosted: Tue Nov 13, 2007 12:58 am    Post subject: Reference Partitioning Reply with quote

Oracle 11g introduces a new feature called "reference partitioning" that allows partitioning of a child table based on a foreign key constraint to its parent table. In other words, when you have a parent-child relationship between two tables, the parent table can be defined with its partitions, while the child table can be equi-partitioned by defining the child table to inherit the partitioning key from the parent table without the need to duplicate the partition key columns. In a relational database, there are a countless number of situations where parent-child relationships exist. The possible application and usefulness of this new feature in an Oracle database is tremendous. Consider the abundance of parent-child table relationships in Oracle schemas that support online transaction processing or data warehousing.


For more information, examples, and use-cases for Reference Partitioning, make sure you get a copy of Oracle 11g New Features Guide by John Garmany, Steve Karam, Lutz Hartmann, V. J. Jain, and Brian Carr http://www.oracle-developer.com/oracle_11g_new_features.html
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Oracle-Developer.com Forums Forum Index -> Oracle 11g New Features Discussion All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Sponsored by Oracle Consulting

Copyright ©2007 Oracle-Developer.com