I have an oracle stored procedure that accepts a value list through ref cursor. This oracle database is set up as a Linked Server in a separate SQL Server 2008 instance.
How can I use this procedure from within SQL, passing a table, rows, or a table-valued parameter?