[GENERAL] java.lang.OutOfMemoryError

2005-03-20 Thread Suma Bhat
Hi, I'm need to be able to insert a byte[] of size upto 25MB. With Heap size upto 512m this is failing, with a java.lang.OutOfMemoryError Any help resolving this issue will be greatly appreciated. Thanks, Suma ---(end of broadcast)--- TIP 9:

Re: [GENERAL] java.lang.OutOfMemoryError

2005-03-20 Thread Kris Jurka
On Tue, 15 Mar 2005, Suma Bhat wrote: I'm need to be able to insert a byte[] of size upto 25MB. With Heap size upto 512m this is failing, with a java.lang.OutOfMemoryError You need to use an 8.0 JDBC driver and a 7.4 or 8.0 server. Kris Jurka ---(end of