Hi,
I am getting error as Error: ORA-38824: A CREATE OR REPLACE command may not change the EDITIONABLE property of an existing object when trying to change the trigger
create or replace TRIGGER SAMPLE_TRIGGER
BEFORE INSERT OR UPDATE OR DELETE ON SAMPLE_USER
FOR EACH ROW
--
--
END;
the schema is Editioning enabled ,
Can you please help on how to resolve this error .
Thanks,