hi,
i have a stored procedure where i am getting string in a parameter.
which i have to insert into blob column.
so i am using following .
--Insert into t values (utl_raw.cast_to_raw('hello'));
please tel me is it correct and if there is any better solution then please suggest ,
note: do not want to change column type in database it will be blob.
and in stored procedure the parameter can be of any type but it will get string data only we have char or varchar etc , which can be used.
yours sincerely