Database Tuning (MOSC)

MOSC Banner

Automatic SQL Cursor Invalidation and Execution

edited Feb 22, 2022 9:52AM in Database Tuning (MOSC) 13 commentsAnswered ✓

Is there a way to handle automatic cursor invalidation?

We have a process called LIQUIDITY_GENERATION that inserts into a large sub-partitioned table, A_large . The LIQUIDITY_GENERATION process has one INSERT/SELECT(parallel 4) statement that joins to five different sub-partitioned tables, B_large, C_large, D_large, E_small and F_small. This process used to run in 20 minutes till December last year.

A new project, GAP ANALYSIS released in January started inserting data into few of the sub-partitioned tables [ B_large, C_large and D_large] used by LIQUIDITY_GENERATION. The data inserted by the new project is not currently selected by the process, LIQUIDITY_GENERATION.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center