varchar有两个参数byte 和char
它默认是使用的参数byte,这个默认参数又是由nls_length_semantics决定的
所以alter system set nls_length_semantics=CHAR scope=both;
最后重启数据库
varchar有两个参数byte 和char
它默认是使用的参数byte,这个默认参数又是由nls_length_semantics决定的
所以alter system set nls_length_semantics=CHAR scope=both;
最后重启数据库