Advertisement
kromm77

TOAD - "Out of Memory" error when viewing data from table with a lot of columns and rows.

Jan 19th, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. Titolo
  2. "Out of Memory" error when viewing data from table with a lot of columns and rows.
  3. Descrizione
  4. 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:
  5.  
  6. "Out of Memory"
  7.  
  8. This error does not occur when the number of column or rows displayed are limited.
  9.  
  10. Risoluzione
  11. WORKAROUND 1:
  12. 1. Select View | (Toad) Options | Oracle | General.
  13. 2. Decrease the OCI array buffer size to a smaller amount or to Oracle's default value of 25.
  14.  
  15. WORKAROUND 2:
  16. View | Toad Options | Data Grid | Data - increase 'stop data fetches when available memory reaches __ MB' to 128mb.
  17. WORKAROUND 3:
  18. 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.
  19. WORKAROUND 4:
  20. Limit rows returned to required data using 'WHERE' condition and ORDER BY clauses.
  21. STATUS:
  22. Waiting for fix in a future release of Toad for Oracle.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement