cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Oracle Stored Procedure with out parameter

Former Member
0 Likes
789

Good morning,

Is it possible to use an Oracle stored procedure with out parameters in MII ?

If yes, what is the manipulation to see the values of parameters Out?

Thank you

View Entire Topic
Former Member
0 Likes

Hi mickael,

Thanks for your response.

I still have a problem.

When i want to test the stored procedure in MII, i have an error.

This error is java.sql.SQLException: Invalid column index.

Do you have this problem ?

Regards

Alexandre

agentry_src
Active Contributor
0 Likes

Does the column have an assigned name or alias? It will need one most likely.

Mike