Dropping partitions invalidates any dependant procs/packages, etc. In a 24x7 shop, how can we purge/drop old partitions without taking a database outage?

    Requires Free Membership to View

The short answer is that you cannot drop a partition without invalidating dependent objects. However, so long as those objects do not refer directly to the dropped partition, the next time the dependent object is used, it will be recompiled and validated.

Should you not be satisfied with that behavior, then drop your partitions during some maintenance window when you can manually compile the dependent objects.

This was first published in May 2006

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.