Votes
Answers
Views
Question
8
votes
1
answer
83
views
1
vote
1
answer
194
views
asked 11 years ago by johnzainer
updated 11 years ago by sammyh
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))...
1
vote
1
answer
79
views
asked 13 years ago by gopherr
updated 12 years ago by derlweldon
In the workflow for test instances I'm auto-populating HTML code in a custom memo field. In the Test Lab, looking at the Execution Grid, if I cick the drop-down to view the full content of the memo field, the text of what I want to be a hyperlink appears blue and underlined, but it does not operate ...
7
votes
1
answer
31
views
I need to allow a user to type or copy and paste an extremely large amount of data. The 'memo' data type is not big enough. Is there a way to get around this data type limitation? The field is described as a text in the database.