String Properties that Exceed the DBMS Maximum Column Length
The default column size for String type attributes is 255 characters. If you expect the data length of an entity property to exceed that value, then in the CDD file set the Max Length field for each entity’s properties The utility changes the data type of String attributes with long lengths to CLOB, as appropriate.
See Configuring CDD for Special Cases (As Needed) for details.
Copyright © Cloud Software Group, Inc. All rights reserved.