I\'m having a problem trying to run my sql script into oracle using sqlplus. The script just populates some dummy data:
DECLARE role1Id NUMBER; user1Id
The Simple answer
Make sure you put both 'end;' and in final line put '/'
It will run with ease.