Click here to Skip to main content
15,898,371 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi All,

I Want to extract 1,766,048 records into any file extension like (.xls,.xlsx,.csv) from Oracle SQL Developer tools.

Is there any specific keywords which can be used with select query while extracting data like (Limit, range..! Any other techniques?) through which i can extract data in section wise.

Note: I'm using select statement to fetch data from multiple tables using Oracle SQL Developer tools.


Please suggest and guide me as soon as possible, i need all records and data is important.


What I have tried:

i've used limit keyword.
and not able to found any solutions.
Posted
Updated 23-Jun-17 4:55am
v3

1 solution

Make sure you run your statement with the Run Statement option (Ctrl + Enter). Then in the query results grid click any cell and then press Ctrl + End and that will fetch all records.

To export just right click in the query results grid and select Export and one of the format options is Excel.
 
Share this answer
 
Comments
parthdoshi 23-Jun-17 12:40pm    
@AnvilRanger , Thank you! But this think i already tried and not able to get 1,766.048 records in one Excel file.

can you please guide me as soon as possible.
AnvilRanger 23-Jun-17 12:54pm    
You can't. Excel has a max limit of just over 1 million rows.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900