Open
Description
Is they any way we can get the UTPLSQL historical runs by using RUN ID which gets generated automatically and their coverage using the inbuilt tables of UTPLSQL.
used the below query but could not find any data in the result of below query
select owner, name, type
from dbmspcc_runs r
join dbmspcc_units u
on r.run_id = u.run_id