Oracle DB 12c: Is the Entry_ID column in the UNIFIED_AUDIT_TRAIL table unique and sequential?
Hello,
I'm wondering if the ENTRY_iD column from the UNIFIED_AUDIT_TRAIL table is unique and increases sequentially. In other words, for any two rows from this table, if one has a value for EVENT_TIMESTAMP that is later than the other, will it also have a value for ENTRY_ID that is strictly greater than the ENTRY_ID value of the other row?
I hope this is clear, let me know if there's anything I need to clarify.
Thank you