- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am using SAS EG 7.13 and I need to extract some information tomorrow morning.
However before excuting the sas program, I would like to check if the oracle table was udpdated and when.
Just suppose that the database name is DB1 and table is Table10. Our environment is unix.
Thanks in advance for your help.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@alepage - Check the schema of the table. Does it have column recording when that row was updated? If not as @CurtisMackWSIPP says, Oracle system tables can provide a last updated date.
A simple google search found this: https://stackoverflow.com/questions/265122/how-to-find-out-when-an-oracle-table-was-updated-the-last...
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I am afraid that is a question for Oracle. You might be able to get it from one of the Oracle system tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
@alepage - Check the schema of the table. Does it have column recording when that row was updated? If not as @CurtisMackWSIPP says, Oracle system tables can provide a last updated date.
A simple google search found this: https://stackoverflow.com/questions/265122/how-to-find-out-when-an-oracle-table-was-updated-the-last...