Oracle: LONG or CLOB?

前端 未结 2 743
礼貌的吻别
礼貌的吻别 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:41

    If Oracle says a feature is deprecated it may not be available any longer in a future release. So unless your application will run on the current Oracle version for an unlimited amount of time, don't use deprecated functionality.

提交回复
热议问题