Oracle Analytics Forum

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

How to Track RPD Changes Over Time in OAS/OBIEE?

Received Response
14
Views
1
Comments
Gopi  Mannava
Gopi Mannava Rank 3 - Community Apprentice

Hi Community,

We are trying to track changes made in the RPD over time — for example:

  • What changes were made yesterday, in the past 30 days, or at any point in history
  • Which objects were added/modified/deleted
  • Details of the changes (logical models, joins, presentation layer, etc.)
  • Ideally who made the changes and when

I saw in the Oracle documentation that the Administration Tool can be integrated with a source control system by saving the RPD as MDS XML documents and then checking those into SCM (Git/SVN/etc.) so the SCM history can be used for tracking. The docs describe this under “Using a Source Control Management System for Repository Development”.

However:

  1. Is this the only way or is there any other ways to track RPD changes over time?
  2. Is there any built-in audit/change history feature in OAS/OBIEE that can show version history without external SCM?
  3. Are there best practices for setting up and using SCM with RPD so we can easily answer questions like “what changed in the last month” or “what changed yesterday”?
  4. Any examples of how people use RPD version tracking other than GIT( Don't want to install open source)?

Here’s the Oracle doc reference I found:
https://docs.oracle.com/middleware/12211/biee/BIEMG/GUID-2BB43D1D-896A-4252-B4F0-F11AF710F139.htm#scm_update_save_changes

Thanks in advance!

Answers