Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to query only updated or new rows in Oracle

1030029Aug 1 2013 — edited Aug 6 2013

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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 3 2013
Added on Aug 1 2013
22 comments
26,909 views