Error received when viewing data in Schema Browser | Tables | Data tab or from SQL Editor | Data Grid tab from a table that contains a large amount of columns and rows:
"Out of Memory"
This error does not occur when the number of column or rows displayed are limited.
WORKAROUND 1:
(This may not be available in certain versions of Toad).
WORKAROUND 2:
View | Toad Options | Data Grid | Data - increase the 'stop data fetches when available memory reaches __ MB' option to 128mb (default is 50mb).
WORKAROUND 3:
Use F9 (Execute as Statement) instead of F5 (Execute as Script) so that Toad will only fetch about 500 records rather than all the records.
If using F5, adjust the following options, Toad Options | Script
(The amount to fetch at once is automatically optimized.)
WORKAROUND 4:
Limit rows returned to required data using 'WHERE' condition and ORDER BY clauses.
Note, beyond number of records, the number of columns could also play a part in regards to the size of the data returned and displayed in the data grid.