I am using Oracle 10g.
My Java program gets some files having huge text contents + images. I want to Store Data (having text files with Images) in oracle. What is the best way to to insert and retrieve the data from Oracle DB.
Should i use BLOBs or CLOBS?
Should i use XML data types?
Should i use Oracle Text datatype?
Please suggest the best practice. Its pretty urgent.