![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
No One wrote: I have a SQL script that creates tables, sequences, indices and even inserts some data. Typically it is run by copy/paste into TOAD. A need has arisen to create a few triggers. If I put the trigger code in this script, all code following the trigger gets interpretted as being part of the trigger. Do I need to create a script for every trigger or is there a way to include them all in this one script? The client is running Oracle 9i. Thanks. Usually - you should end your code with a '/' on a single line. Example: CREATE TRIGGER ... ... END; / |
![]() |
| Thread Tools | |
| Display Modes | |
| |