How to keep execution plan after DB restart?
Hello,
I can pinn e.g. a cursor in the shared-pool using dbms_shared_pool.keep( 'v$sql.address, v$sql.hash_value', 'C').
But after bouncing the database it is gone.
How can I keep the execution plan even after restarting the database?
regards
HoB