Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to identify new values in a list partition

Todd LackeyMay 2 2025

I have 2 tables that are using automatic list partitioning on an ID field. The first table is the live table used in queries and the second is a stage table that is for loading the refreshed data on a daily basis. What I'm needing to do is to compare the list partition values in the stage table to the live table to see if there are new partition values that need to be added to live table so that the new data for these values gets loaded in the live table when doing a partition exchange between the 2 tables.

Has anyone done this before and can share how they did it?

Comments
Post Details
Added on May 2 2025
0 comments
11 views