We must be able to store and retrieve ALL the documents (PDF, Word .doc, ASCII, .RTF, XML, HTML, ...) our application generates.
- What is the best data type to store these documents in? BLOB, CLOB, DBCLOB ?
- How does one store/retrieve a Java object in/from a xLOB ?
Any references, comments, ... are very much appreciated.