RelationalDBDesign
SiteMap
Network Config
Network Admin
Network Topology
Partitioning Tables
«Prev
Oracle Network Administration
Oracle Net Features
Net Listener Features
Net Scalability Features
Oracle Partitioned Tables
Net Connectivity Features
Oracle Manageability Features
Oracle Security Features
Net Services Conclusion
Net Services Installation
Net Pre Installation
Add Net Features
Net Listener OEM
Net Configuration Assistant
Net Applications
Using Connection Manager
Net Multiplexing Configuration
Understanding Connection Pooling
Configure Loadbalancing Network
Radius Adapter Purpose
Configure Radius Adapter
Distributed Databases
Distributed Database Server
Oracle Queue Propagation
Using Primary Key Snapshots
Updateable Snapshots
Deferred Constraints
LOG Support Replication
Monitoring Replication Events
Implement Snapshot Security
Instantiating Snapshot Sites Offline
Snapshot Deployment
Distributed Databases
Partitioned Tables
Partitioning Index Organized Tables
Arrange SQL in Order
Partitioning Object Tables
Enabling Row Movement
Enable Row Movement
Manipulating Partitions
Steps to Manipulate Partitions
Exchange Partition with Table
Exchange Table Partition
Partitionwise Queries Joins
Parallel Server
Enable Parallel DML
Partitioned Object Tables in Oracle
1) An object table is based on an object type.
2) This shows the beginning of the CREATE TABLE command, where we specify which object type is the basis for the object table.
3) Like the relational table, you specify storage requirements before you specify partitioning details.
4) We define the partitions. The last line in the command you see in this example specifies that you use range partitioning and the partitioning is based on the COMMON_NAME attribute.
5) Here you see the final three lines of the command, which describe the cutoff values for each partition.