Out of Memory

Mwankums

Member
Hai am new to ORACLE and Each Time I run a query in the sql window am getting this message saying "OUT OF MEMORY" even though data is retrieved and each time I try to export it to excel a message comes saying "Please send the file to at support@allroundautomation.com ", how do I get past this problem.....Really need your help!!!
 
For very large result sets 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. If you export in CSV format you can open the file in Excel later.
 
Back
Top