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 -> Declare multiple variables

Declare multiple variables

From: <devjnr_at_gmail.com>
Date: 22 Aug 2006 03:34:56 -0700
Message-ID: <1156242895.974550.283860@h48g2000cwc.googlegroups.com>


Is it possible to do this?

declare l_first integer; l_second varchar2;

begin

...

end

raise an error...with Ora10g R2

Thx for help Received on Tue Aug 22 2006 - 05:34:56 CDT

Original text of this message

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