Out of Memory

Hi,

When I query a table that has large number of records, I got error: Out of Memory. How can I change the memory allocated to PL/SQL Developer?

Thanks,
 
If you are querying a lot of records, you should preferably use the "Export Query Results" button to the right of the SQL Window. This way the query results will directly be written to a file, without any memory overhead.
 
Back
Top