Oracle Table Partitioning on a table with inserts only for error logs etc in the table
We are looking for a strategy were ,Oracle Table Partitioning on a table with inserts only for error logs etc in the table ,can be achieved. There is no predicate on the inserts .The table has a last_updated_date column and we are looking for a solution to purge data from the table using drop partition option .Oracle DB version is 18c.
Can we choose a date column for this partition ?