Audit Vault Collector not updating LAST_ARCHIVE_TS
I have searched and search and tried several things I can get past my "WARNING: zaodr.c : zaodrSendCleanupTimestamp : OCIStmtExecute failed for OCI set timestamp:100" errors.
AV is 12.2.0.2.0 and my secured target db is 12c (12.2.0.1.0) unified is not enabled.
I have to manually advance the last_archive_time by running DBMS_AUDIT_MGMT.SET_LAST_ARCHIVE_TIMESTAMP after verifying I have all my audit records/rows (audit trail is set to XML Extended).
So I do this checking and updating the date then manually running the purge... a real pain.
IF the AV Collector could update the last_archive_timestamp again that woudl be great... This all happened after migrated from 11g to 12c nearly a year ago. So for a year I've been doing this manually as described above.