I have a trigger where based on the current status of a column, I make an insert in another table.
Everything seems to work correctly, except the passage of the data of an attribute that is BLOB. This attribute is passed NULL. I have this problem It does not mark any error, the value of the BLOB of that attribute is simply null. Any ideas?