Custom CLOB Column extension
Hi Experts,
We came across a case where we have to have a CLOB column. Would like some inputs and precautions when creating a CLOB column.
a) I see a column with Type = Long , with Length = 0. Can I use this column and create a field with the Field type = DTYPE_CLOB and set the length to 1,376,256?
b) Create a custom column with Type =CLOB and set length to 1,376,256. Are there any precautions that needs to be considered?
c) I also see some repository tables with CLOB columns having length 20,971,520. Can we set the length to 20,971,520 for custom columns too?
Any suggestions will be appreciated.