hi,
I am trying to insert an image through sql commandline in oracle 10g. and the datatype is blob.
I have already inserted data in the remaining fields directly in the database.
so, i am using an update command
update mobiles set prdctimg='C:\m1.jpg" where prdctID='M001';
Error is invalid hex number..
Can anyone provide me the solution as soon as possible...
Regards,
VGandhi