Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 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
How to know Report Name via Usage Tracking

Hi Team,
We already do have usage tracking in OAC.
But wanted to understand - how to know exact report name used by User.
Can it be viewable through Usage tracking, let me know.
Thanks
Saroj
Best Answer
-
Hi Saroj,
If you look at the second link posted above you see the meaning of (most of) the columns in your usage tracking.
If you focus on the columns of the "Query Origin-related Columns" part in the doc, you have all the elements to get the exact name of the catalog object that generated the query. SAW_SRC_PATH is probably what will give you the exact info (I don't have a UT schema handy to just have a look inside to be 100% sure…).
I believe DV does record infos in a bit of a "different" way, because in a single DV workbook you have canvases and multiple visualizations, each generating a query. But everything is there, maybe requiring to manipulate those columns a bit to split the info into individual elements (DV workbook path + canvas name + visualization name/number).
2
Answers
-
Please take a look into the following docs which might be useful.
Hope this help.
Thank you.
2