Hi folks,
how can i insert a image which is GIF or JPG format into a oracle database table
for example i have tabe imagetesttable and image is TEST1.GIF
>desc ebase.imagetesttable
Name Null Type
----- ---- ----
IMAGE BLOB
>insert into ebase.imagetesttable values('C:\Users\mohammh1\Desktop\TEST1.GIF');
it throwing an error.
Error report:
SQL Error: ORA-01465: invalid hex number
01465. 00000 - "invalid hex number"
*Cause:
*Action:
can any body suggest me.