Home Discussions Questions & Answers How to check if a patch is applied in Oracle EBS 12.2

How to check if a patch is applied in Oracle EBS 12.2

Avatar photoCustomer July 18, 2024 at 1:21 pm

During critical patching windows in EBS 12.2, we need a fast and non-intrusive way to verify the application status of specific patches across multiple application tops, ideally without accessing the database command line (SQL*Plus) or OAM. Can Blitz Report help?

Viewing 4 reply threads
  • Author
    Replies
    • Support July 20, 2024 at 1:31 pm  

      Absolutely. Blitz Report is the optimal method for this check, allowing execution directly from the EBS Forms interface, eliminating the need to log in to the database or navigate to the OAM page. You can create a custom report leveraging the Oracle function `AD_PATCH.IS_PATCH_APPLIED`.

    • Avatar photoCustomer July 21, 2024 at 12:15 am  

      Can you share the general structure or the necessary components that the custom Blitz Report SQL query would use with that function?

    • Support July 22, 2024 at 7:26 pm  

      The query uses `AD_PATCH.IS_PATCH_APPLIED` with parameters including the release (`’R12’`), application top ID (`aat.appl_top_id`), bug number (`adb.bug_number`), and language (`adb.language`). This function returns the status, allowing you to use a `DECODE` statement to clearly label the result as ‘APPLIED’ or ‘NOT APPLIED’ for specific bug numbers.

    • Avatar photoCustomer July 24, 2024 at 2:16 am  

      That is exactly what we need. Once created, how do we ensure quick access to this utility report?

    • Support July 25, 2024 at 10:30 am  

      Once the custom query is defined, you can save it within the Blitz Report form for future quick access. It retains the report definition and parameters, turning a complex DBA query into a repeatable, one-click operational tool.

Viewing 4 reply threads
  • You must be logged in to reply to this post.

Login with: