Size Matters!
uIf the database is using fonts where 1 byte=1 char
ØYou can concatenate a number of strings up to 64K of total length
ØIn 8i (because of a bug) you could concatenate without upper bound
Ø
Øexecute immediate v1_txt||v2_txt||v3_txt||…;
Ø
uIn 11i – a promise of no upper limit