Oracle: LONG or CLOB?

前端 未结 2 745
礼貌的吻别
礼貌的吻别 2020-12-20 14:00

From these two threads,

  • Why is LONG an issue with Oracle?
  • Is it possible to read a CLOB from a remote Oracle database?

LONG is archaic an

2条回答
  •  萌比男神i
    2020-12-20 14:40

    Use CLOBs. One limitation of LONG is that LONGs can't be handled correctly from SQL - PL/SQL.

    For a more detailed description of the differences, see http://www.comp.dit.ie/btierney/oracle11gdoc/appdev.111/b28393/adlob_tables.htm#insertedID2

提交回复
热议问题