I am working on oracle 11g and I am wondering if it's ok to put the length of the text column as max as it can be(4000 byte), as the oracle engine will allocate the used length only. or this action will effect the performance of the application that will read from this DB .
briefly: if the oracle engine will not allocate the 4000 byte why not to use it always.
Best Regards.