Skip to main content

Anonymous block not working in SQL*Plus

To resolve this issue please end sql anonymous block like you end multiple sql's in editor to run multiple queries


Declare
Begin
Statements....
End;
/

Comments