Adding Table Partition in Oracle

Here we will see examples to add partition in all different types of partitioning methods. 1.Add Partition in Range-Partitioned table  2.Add Partition in Hash-Partitioned table 3.Add Partition in List-partitioned table 4.Add Partition in Interval-Partitioned table We can’t simply add partition in interval-partitioned table. But to add partition we can LOCK the last partition that will […]

Read More