Closed jduke99 closed 8 years ago
Sorry about that! I had not figured the exported tables would be so big they would not fit in Java's memory.
Please see the java_heap branch for a possible solution: using dbGetQuery.ffdf()
instead of querySql()
(both in the DatabaseConnector package). This new function will load the data into an ffdf object, our current preferred solution for storing (very) large data objects.
Running Oracle. First two exports work fine:
Last two exports throw an error:
Any ideas?