Google News
logo
JDBC - Interview Questions
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
If Oracle Stored Procedure has IN/OUT parameters as DB Objects then we need to create an Object array of the same size in the program and then use it to create Oracle STRUCT object. Then we can set this STRUCT object for the database object by calling setSTRUCT() method and work with it.
Advertisement