Catalog Archive — Oracle Analytics

Oracle Analytics Cloud and Server

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

Catalog Archive

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

Hi,

OBIEE 12.2.1.0.0

I have a requirement to archive old unused OBIEE Analysis from Catalog and need to do this periodically.

I am thinking around preparing some Linux scripts (something like Tar with Remove files option) along with runcat utility.

What would be the best approach for this? do I need to take any extra measure while doing this?

Appreciate your suggestions and thoughts!

Regards

Hesh

Answers

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Not tar. Catalog objects are a combination of the catalog object's XML and a .atr file holding its attributes and its security.

    That's why you have the runcat command line!

    runcat.sh -cmd archive -help

    ^--- That will tell you how to create an archive via command line

  • Hesh
    Hesh Rank 5 - Community Champion

    Thank you Christian Berg,

    I will review runcat.sh .

    Many things running over my mind, if we archive one Analysis and that Analysis is used in one dashboard.. I believe that will throw error! ...any more other thoughts where things can be surprising?   I thought it would be  easy thing to do but now looks a bit complicated

    Regards

    Hesh

  • [Deleted User]
    [Deleted User] Rank 2 - Community Beginner

    Wow that isn't a topic which can be answered just here in a thread. Lifecycle management, dependency-analysis etc is a whole own thing you need to think about and adapt to your own system and setup.

    We've presented quite a lot about this over the years, blogged and written in here. Long story short we can answer detial question here but the concept and strategy must first fit your solution.

    Best also download the SampleApp VM and look at what is in there. Quite some content on lifecycle management and deployment strategies etc there. For example analyses which show you what analysis is used where etc.

  • Hesh
    Hesh Rank 5 - Community Champion

    Thanks again Christian Berg,

    Sounds interesting, 'Life-cycle management' should be the thing what I should look for.. I will download the SampleApp and explore..

    Can you please point me to any specific blogs links you would like me to refer?

    Regards

    Hesh

  • Hesh
    Hesh Rank 5 - Community Champion

    Awesome  ! Many Thanks