Any suggestions on how to extract 6 million records from an oracle10g ?

Posted by R K on Stack Overflow See other posts from Stack Overflow or by R K
Published on 2010-04-08T05:59:40Z Indexed on 2010/04/13 8:33 UTC
Read the original article Hit count: 585

Filed under:
|
|

I just want to give you a little background

  1. Need to write a PL-SQL which will extract 6 million record joining different tables and create a file of that.
  2. Need more suggestions, specifically on how to fetch these many records. As fetching these million of records on a single go can be a highly resource intensive. So question is how to fetch these many records ?

Any pl-sql will be highly appreciated.

© Stack Overflow or respective owner

Related posts about oracle10g

Related posts about plsql