Hi Expert,
We are migrating the Lotus Notes data to the CS application database table. We have created a table on the CS application database . Now when we are trying to insert the data we are getting the error for 2 columns which are BLOB data type.
I believe BLOB data type only supports 2000 characters length and the data which we are trying to insert is more than 2000 characters (max it is 65000 character). We are using the below syntax to insert into BLOB datatype,
utl_raw.cast_to_raw(DATA).
Can anyone please help me out on how to insert data more than 2000 characters into the database table?
Thanks,
Nikhil Sanghvi