Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NVARCHAR2(4000)

oracletuneDec 9 2008 — edited Dec 9 2008
Will this compile:

alter table test
add (col_test NVARCHAR2(4000));

ORA-00910 specifed length too long for this datatype
This post has been answered by JustinCave on Dec 9 2008
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 6 2009
Added on Dec 9 2008
5 comments
23,448 views