| Author |
Oracle Stored Procedure
|
Booma Devi
Ranch Hand
Joined: Nov 02, 2011
Posts: 60
|
|
Hi,
I am new to oracle stored procedure. I want to know how to pass the list of values ('A','B','C') to oracle stored procedure..?
I used the IN clause (IN(@namedList)) in my procedure. please send me any sample for this...
Thanks in advance...
|
 |
karthick meyyappan
Ranch Hand
Joined: Jul 29, 2011
Posts: 42
|
|
check it out.,
http://docs.oracle.com/cd/B12037_01/appdev.101/b10795/adfns_pc.htm
|
 |
 |
|
|
subject: Oracle Stored Procedure
|
|
|