Skip to content

Force hard parse with flashback? #3

Description

@jonheller1

Instead of using using sys.dbms_shared_pool.purge, which requires extra privileges, would it be easier to always use a flashback query to force hard parsing? Similar to the solution used here: https://stewashton.wordpress.com/2021/11/09/sql-table-macros-5-dynamic-but-dangerous/

The downside is that flashback also requires:
EXECUTE on DBMS_FLASHBACK
FLASHBACK on all the tables accessed by the query.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions