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.
@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...
I am afraid that is a question for Oracle. You might be able to get it from one of the Oracle system tables.
@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...
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.