hi,
is there a procedure function etc that i can use to check the size of my table in oracle , and overite it with a new table ,given that my newly generated table in sas is bigger than the one in oracle.
i will basically do my calculation in sas , if the table in sas is bigger than the one in oracle then i will drop the old table and create the new table.
in oracle i could use a pl/sql procedure but i want to automate the process in sas.
your assistance is very much apprecaited in this regard.
Regards
GT
Hmm, doesn't sound like a streamlined way of handling your data. Are you sure that size is the only parameter?
And why do you wish to replace it? Isn't it better just to have one copy of the data? Multiple entities causes confusion and and probably drives maintenance costs.
Size, meaning no of records?
A simple select count(*) would probably do, but ask your Oracle DBA for alternatives to optimize that query.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.