我的运行出错帮忙检查下
create or replace procedure sayhelloworld
as
begin
dbms_output.put_line("HelloWorld");
end ;
/
错误:Warning: Procedure created with compilation errors
create or replace procedure sayhelloworld
as
begin
dbms_output.put_line("HelloWorld");
end ;
/
错误:Warning: Procedure created with compilation errors
2016-08-26
举报