I want to store DOC, PDF, XLS etc. file in database(Oracle 8.0.5) and after storing how it can be retived from database ?
I want to store DOC, PDF, XLS etc. file in database(Oracle 8.0.5) and after storing how it can be retived from database ?
If you have the Enterprise Edition, you can use BLOB, CLOB or BFILE.
I have save XLS file using bfile. But i am unable to restore it back to o/s.