In my project I need to run a cron job - that will query Table at midnight and create data objects out of the selected rows.
This table will grow in size over a period of time - so intention is to only query (select) - those rows that are new OR rows that have been updated since the previous run.
Is there any way in oracle to do this.
regards