为了账号安全,请及时绑定邮箱和手机立即绑定

Warning: Procedure created with compilation errors.

写helloworld的时候就报这个错误 

  1  create or replace procedure sayhelloworld

  2  begin

  3  dbms_output_line("Hello World");

  4  end;

  5  /


正在回答

3 回答

  create or replace procedure sayhelloworld

AS

  begin

 dbms_output_line("Hello World");

 end;

 /


0 回复 有任何疑惑可以回复我~
#1

qq_Sebtimental丶_23564747 提问者

非常感谢!
2018-07-23 回复 有任何疑惑可以回复我~

begin上面加上一行AS就好了

0 回复 有任何疑惑可以回复我~

begin上面加上一行AS就好了

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Oracle存储过程和自定义函数
  • 参与学习       56308    人
  • 解答问题       118    个

Java开发重要课程,Oracle数据库开发工程师的加薪利器

进入课程

Warning: Procedure created with compilation errors.

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信