Thursday, February 8, 2024

 Pre Patch Analysis Output 


SELECT   a.bug_no,

          app.application_name,

           a.DIRECTORY,

           a.filename,

           a.old_version,

           a.new_version,

           DECODE (a.typeid,

                   'not applied',

                   'Unchanged File',

                   'upgrade',

                   'Changed File',

                   'new',

                   'New')

              change_type

    FROM   apps.fnd_imp_psmaster_vl a, apps.fnd_application_vl app

   WHERE   a.bug_no in ('35538202')

           AND app.application_short_name = a.app_short_name

ORDER BY   DECODE (a.typeid,

                   'not applied',

                   'Unchanged File',

                   'upgrade',

                   'Changed File',

                   'new',

                   'New') ASC;


output:




No comments:

Post a Comment

OCI Operations Insights: Stop Paying for Capacity You Don't Use: Right-Size Your Exadata with OCI Ops Insights

For many enterprises, Oracle Exadata represents one of the largest and most strategic infrastructure investments in their data center portfo...