| View previous topic :: View next topic |
| Author |
Message |
vj.jain Site Admin
Joined: 10 Aug 2007 Posts: 85
|
Posted: Wed Jan 16, 2008 8:51 pm Post subject: System Partitioning in Oracle 11g |
|
|
System partitioning allows application level control for partitioning a table or index. This partitioning option offers the same benefits as other methods of partitioning but the partitions are completely controlled by the application and do not have partition keys or boundaries. This option should be used carefully since all references to a system partitioned table should include extended partition syntax to specify a partition. For inserts into a system partitioned table, the partition must be specified to avoid receiving an error. For all other operations, omitting the partition will cause all partitions to be scanned.
These and more Oracle 11g features can be found at http://www.oracle-developer.com or in the Oracle 11g New Features guide being released in March 2008 at http://www.oracle-developer.com/oracle_11g_new_features.html |
|
| Back to top |
|
 |
|
|
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
|