BookmarkSubscribeRSS Feed
nickspencer
Obsidian | Level 7
Hi all,
I have a sas dataset with around 15k record that I have to do an inner join with an Oracle table. I am doing a heterogeneous join but it is taking extremely long to complete even with options like readbuff, dbkey and multi_datasrc_opt=in.
Is there any other way I could run my program faster?

Thanks,
Nick
2 REPLIES 2
Patrick
Opal | Level 21

Load the SAS dataset into Oracle - eventually into a temporary table - to execute the join in-database.

This of course is only worth doing if the inner join will significantly reduce the volume meaning that the resulting table you will load into SAS is much smaller than the source table in Oracle.

Sajid01
Meteorite | Level 14

Hello @nickspencer 
Optimizing query performance depends on the details of your query and I have a general observation.
You are having a heterogeneous join. if your SAS dataset is the smaller one I would suggest try moving to a temporary table into Oracle and then perform the join and fetch the result.
Do not forget to delete the temporary table in oracle. 
Again the devil is in the detail.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 840 views
  • 0 likes
  • 3 in conversation