Oracle の Web サイトにある 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