How can one determine the size of Description field in ALM…
Question ID:
105446
♥ 0 |
I’m using Oracle 10.2.0.4 with ALM 11.52 and would like to limit the amount of data a user enters in the Description field. I’m doing this in order to make sure our synchronization to Rally does not fail. Rally has a 32k limitation. I was trying "LENGTHB(dbms_lob.substr(BG_DESCRIPTION, 4000, 1))" but this returns the same number as a simple VB Script LEN function. Does this seem correct? or is there another way to get the actual size not the number of characters.
Marked as spam
|