I have a VB.Net application that currently access an Oracle 9i database. We
use ref cursors called from stored procedures to pass back recordsets..

I was wondering if it is possible to pass back the data through an Oracle
Pipeline function instead?

Thanks