I had come across this requirement recently to insert data into a Stored Procedure which has Oracle object as input type. It is not as straight forward as a simple call to Stored Procedure with primitive data types as input. Since the input parameter is a Oracle object we will have to do additional steps […]