BookmarkSubscribeRSS Feed
MG18
Lapis Lazuli | Level 10

HI all,

 

I have table in Oracle whihc is haiving 120 crore records and i want to create Full extract in DB2 table and In our SAS job it takes 4/4.5 hours to load 4-5 crore records when it is running in LSF/schedular.

Kindly suggest the fastest mode by which the data can be imported to DB2. we have SAS DI studio, datafluxstudio, SAS EG amd using SAS 9.3 .

 

 

1 REPLY 1
Kurt_Bremser
Super User

Do it in two steps. Pull the table into SAS, and then load it into DB2. You might suffer from (unnecessary) network congestion when you simultaneously read and write.

 

BTW, don't expect 1.200.000.000 records to go over in a flash. That IS a lot of data, and your network does have a limited bandwidth.

 

Calculate your physical data size (nobs x observation size), and relate that to your network bandwidth, to see if you are able to saturate the network. Once the connection is saturated, there's nothing you can do, with the exception of adding network cards and network paths.

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 connect to databases in SAS Viya

Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 1012 views
  • 0 likes
  • 2 in conversation