Is there any way to get DLP installation date?
Release : 15.8
Component : Default-Sym
The DLP product installation date and time can be found from two places i.e.
Below DB command will give the version and the date installed along with other details like the current version (Yes or No).
select * from enforceversion;
Also below command will provide you with the current version code name and the date installed.
select * from dbschemaversion;
Hope the above information helps
Note: You might need a DB Admin help to access the information for those who do not have access to the Database.