Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What is the optimal way for reading the huge data from oracle DB?

User_CK8A6May 13 2021

In our production DB, there are txn tables that have more than 500 million records. I am trying to read those records into python pandas data frame using pandas.read_sql and also tried with pandas.read_sql_query. But these options are very slow. Can you suggest any optimal way to do this task. This required to do the data processing.

Thanks,
Manoj Kumar

Comments

Processing

Post Details

Added on May 13 2021
6 comments
3,644 views