Change Increment index of for loop in stored procedure
Gireesh Mulage
Ranch Hand
Joined: Mar 08, 2010
Posts: 44
posted
0
HI All ,
To my stored procedure of Oracle i am passing a type , which contains some array of integers.
To fetch the values i am using for loop. The problem is the increment index is 1 . I want to change it to 2. How is it possible ?