So I am looking into creating some system statistics based off of the SYS Views and Monitors for our HANA environments and I was hoping to create a view (or staged table) that would count how many times an explicit view was run or accessed by user.
I have looked into M_SQL_PLAN_CACHE and VIEWS and OBJECTS and m_CONNECTIONS but I am not able to find a directly relation between view_oid and a last execution time stamp by user.
Can anyone shed some light on how I could accomplish this?
(On prem installation, SPS 09, still using the SSS)