Very large file problem for JDBC storage

2004-07-27 Thread KeyEvent
Hi I am using 2.1 M1 and oracle storage for upload file. The problem is that oracle has a 4GB limitation for LOB maxsize, what will happen if a file more than that is uploaded? will slide find a way to handle it or just failed. I tried to upload some large file such as 2GB and failed, anyone h

Re: Very large file problem for JDBC storage

2004-07-28 Thread Oliver Zeigermann
The size of content is restricted by the underlying persistent store, e.g. Oracle. Oliver KeyEvent wrote: > Hi > > I am using 2.1 M1 and oracle storage for upload file. The problem is that oracle has > a 4GB limitation for LOB maxsize, what will happen if a file more than that is > uploaded?