Hi All,
I am trying to update a column of BLOB datatype in a table . My statement is as below:
UPDATE tablename
SET BLOBVALUE = 'TEST'
WHERE TASKID = '********';
But the above statement is throwing the below error:
SQL Error: ORA-01465: "invalid hex number"
Please help me with this.
Thanks!