Reading a plsql table type variable in Java
Hello All,
I wanted to call a plsql procedure in java, this procedure contains plsql table type variable as out parameter, how can i read this plsql table type variable in java during the call in java.
by
Aboo