I have a test_blob table which contains tid and json data.
--- create---- create table test_blob(tid number(5),t_blob blob); --- insert ---- insert into tes