I have a java web application which needs to upload files and we want to store these files on the filesystem rather than in the database. The database will store the document metadata only.
The question is whether to just store the path as a string in Oracle, or as a BFILE locator? Can a BFILE locator point to a location which is on a different filesystem? If we have to store the file on the Oracle filer then we may as well just store it as a BLOB.