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: passing parameters to PL/SQL block.

Re: passing parameters to PL/SQL block.

From: Job <Job_at_pestilence.net>
Date: 2000/05/18
Message-ID: <39241227.75B7B6A6@pestilence.net>#1/1

morella3253_at_my-deja.com wrote:
>
> Hi,
>
> Why can't I use a parameter of type CHAR(50) in a parameter
> list of procedure I am trying to compile.
>
> Ex: create procedure test1(name out CHAR(50),...)...

You can't specify the length. Lose the (50) and it will compile. Check the manual for more. Received on Thu May 18 2000 - 00:00:00 CDT

Original text of this message

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