Categories
- All Categories
- Oracle Analytics Learning Hub
- 17 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 224 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Runcat command for all catalog objects

Hi,
We’re currently using the runcat command to audit and manage user permissions on catalog objects (e.g., dashboards and analyses) within Oracle Analytics. However, we’ve run into a technical limitation: the tool does not appear to enumerate or return child-level catalog objects within dashboards — specifically “section” objects and their associated metadata. A major customer has requested that we provide access to the complete metadata for all catalog objects, including detailed information on both top-level and nested objects (such as dashboard sections, pages, and components).
Comments
-
It isn't a technical limitation,
runcat
works at the catalog object level, and it does it correctly. A dashboard page section is not a catalog object, it's a "virtual" object, and is defined by the code of the dashboard page itself. They aren't child objects of the dashboard page, the only catalog object is the dashboard page itself.Therefore
runcat
will not, correctly, return the dashboard page section as an object. The ACL of the section is written in full text in the XML defining the page. You can still get all the information you need by looking into that piece of XML.But
runcat
is not expected to work on the dashboard page section, and it would be a mistake to modify it in that direction. Because then, where is the limit? Why wouldn'truncat
return every dashboard page object (column, section, text, image, etc.), or for an analysis it should then return each view, etc. That's now a job forruncat
, because they aren't catalog objects.You created this idea before to even get a reply to the same topic you asked in the forum:
0