ORA-06553: PLS-306: Wrong Number or Types of Arguments in Call To 'FUNC1'
ORA-06553: PLS-306: Wrong Number or Types of Arguments in Call To 'FUNC1'
return number
is
a number(5):=100;
b number(5):=200;
c number(5);
begin
c:=a+b;
return c;
end;
/
select func1 from dual