Hi
In Denodo Platform you could log the queries executed against the Virtual DataPort using Denodo Monitor tool. It collects information about Select, CALL and DDL statements.
If I need to store the execution details of a view I would perform the following,
1. Unzip the file denodo-monitor.zip located in <DENODO_HOME>/tools/monitor.
1. Launch the Denodo Monitor by executing the script "denodo_monitor_startup" located in <DENODO_MONITOR>/bin.
1. Execute the query in Virtual DataPort.
1. You could find the logs of the executed query stored in the file "vdp-queries.log" located in <DENODO_MONITOR>/logs.
Besides that, you could store the output of "vdp-queries.log" in a database and query the execution details of a view. You could find the steps in ConfigurationParameters.properties file located in <DENODO_MONITOR>/conf.
I would refer the section [Denodo Monitor](https://community.denodo.com/docs/html/browse/6.0/vdp/administration/monitoring_the_virtual_dataport_server/denodo_monitor/denodo_monitor#denodo-monitor) in Virtual DataPort Administration Guide for more information in Denodo Monitor.
Hope this helps!