Partitioning can help manage large tables and indexes by dividing them into smaller, more manageable pieces; partitioning can provide faster and easier access to data. You can:
Partition an unpartitioned table once you have defined the number of partitions.
See a list of partitions for a partitioned table.
Unpartition a partitioned table.