10g Database Gives Out of memory error:Java heap space
632013Jun 5 2008 — edited Jun 6 2008hi experts,
I have a new 10g database. I ran a stmt to delete all rows in a table - did this in SQL Plus: delete * from SSU.tableX
The table has only 8000 rows but it has hung forever...
I noticed this in the command promt window: Exception in thread-18 java.lang OutofMemory error:Java Heap Space
Question 1. How can I cleanly stop this from running. Dont want to damage the database if at all possible.
Question 2. What memory setting, etc do I need to increase to avoid this error in the future. (I know that's a broad question - this is a new db - took the defaults when I created it)
Thanks to anyone who can help! John