Bernhard S
Member³
When you compare two schemas using PSDs Compare User Objects with Trigger of the same name in both schemas, but on different tables, with applying changes from one schema to another you get an error ORA-04095: trigger '[TR]' already exists on another table, cannot replace it.
PSDs adaption code just consists of a:
In such cases however it's necessary to drop the existing trigger on the wrong table first before being able to create the new on on the correct table.
BTW: What is your current schedule for releasing PSD 9.0 ?
PSDs adaption code just consists of a:
SQL:
CREATE OR REPLACE TRIGGER [TR] ...
In such cases however it's necessary to drop the existing trigger on the wrong table first before being able to create the new on on the correct table.
BTW: What is your current schedule for releasing PSD 9.0 ?