Is there a way to create multiple triggers in one script?

后端 未结 5 1576
误落风尘
误落风尘 2020-12-17 09:00

I am trying to create multiple triggers with only uploading one script into an Oracle DB / APEX workspace, and running it once.

Here is a brief script compared to th

5条回答
  •  清酒与你
    2020-12-17 09:27

    Put a slash '/' as the first character on a blank line between each trigger statement. This is the SQL*PLUS equivalent of 'go'.

提交回复
热议问题