Retrieving RecordSets from Oracle Stored Procedures

Does anyone know of a built-in service in Integration Server that will let me get RecordSets out of Oracle Stored Procedures?

SQL Server is easier, because the StoredProcs natively return the RecordSet.

I can do it by creating a java service and using jdbc, but I wish to avoid this (for obvious reasons).

Please email any responses to brian_a_lee@hotmail.com.

Thanks,
BAL