BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hi,

Please help me understand which would to fast to fetch tran level data form Oracle database.

Will there be any differece for the query response time with the facilities available.

Help will be appreciated.

Thanks!
Sridhar.
3 REPLIES 3
Flip
Fluorite | Level 6
That will depend on the relative size and tuning of the Oracle vs SAS platforms.
Doc_Duke
Rhodochrosite | Level 12
Passthru gives you explicit control. With the LIBNAME approach to database connections, SAS tries to generate native SQL code that it passes. Sometimes it writes better code than you can, other times not. Sometimes you may inadvertently use a function in SAS that oracle doesn't recognize, so the entire table is pulled to SAS for analysis.

As was mentioned earlier, your mileage may vary.
ChrisHemedinger
Community Manager
You might check out the wealth of knowledge in these related papers from SAS:

http://support.sas.com/resources/papers/tnote/tnote_database.html

Chris
SAS For Dummies 3rd Edition! Check out the new edition, covering SAS 9.4, SAS Viya, and all of the modern ways to use SAS!

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

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
  • 3 replies
  • 1029 views
  • 0 likes
  • 4 in conversation