try using this, i found it a while ago, you can convert it to char , not Varchar2 or Varchar , don't test it yet. Try:
CAST(a.ar_options AS CHAR(10000) CHARACTER SET utf8)
MySQL processes data unique. Therefore, there is a difference between Blob and Text. Text simply means a text string stored as the original, not a binary one, while a blob is a text string saved as a binary file.
source share