Explore >> Select a destination


You are here

sqlmaria.com
| | nenadnoveljic.com
10.1 parsecs away

Travel
| | A frequently executed SQL causes problems with the initial incremental statistics calculation.
| | alexzeng.wordpress.com
10.0 parsecs away

Travel
| | I am reading Expert Oracle Practices by Oracle Database Administration from the Oak Table. I'd like to summary and share what I learned. This chapter PL/SQL and the CBO by Jo?e Senega?nik is pretty interesting. It tells how to use oracle extensible optimizer to set the selectivity and the cost of PL/SQL functions. This will...
| | mikedietrichde.com
10.4 parsecs away

Travel
| | Come and meet us at our Upcoming In-Person Workshops in May 2024 in Copenhagen, Stockholm and Frankfurt - Upgrade / Migration / Patching
| | nenadnoveljic.com
67.0 parsecs away

Travel
| Oracle's heuristics previously avoided considering fixed tables for Join Predicate Pushdown (JPPD) transformation, leading to suboptimal plans. Enforcing predicate pushing into the view with the PUSH_PRED hint was a workaround. Oracle addressed this in the 21c release, evaluating fixed tables for JPPD.