Hi,
Is it possible to query oslog_cyclic_job using the cloud environment ?
I would like to get the timestamp from the last time a job ran with success.
select convert(varchar(19),max(instant),120) from oslog_cyclic_job
where cyclic_job_key = 'cyclic_job_key'
and error_id=''
Thank you.
Hi Pedro,
See the image, how to get this table:
or
Regards.
You have the entities in the System module, so, you can use a simple aggregate to get the information.
Regards
Graça
Thank you very much !
Kind regards!