Hi!
I have a migration job that fails with the error message “Error when closing job ORA-12899: value is to big for column “ifsapp.intface_header_tab”.”last_info” (actual: 4002, maximum: 4000)
After checking in PLSQL it seems that the migration job is generating this “Last info”. (The print screen is in swedish):
I can also verify in PLSQL that the VARCHAR is set to 4000:
Does anyone know how to solve this issue?
Thanks!