Retention period update for SDK user-defined objects example
The following example illustrates an update for a Pure Storage performance database table.
INSERT INTO apt_purge_rules (table_name, product_type, table_description, date_column_name, retention_days, default_retention_days, domain_id, creation_date, last_updated) SELECT table_name, product_type, table_description, date_column_name, 50, default_retention_days, 100007, SYSDATE, SYSDATE FROM apt_purge_rules WHERE domain_id IS NULL AND table_name = 'SDK_PURE_STORAGEARRAY_PERF'; Commit;