Skip to main content
Solved

Trigger definition character limit


Forum|alt.badge.img+9

Hello All ,

 

While saving a new action event , I get this error message .

Does anyone know how to expand the limit ? 

 

 

Thank you in advance ,

Hanane

Best answer by pwlm

Hi @Hanane 

You need to reduce the number of columns/attributes in the “only when these attributes are changed” section. I don’t know your exact use case here but you could try to always trigger the event and then move the logic to the event action instead.

Or you could split this up into multiple events.

Cheers,
Pete

View original
Did this topic help you find an answer to your question?

3 replies

Srikanth
Superhero (Partner)
Forum|alt.badge.img+18
  • Superhero (Partner)
  • 291 replies
  • October 10, 2023

Hi,

This is an Oracle DB specified limit and not something that can be increased. 

If data from a LONG or LONG RAW column can be converted to a constrained datatype (such as CHAR and VARCHAR2 ), then a LONG or LONG RAW column can be referenced in a SQL statement within a trigger. The maximum length for these datatypes is 32000 bytes.

Please review trigger code to identify the column breaching the max length limit and adjust it. This should resolve your issue.


pwlm
Hero (Partner)
Forum|alt.badge.img+11
  • Hero (Partner)
  • 70 replies
  • Answer
  • October 10, 2023

Hi @Hanane 

You need to reduce the number of columns/attributes in the “only when these attributes are changed” section. I don’t know your exact use case here but you could try to always trigger the event and then move the logic to the event action instead.

Or you could split this up into multiple events.

Cheers,
Pete


Forum|alt.badge.img+9
  • Author
  • Sidekick
  • 42 replies
  • October 17, 2023

Indeed when I reduce the number of columns in the “only when these attributes are changed” section , I don’t get the error message .

Thank you All,

Hanane


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings