hi,
i want to know that how should i save a word doc file in oracle through blob of size <35kb.
after saving how to retrieve them?
table can be created like :
create table ranfile(id number(5),resume blob);
after this it is initialized through empty_blob;
now how to proceed after creating table name ranfile.
hope to get reply soon.
thanking you.