PACKAGE.TABLENAME% ROWTYPE in JDBC

We have a stored procedure where it returns a record, which is of type PACKAGE.TABLENAME% ROWTYPE. is it difficult for us to map to JDBC? Does anyone shed some light on this?

+2


a source to share


1 answer


Couldn't find a better solution. So changed the stored proc to return the REF cursor.



0


a source







All Articles