Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: EXEC syntax for SP which returns row set

Re: EXEC syntax for SP which returns row set

From: <m0002a_at_yahoo.com>
Date: 14 Jul 2005 00:35:10 -0700
Message-ID: <1121326510.862578.307080@g49g2000cwa.googlegroups.com>


Sorry about that, SPTEST and TEST2 are really the same. I changed the names of the procedure. tables, columns, etc to simplify the post (real code is much more complex), but I made a mistake.

The commands I used in SQL*Plus to succesfully test the funciton (I changed it from SP to funciton) are as follows:

var results refcursor
exec :results := TEST.SPTEST
print results Received on Thu Jul 14 2005 - 02:35:10 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US