Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Parameters in function
<kazelot_at_thenut.eti.pg.gda.pl> wrote in message news:<Pine.LNX.3.96.1020308084637.484B-100000_at_thenut.eti.pg.gda.pl>...
> I have read that function cannot can only have 'in' parameters?
> Is that true?
>
> TIA,
> kazelot
UT1> @cf UT1> -- playing UT1> -- UT1> set serveroutput on UT1> create or replace function markfunc (2 p_v1 in varchar2
Function created.
UT1> declare
2 v_pass1 varchar2(10) := 'Testing'; 3 v_pass2 varchar2(10) := null ; 4 v_rc number := 0 ;5 begin
PL/SQL procedure successfully completed.
Why ask what you can do?
HTH
-- Mark D Powell --
Received on Fri Mar 08 2002 - 08:35:26 CST
![]() |
![]() |