Problem running oracle script from command line using sqlplus

前端 未结 6 599
暖寄归人
暖寄归人 2021-01-11 20:14

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          


        
6条回答
  •  旧时难觅i
    2021-01-11 21:06

    The Simple answer

    Make sure you put both 'end;' and in final line put '/'

    It will run with ease.

提交回复
热议问题