Script output to file when using SQL-Developer
Posted
by Laurent K
on Stack Overflow
See other posts from Stack Overflow
or by Laurent K
Published on 2010-02-10T08:32:53Z
Indexed on
2010/05/14
19:54 UTC
Read the original article
Hit count: 544
I have a select
query producing a big output and I want to execute it in sqldeveloper, and get all the results into a file.
Sql-developer does not allow a result bigger than 5000 lines, and I have 100 000 lines to fetch...
I know i could use SQL+, but let's assume I want to do this in sqldeveloper.
© Stack Overflow or respective owner