Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 212 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Can we create OBIEE connection pool information as a BI Report

We are trying to create a report to know which subject area is pointing to which environment.
So trying to create a OBIEE connection pool information as a BI report. Does this data be stored anywhere on server or table where we can use for building report.
Connection pool information as a BI Report
Answers
-
Not directly.
The info is only available in the RPD, and the idea of "which subject area is pointing to which environment" is not as simple as you write it as a subject area come from a single business model, but the business model can use physical sources coming from multiple connection pools and of different kinds (federation of DB with a cube for example), so it's a 1-to-N relationship between subject area and environment.
But you can extract these informations in few way, by webservices and probably also by the query repository tool, generating the metadata dictionary or even executing LSQL queries and "process" the result to connect pieces.
So it's doable, require some work and not as simple as "creating an analysis on an existing source somewhere".
0 -
Thanks Gianni for the info.
I will try to look into generate metadata dictionary using query repository tool and see what type of data is present there and move forward.
Thanks
0