Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How are PL/SQL tables passed - by reference or by value?

Re: How are PL/SQL tables passed - by reference or by value?

From: George Meltser <meltser_at_aigfpc.com>
Date: Thu, 17 Sep 1998 13:59:15 -0400
Message-ID: <6trija$4hk$1@as4100c.javanet.com>


Also to make you really happy PL/SQL tables allocate maximum length for all varchar2 variables
regardless of their actual length.

Clyde Tarver wrote in message <360035D7.A49999D6_at_america.net>...
>It is my experience that they are passed by value. Even if you define the
>parameter as IN OUT, Oracle will make a copy going in and copy it back
going out
>
>
>
Received on Thu Sep 17 1998 - 12:59:15 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US