Dear Friends
Currently i am using the following code to upload the image in Oracle dba. if i want to select the image and then upload in table how to do it .
declare
x varchar2(60);
begin
read_image_file('c:\erp\HR\image\'||:company.compcode||'.BMP','any','complogo');
NULL;
end;
sanjay