create table CASIC_USERROLETEST ( ID INTEGER primary key not null, ROLE NVARCHAR2(50), GID NVARCHAR2(2000), NT NVARCHAR2(50), SYSNAME VARCHAR2(255) )