根据Oracle 网站上的 Oracle 12 文档 ( 1.1.6.4 ),您应该能够创建一个超过 4000 个字符的 varchar2 列。有没有人能做到这一点,因为我得到的只是:-
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing options
SQL> create table r1 ( c1 integer, c2 varchar2(32000));
create table r1 ( c1 integer, c2 varchar2(32000))
*
ERROR at line 1:
ORA-00910: specified length too long for its datatype