I cannot find a single example in nature of an Oracle Stored Procedure that returns a set of results (i.e. select * from user) along with the
java code that would read that set of results through a
jdbc connection pool
Why is this such an obscure thing?? In the SQL Server world this is the normal way to do things and there are examples galore (simple ones!!)
What gives here? Or are stored procs simply not done in Oracle?
Please Help
