Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

list of the reports from the catalogue that are using direct database request

Received Response
51
Views
5
Comments

How can we get the list of the reports from the catalogue that are using direct database request? I have tried using the catalog manager tool for the same, but could not find the exact key word to get the report

Answers

  • SteveF-Oracle
    edited Sep 23, 2024 5:04PM

    I am not aware of any option for that specific type request, off-hand with Catalog query.
    You would likely need to search the XML

    Perhaps if you are trying track down who is using it, then check and see which users/roles are assigned the privileges required for direct database requests (I'm guessing at your end goal use case).

    Other comments, welcomed.

    [EDIT:

    I missed you have posted in an older thread. There are answers there that should answer your question.



    ]

  • @Sindhu -Oracle , what product (name and version) are you using?

    That could change a lot of things, mostly because in recent version catalog manager can't be run in offline mode, therefore you maybe don't have the rights to search for that everywhere but just in a limited place of the catalog.

  • Sindhu-Oracle
    Sindhu-Oracle Rank 2 - Community Beginner

    @Gianni Ceresa

    image.png

    I have accessed the catalog manager offline and trying to check

  • Ok, that's the catalog manager version, but what product and version is your catalog from? Are you on some OBIEE version?

  • [Deleted User]
    [Deleted User] Rank 7 - Analytics Coach

    Direct database requests have their own xsi type.

    You can simply search for xsi:type="saw:physicalCriteria". The XML will contian this string and it pulls out a list of all the DDR objects.