runcat & last 'accessed' Analysis — Oracle Analytics

Oracle Analytics Cloud and Server

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

runcat & last 'accessed' Analysis

Received Response
21
Views
4
Comments
Hesh
Hesh Rank 5 - Community Champion

Hi,

OBIEE 12.2.1.0.0

I am exploring runcat.sh to build some automation scripts to manage Catalog objects in Linux environment.

I can find Created & Modified using 'fields' which I believe can provide the information about when was the object created and last modified...

What I am looking for is when was the last time the OBIEE object (Eg. Analysis ) was 'accessed' ...

This can help me to list the catalog objects which are not in use for some X time.. and I can report the same for further actions..

Regards

Hesh

Answers

  • Hi,

    For that info you better setup (if not already done) and use usage tracking. In the past I found the created and last modifier info to be a bit weird, while usage tracking is more reliable.

  • Hesh
    Hesh Rank 5 - Community Champion

    Thanks Gianni Ceresa,

    Good thought! usage tracking should be perfect fit to know what are the Analysis in use.. I will try to integrate runcat along with usage tracking..

    Regards

    Hesh

  • You can easily script things, doing queries on the usage tracking table and loading the runcat results with a list of all the objects etc.

    I also have the impression the create and modified date you get from runcat are ... a bit random (I had some weird results in the past on those fields).

  • Hesh
    Hesh Rank 5 - Community Champion

    Thanks Gianni Ceresa!