cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Getting Oracle Exception while triggering email

Former Member
0 Likes
369

Getting this Exception while executing The Email trigger

ERROR TaskExecutor-master-3003-ProcessTask [8796984411062] [ProcessengineTaskRunner] - Error executing ActionNode with ID [generateOrderConformationEmail]: org.springframework.jdbc.UncategorizedSQLException: query; uncategorized SQLException for SQL []; SQL state [72000]; error code [1461]; ORA-01461: can bind a LONG value only for insert into a LONG column

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi ,

Im facing the Similar issue. is there any way to fix this issue ?

VinayKumarS
Active Contributor
0 Likes

As per the exception you are trying to enter the value which is not appropriate to save into the field. Can you please check in which insert statement is throwing this error and the values which you are trying to insert and the database column length.

Former Member
0 Likes

Hi, Thank you.

Can you please let me know how to check the insert statement. I am not able to see in logs.

Former Member
0 Likes

Hi, Thank you.

Can you please let me know how to check the insert statement. I am not able to see in logs.