Id | Message |
---|---|
ORA-04071 | missing BEFORE, AFTER or INSTEAD OF keyword |
ORA-04072 | invalid trigger type |
ORA-04073 | column list not valid for this trigger type |
ORA-04074 | invalid REFERENCING name |
ORA-04075 | invalid trigger action |
ORA-04076 | invalid NEW or OLD specification |
ORA-04077 | WHEN clause cannot be used with table level triggers |
ORA-04078 | OLD and NEW values cannot be identical |
ORA-04079 | invalid trigger specification |
ORA-04080 | trigger string does not exist |
ORA-04081 | trigger string already exists |
ORA-04082 | NEW or OLD references not allowed in table level triggers |
ORA-04083 | invalid trigger variable string |
ORA-04084 | cannot change NEW values for this trigger type |
ORA-04085 | cannot change the value of an OLD reference variable |
ORA-04086 | trigger description too long, move comments into triggering code |
ORA-04087 | cannot change the value of ROWID reference variable |
ORA-04088 | error during execution of trigger string.string |
ORA-04089 | cannot create triggers on objects owned by SYS |
ORA-04090 | string specifies same table, event and trigger time as string |