Categories
- All Categories
- 75 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 40 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 3 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
Questions on Usage Tracking
Hello, we try to enable Usage Tracking for our OBIEE 12C following Doc ID 2366978.1,
however, we have to query the tables S_NQ_ACC, S_NQ_DB_ACCT and S_NQ_INITBLOCK to get the results,
but we would like to run the report like other Dasbboard reports to see the result which similar to
https://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/biee/r1013/usage_tracking/usage_tracking.htm, can you please let me know if there is any one knows how to do that?
Thank you very much!
Answers
-
OBIEE is exactly built for that job: query tables based on a model you provide and build dashboards on top.
In previous OBIEE versions there was an RPD provided with a small model built on top of usage tracking tables, try to look into your own install to see if you find that RPD or a BAR for it.
You could also look into the SampleApp (https://www.oracle.com/business-analytics/business-intelligence/technologies/obiee-samples-downloads.html), it has a model built on top of usage tracking and also many dashboards and analysis already built.
To keep it simple: for OBIEE your usage tracking table is just a table, it doesn't have any special meaning when it is used as source. You model it in the RPD as any other physical source and use it to build a business model and expose it as a subject area. Just like anything else in your OBIEE.
0 -
Thanks, do you have any sample for how to do " and build dashboards on top" ? this is what we need, build the dashboards reports
Thanks again
0 -
i meant built the dashboard reports so that we donot need to query the tables, just run the report to get the audit report result. thanks
0 -
I don't have examples, but you can find some inside the SampleApp.
It's OBIEE: dashboards are built like everything else in OBIEE. Aren't you using the tool for some kind of analysis? It will be the same exact job, except that instead of using a subject area about sales, stocks, HR or whatever else you do, it will be usage tracking data.
0 -
Thanks. all we need is to display the results from each SQL below, each SQL display a report, so we need 3 individual report from each SQL:
select * from OBI_BIPLATFORM.S_NQ_ACCT
select * from OBI_BIPLATFORM.S_NQ_DB_ACCT
select * from OBI_BIPLATFORM.S_NQ_INITBLOCK
We do not need to change RPD since they are already built-in? we just need a "hot link" that when we click on it from some where and get the report. thanks
0 -
Sorry to ask but: do you know how to use OBIEE?
Having a physical table defined in the RPD doesn't mean you don't have to change the RPD. It all depends on how you want to do things.
If all you are after is just "SELECT * FROM ...", why don't you do a direct database requests? Not really using anything OBIEE can do, but if you don't need anything more it will do the job.
0 -
Thanks, the people who need to see the report does not have access to the DB to run the SQL directly. that is why they want to run it from dashboard instead.
0