What is the equivalent of varchar(max) in Oracle?

后端 未结 7 2266
夕颜
夕颜 2020-12-29 18:27

What is the equivalent of varchar(max) in Oracle?

CLOB?

7条回答
  •  一向
    一向 (楼主)
    2020-12-29 19:04

    The Oracle 11g Gateway translates a Varchar(Max) to LONG Not very handy and causing major problems for our loading of SQL Server data into Oracle.

    See following url for more details:- http://docs.oracle.com/cd/B28359_01/gateways.111/b31049/apa.htm

提交回复
热议问题