Here is my problem.
The requirement is to store word documents in Oracle and then use it interactively from Java based application system, that is - on clicking of a button on the web page, the application should retrieve the word document from the database and show it on the browser. The user is allowed to edit the document and when the user saves it, it should save it back to its original place in the database.
I need to save the word document directly to the database.
Can you help me finding a way for this problem
Regards,
Chandra SEkhar