Home » SQL & PL/SQL » SQL & PL/SQL » Is it possible to declare a local variable (not parameter) inside a Stored Procedure ? Urgent
Is it possible to declare a local variable (not parameter) inside a Stored Procedure ? Urgent [message #974] Sun, 17 March 2002 23:27 Go to next message
Muralidharan
Messages: 5
Registered: March 2002
Junior Member
Is it possible to declare a local variable (not parameter) inside a Stored Procedure ? Urgent
Re: Is it possible to declare a local variable (not parameter) inside a Stored Procedure ? Urgent [message #975 is a reply to message #974] Mon, 18 March 2002 00:54 Go to previous messageGo to next message
pratap kumar tripathy
Messages: 660
Registered: January 2002
Senior Member
yes it is

create or replace procedure abc as
a number; -->local variable
b varchar2(100); -->local variable
begin
.
.
.
end;
Re: Is it possible to declare a local variable (not parameter) inside a Stored Procedure ? Urgent [message #980 is a reply to message #974] Mon, 18 March 2002 04:11 Go to previous message
Muralidharan
Messages: 5
Registered: March 2002
Junior Member
hi ,

Thanks .

kp in tch,
murali
Previous Topic: TO_CHAR
Next Topic: Is it possible to call a oracle stored procedure Directly using VB Application ?
Goto Forum:
  


Current Time: Fri Apr 19 04:45:02 CDT 2024