What is the most efficient way to query all rows using JDBC from Oracle DB and sending them one by one to other systems

后端 未结 0 1596
终归单人心
终归单人心 2021-01-26 19:18

I have a large table with over 1mld rows. I need to query them and one by one send them to a different system.

Should I use:

WHERE rownum <= 10
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题