Direct Export Query result without executing the query

Tfq

Member
Hi All,

I'm trying to assist my client, who is getting 'Out Of Memory' error while executing a query in PL/SQL developer v-6.0.4. The output of the query is expected to be a bit large and I learnt online that there is an option to directly export the data without executing the query and that this might help with the problem.

But I'm unable to find this option on v-6.0.4. Please can somebody advise if this option is supported on the above version and if yes can you give me instructions with screenshot pls.

Many thanks in advance!
Tfq
 
If you open a new SQL Window and enter a SQL select statement, you can press the "Export Query Results" button to the right of the SQL Editor to export the results directly to a file.
 
Back
Top