BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
alepage
Barite | Level 11

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.

1 ACCEPTED SOLUTION

Accepted Solutions
SASKiwi
PROC Star

@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...

 

View solution in original post

2 REPLIES 2
CurtisMackWSIPP
Lapis Lazuli | Level 10

I am afraid that is a question for Oracle.  You might be able to get it from one of the Oracle system tables.

SASKiwi
PROC Star

@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...

 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 2083 views
  • 0 likes
  • 3 in conversation