Skip to Main Content

SQL Developer

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!

Exporting Bulk or Large Data set using SQL Developer

84384f34-b33d-4bdb-8aa5-42bc97562f92Sep 9 2017 — edited Sep 9 2017

Hi,

I am using SQL Developer, Oracle 11g client

I need to export result of below query into a csv or excel file, issues is when I execute the query and do right click export, then if I select as excel, then it takes lot of time and sometimes sql developer gets hanged and when I do csv format, it takes around 50 minutes.

Row Count is more than 60 Lakh

I need to know, if there is any faster way, by which this can be achieved. As sometimes data count may exceed 10 Lakh also.

Result of below query needs to be exported.

select * from dcf_profile_ver_attr where profile_version_id in (select id from dcf_profile_ver where profile_id in (select id from dcf_profile where profile_type = 'Price'));

Thanks,

Abhishek

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 7 2017
Added on Sep 9 2017
2 comments
16,698 views