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!

export file to excel (65536 records)

580935Jul 3 2007 — edited Jul 3 2007
i have a query that contains 198097 records.
but excel csv format just limited to 65536 records.
so how i export remaining records to excel ?

i tried this SQL statement it dind return any result.

select * from DC_18a where rownum =65537
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 31 2007
Added on Jul 3 2007
13 comments
3,922 views