How to Partition a Non-partitioned / Regular / Normal Table
(Doc ID 1070693.6)
Last updated on NOVEMBER 07, 2023
Applies to:
Oracle Database Cloud Exadata Service - Version N/A and laterOracle Database Cloud Service - Version N/A and later
Oracle Database - Enterprise Edition
Oracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Information in this document applies to any platform.
Purpose
This article describes five possible methods for partitioning a non-partitioned table.
These steps can also be used to change other partitioning characteristics such as adding subpartitioning to a partitioned table.
From the perspective of the application, partitioning is transparent, a partitioned table is identical to a nonpartitioned table; no modifications to application queries are necessary when accessing a partitioned table,
It is also suggested to read this <Note 1518567.1> Row Movement Common Questions and Problems.
This article does not intend to give directions what partitioning strategy to choose, what are the benefits of those.
Information on these can be found in
<Note 1390871.1> Purpose and Benefits/Advantages/Uses of Table Partitioning
<Note 1563143.1> How Should I Partition My Tables?
Ask Questions, Get Help, And Share Your Experiences With This Article
Click here to join the discussion where you can ask questions, get help from others, and share your experiences with this specific article.
Discover discussions about other articles and helpful subjects by clicking here to access the main My Oracle Support Community page for Database Datawarehousing.
Scope
DBAs, developers intend to partition a non-partitioned table.
Details
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Purpose |
Scope |
Details |
A. Export/import method |
B. Insert with a subquery method |
C. Partition Exchange method |
D. DBMS_REDEFINITION |
E. MODIFY clause added to the ALTER TABLE SQL Statement. (From 12.2) |
References |