Purging Database Tables > StorageConsole System Database Tables
   
Version 9.1
StorageConsole System Database Tables
Table Description
Table Name
Default Retention
Notes
Poll date log
apt_poll_date_log
10 days
KEEP_POLL_DATE_LOG_DAYS
Poll date audit
apt_poll_date_audit
10 days
KEEP_POLL_DATE_AUDIT_DAYS
Example of Customizing the Poll Date Log Data:
update ptl_system_parameter set param_value = ‘14’
where param_name = 'KEEP_POLL_DATE_LOG_DAYS’;