Re: Optimizer "enhancements" in 19.9?

From: Jonathan Lewis <jlewisoracle_at_gmail.com>
Date: Wed, 17 Feb 2021 18:35:18 +0000
Message-ID: <CAGtsp8nWGEd3EF92B8Wka8QgmDMQmuTMKgYHsOowRRJj=c+4yw_at_mail.gmail.com>



I see that Mikhail has supplied the explanation - and may have taken advantage of a Q&D I often use as the 2nd step to avoid looking too closely at a 10053
(
https://jonathanlewis.wordpress.com/2014/05/14/feature-bypass/ )

grep -n -i bypassed {10053 tracefile name}

Also - for pre-emptive discovery from the executable - always check for new bypasses:

strings -a oracle.exe | grep -i bypassed >bypassed.txt

The interesting thing now is to see if it's possible to come up with an example where the bypass is necessary to avoid getting wrong results
(because that's presumable why it's been introduced) and then to watch
newer versions to see if the restriction is gradually relaxed.

Regards
Jonathan Lewis

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Feb 17 2021 - 19:35:18 CET

Original text of this message