Oracle Analytics Cloud and Server

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

How to update analysis titles in bulk?

Received Response
23
Views
2
Comments

I have just upgraded from OAS 5.5 to 7.0 and our corporate logo has been updated. I would like to avoid having to update each individual analysis' title section with the new logo. Does anyone know how to do this in bulk? some kind of replace all?

I opened an SR to ask for advice and this was the response: "Currently we can support only manual change for each report created BUT i will recommend to check in the Analytics Community Portal".

Thank you,

Diana

Answers

  • Hi @Diana Stevens ,

    I would write a Python script do it. Analyses are stored as XML objects in the catalog, so your script should read them and update only the bit related to the logo.

    As an alternative, you can remove logos from analyses (either manually or using a script), and use the Manage Themes option in the Administration page to replace the default Oracle logo with your own.

  • Hi @Diana Stevens

    Adding to what Federico mentioned, Catalog Manager (UI/runcat cli) has an XML find and replace which is fully supported.

    runcat.sh -cmd replace -help (for CLI)

    Managed themes is the way forward for classic content.