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

The Future of Oracle DBA in Kubernetes Era: OCI, OpenShift, and OSOK in Action

From DBA to Cloud-Native Engineer: Managing Databases on OCI with Kubernetes, OSOK & OpenShift A deep-dive for Oracle DBAs, Site Reliabi...