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

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


Add a forward slash on a new line after each trigger to execute the command in the buffer:

create trigger......end;/


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


Place a forward slash

/

between the two statements on a separate line.

Oracle will then accept it as a new statement