Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Oracle adapter – getting multiple results (rowset) › Re: Oracle adapter – getting multiple results (rowset)
September 19, 2006 at 5:12 PM
#15743
The adapter doesn't support UDT's. You might want to consider using a view.
Alternatively, you could use return a Ref Cursor using NativeSQL. You can find more info and samples in the Documentation.