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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Stored Proc returns dataset - how to see results in SQL+?

Re: Stored Proc returns dataset - how to see results in SQL+?

From: dean <deanbrown3d_at_yahoo.com>
Date: 8 Apr 2006 18:11:03 -0700
Message-ID: <1144545063.110337.9380@u72g2000cwu.googlegroups.com>


I don't know anything about the procedure, other than that it returns a dataset. What I am asking is if its possible to use SQL+ to examine the output of the procedure (i.e. its dataset)? Is it something of the flavor of

set serveroutput on

exec MyProc(1)

? Received on Sat Apr 08 2006 - 20:11:03 CDT

Original text of this message

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