Trigger Table Names with # or + symbol after upgrade to 12.2.10
Hello,
I just noticed that all triggers contain the # symbol after the table name in 12.2.10. Is there a technical reason for this?
Example:
Version TRIGGER NAME TABLE NAME
12.1.3 MTL_SUPPLY_T MTL_SUPPLY
12.2.10 MTL_SUPPLY_T MTL_SUPPLY#
I've checked both triggers and the ONLY difference between the two triggers is this:
in 12.1.3: BEFORE INSERT OR UPDATE OR DELETE ON MTL_SUPPLY
in 12.2.10: BEFORE INSERT OR UPDATE OR DELETE ON "INV"."MTL_SUPPLY#"