I am trying to execute a list of anonymous block in sql developer. But when ever execute a anonymous block example
Begin
 execute do something
end;
it works but if i execute more than one anonymous block such as
Begin
 execute do something
end;
Begin
 execute do something
end;
it throws
PLS-00103: Encountered the symbol "BEGIN" 
06550. 00000 -  "line %s, column %s:\n%s"
*Cause:    Usually a PL/SQL compilation error.
                Use forward slash in between
Begin
 execute do something
end;
/
Begin
 execute do something
end;
/
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With