mistake :(

I wanted to write:
create table T1 (a varchar2(4000));
will succeed.
create table T1 (a varchar2(4001));
will fail.

regards.