Bind Peeking
-
Here’s a simple detail about bind peeking (during optimisation) that makes
a big difference to “fetch first/next” queries. The optimizer knows about
your b...
Acum o zi
You've got to have a dream. When you lose your dreams, you die.
--- recover the dropped/changed procedure PROCEDURE_SALES
select text from dba_source as of timestamp systimestamp - interval '15' minute where name='PROCEDURE_SALES' and type = 'PACKAGE BODY' order by line asc;