Schema Triggers in Oracle

已回答

Datagrip does not list schema triggers. It's being hard to promote this tool internally it's lacking behind in very basic functions.

 

CREATE OR REPLACE TRIGGER yourschema.yourtriggername
after logon on database
begin
your magic
end;
/
0

Thanks for the feedback, we've created feature request on out tracker.

0

请先登录再写评论。