Problem running oracle script from command line using sqlplus

前端 未结 6 566
暖寄归人
暖寄归人 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条回答
  •  太阳男子
    2021-01-11 21:16

    Instead of using the / at the prompt, ensure that your query in the doit.sql ends with a semicolon.

提交回复
热议问题