Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error : Invalid hex number

VGandhiMar 25 2014 — edited Mar 26 2014

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 23 2014
Added on Mar 25 2014
4 comments
1,681 views