Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Converting webservice response(XML) to ref cursor

3211823Sep 1 2016 — edited Sep 2 2016

Hello DB Gurus,

While working on one of the use cases for a project, I came across one challenge.

Scenario: Source system calls the SP to retrieve the ref_cursor object. Inside the stored procedure, I have a webservice invokation and the response contains multiple records and this should be mapped to the ref_cursor(XML to cursor conversion).

To fulfill this gap of conversion, I thought that I can use a temp table where all the webservice response message is mapped and ref_cursor can point to this table. However, this approach is definitely going to give performance issues.

Please suggest in case you know of any in-built libraries/solution that does this job.

Thanks,

Vikas

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 30 2016
Added on Sep 1 2016
2 comments
909 views