Hi,
I was told there is a feature in Oracle to set up a table to have a
limit on the maximum number of rows in it. By attempt to insert more
rows, the oldest rows should get deleted automatically.
Is there a way to do it, other than writing my own insert trigger?
Thanks,
Dusan
I was told there is a feature in Oracle to set up a table to have a
limit on the maximum number of rows in it. By attempt to insert more
rows, the oldest rows should get deleted automatically.
Is there a way to do it, other than writing my own insert trigger?
Thanks,
Dusan
Comment