Re: Sudden plan change related to "VIEW PUSHED PREDICATE" with cost difference of 1M VS 13G
Date: Thu, 12 May 2022 21:11:11 +0530
Message-ID: <CAEjw_fhY=0hi-WNxHoxKaSc-GswDL-oOUwo1vRh2MsULQx0hmQ_at_mail.gmail.com>
I have captured the snippets from the 10053 trace with JPPD keyword section as pasted in below link. But unable to see any straight forward reason like fix_control or parameter as the cause.
https://gist.github.com/oracle9999/95a65f6725e2bb65949d4909652dc59a
On Thu, 12 May 2022, 5:00 pm Noveljic Nenad, <nenad.noveljic_at_vontobel.com> wrote:
> Explain plan won’t execute the query.
>
>
>
> Look for the lines in the trace containing JPPD.
>
>
>
> *From:* Pap <oracle.developer35_at_gmail.com>
> *Sent:* Donnerstag, 12. Mai 2022 13:22
> *To:* Mohamed Houri <mohamed.houri_at_gmail.com>; Andy Sayer <
> andysayer_at_gmail.com>; Noveljic Nenad <nenad.noveljic_at_vontobel.com>
> *Cc:* Oracle L <oracle-l_at_freelists.org>
> *Subject:* Re: Sudden plan change related to "VIEW PUSHED PREDICATE" with
> cost difference of 1M VS 13G
>
>
>
> As we dont really want to run the MERGE/DML query on production. And also
> the MERGE query is not able to finish with the new path , So is it okay to
> just do like below explain plan to get the 10053 trace? Hoping that the
> MERGE query will not be executed behind the scene but just the plan will be
> generated. Please correct me if wrong here.
>
> alter session set tracefile_identifier='mergequeryplan';
>
> alter session set events='10053 trace name context forever, level 1';
>
> Explain plan for MERGE INTO HIST.....;
>
> alter session set events='10053 trace name context off';
>
>
>
> _at_Mohamed, Regarding the nested loop and hash join which is happening
> towards the end of the plan, yes both of the sql monitor which i posted for
> "post patch" are running slow.
>
> _at_Andy , Regarding the "nested loop outer" while MERGE INTO i.e at the top
> of the plan, If i see the before patch plan which was running fast, in that
> this was NESTED LOOP OUTER only. But yes as you said , i will try to force
> if at all i will be able to make that 'HASH JOIN OUTER' any way.
>
>
>
> ____________________________________________________
>
> Please consider the environment before printing this e-mail.
>
> Bitte denken Sie an die Umwelt, bevor Sie dieses E-Mail drucken.
>
>
> Important Notice
>
> This message is intended only for the individual named. It may contain
> confidential or privileged information. If you are not the named addressee
> you should in particular not disseminate, distribute, modify or copy this
> e-mail. Please notify the sender immediately by e-mail, if you have
> received this message by mistake and delete it from your system.
> Without prejudice to any contractual agreements between you and us which
> shall prevail in any case, we take it as your authorization to correspond
> with you by e-mail if you send us messages by e-mail. However, we reserve
> the right not to execute orders and instructions transmitted by e-mail at
> any time and without further explanation.
> E-mail transmission may not be secure or error-free as information could
> be intercepted, corrupted, lost, destroyed, arrive late or incomplete. Also
> processing of incoming e-mails cannot be guaranteed. All liability of
> Vontobel Holding Ltd. and any of its affiliates (hereinafter collectively
> referred to as "Vontobel Group") for any damages resulting from e-mail use
> is excluded. You are advised that urgent and time sensitive messages should
> not be sent by e-mail and if verification is required please request a
> printed version.
> Please note that all e-mail communications to and from the Vontobel Group
> are subject to electronic storage and review by Vontobel Group. Unless
> stated to the contrary and without prejudice to any contractual agreements
> between you and Vontobel Group which shall prevail in any case,
> e-mail-communication is for informational purposes only and is not intended
> as an offer or solicitation for the purchase or sale of any financial
> instrument or as an official confirmation of any transaction.
> The legal basis for the processing of your personal data is the legitimate
> interest to develop a commercial relationship with you, as well as your
> consent to forward you commercial communications. You can exercise, at any
> time and under the terms established under current regulation, your rights.
> If you prefer not to receive any further communications, please contact
> your client relationship manager if you are a client of Vontobel Group or
> notify the sender. Please note for an exact reference to the affected group
> entity the corporate e-mail signature. For further information about data
> privacy at Vontobel Group please consult www.vontobel.com.
>
-- http://www.freelists.org/webpage/oracle-lReceived on Thu May 12 2022 - 17:41:11 CEST