i have a table in which i have a col whose datatype is clob.
the data that i want 2 store in this col would point to a word file, how can acheive this ?
is it possible to store a pointer in a clob file or it has to be the actual data?
how can i acheive the same using BFILE col??