SAS Enterprise Guide

Desktop productivity for business analysts and programmers
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-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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