I'd like to pass an array of values to an Oracle procedure. I'd like the procedure to act on these values, iterating through the array in a loop.
Is this possible?
The client application is in C#. I have a feeling you could probably do this with Java, but not .NET. I know with Java you can create embedded procedures, etc.
Is this possible?
The client application is in C#. I have a feeling you could probably do this with Java, but not .NET. I know with Java you can create embedded procedures, etc.