Skip to main content

Bagieswari Umapathy

Blogs from this Author

Insert data into Stored Proc with Oracle object as its input type

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 […]