Hi All,
I was able to successfully implement the Oracle stored procedure in my receiver jdbc adapter and it works fine. Now my requirement arises that in my search response I may get multiple records say Select * from UsersTable where userStatus="active". This will return say 1000 records.
I spoke with my DB person and he said I can change the stored procedure to have two parameters, one passing userStatus, and one passing out ref cursor. Does SAP PI 7.31 support cursors and how will my request and response structure in message type change to adapt the cursor response.
Regards
Ravijeet