| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> Trigger Question - Error
I keep getting an error on the following trigger - any suggestions:
  if (     :new.attachment IS NOT NULL
     AND   :new.attachment = test      ) THEN
     RAISE Invalid_Entry;
ERROR at line 1:
ORA-20001: Test ORA-06512: at line 13 ORA-04088: error during execution of trigger 'MED.CHECK_MED_ATTACH'
Thanks JB Received on Tue Mar 04 1997 - 00:00:00 CST
|  |  |