Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to update analysis titles in bulk?

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.
0 -
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.
1