oracle 的procedure,那位大虾救救我
我在solaris 2.7下oracle 8i的sqlplus环境中创建如下procedure
create or replace procedure test_proc test_proc()
AS
BEGIN
select name from test1;
return 0;
END test_proc;
创建后有编译错误,我用show errors 现实错误信息如下:
1/21 PLS-00103: Encountered the symbol "TEST_PROC" when expecting one
of the following:
( ; is with authid deterministic parallel_enable as compress
compiled wrapped