You are here: Home //
Oracle 11g //
ORA-04095: trigger ’string’ already exists on another table, cannot replace it
ORA-04095: trigger ’string’ already exists on another table, cannot replace it
Posted by
Oracle 11g Release 2 on
Nov 28, 2006 |
Leave a Comment
Cause: Cannot replace a trigger which already exists on a different table than the one being replaced. See the solution below.
Error solution: Drop the trigger with the same name and re-create it.
Database version: Oracle 11g Release 2 (11.2)
Tags: ora, Oracle 11g Release 2