Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

OCI-04095

trigger 'string' already exists on another table, cannot replace it

Cause

Cannot replace a trigger which already exists on a different table than the one being replaced.


Action

Drop the trigger with the same name and re-create it.