Hi!
I'm working with Oracle SQL Developer and I'm trying(unsuccessfully) call a function inside a procedure.
My procedure has 3 parameters: a(IN NUMBER), b(IN OUT NUMBER), c(IN OUT NUMBER)...
I am trying to call a function inside this procedure to do some calculation with the parameters, and get the new values of after the calculation
Does anyone know how do I pass these parameters?
Thanks in advance!
oracle sql developer procedure function
Page 1 of 11 Replies - 90 Views - Last Post: 30 October 2012 - 10:30 PM
Replies To: oracle sql developer procedure function
#2
Re: oracle sql developer procedure function
Posted 30 October 2012 - 10:30 PM
jimmystocco, on 31 October 2012 - 02:25 AM, said:
Hi!
I'm working with Oracle SQL Developer and I'm trying(unsuccessfully) call a function inside a procedure.
My procedure has 3 parameters: a(IN NUMBER), b(IN OUT NUMBER), c(IN OUT NUMBER)...
I am trying to call a function inside this procedure to do some calculation with the parameters, and get the new values of after the calculation
Does anyone know how do I pass these parameters?
Thanks in advance!
I'm working with Oracle SQL Developer and I'm trying(unsuccessfully) call a function inside a procedure.
My procedure has 3 parameters: a(IN NUMBER), b(IN OUT NUMBER), c(IN OUT NUMBER)...
I am trying to call a function inside this procedure to do some calculation with the parameters, and get the new values of after the calculation
Does anyone know how do I pass these parameters?
Thanks in advance!
I've already discovered how to do it..
How do I close/delete this post?
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|