Oracle Analytics Publisher

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

How to enable the MDS repository Schema/tables as a new Data Source in Oracle Fusion BIP

Accepted answer
22
Views
1
Comments

I want to create a BIP Report to get the list of customizations deployed in the Oracle Fusion instance.

SQL Query for the data model is below. But I need MDS Repository as data source to create the data model. When I try to create the new data source using JDBC, add data source is disabled in the Oracle demo instance.

SELECT
DOCID,
DOCUMENT_NAME,
CUSTOMIZATION_ID,
DOCUMENT_CONTENT,
LASTUPDATED
FROM
MDS.MDS_DOCUMENTS
WHERE
CUSTOMIZATION_ID IS NOT NULL

Could you help.

BIP - MDS Dat Source 01.jpg

Best Answer