Warning: Procedure created with compilation errors.
写helloworld的时候就报这个错误
1 create or replace procedure sayhelloworld
2 begin
3 dbms_output_line("Hello World");
4 end;
5 /
写helloworld的时候就报这个错误
1 create or replace procedure sayhelloworld
2 begin
3 dbms_output_line("Hello World");
4 end;
5 /
2018-07-04
举报