Formatting results from a procedure?

clatham

Member
I would like to know if it's possible to either run a procedure from the sql window, in Query Reporter, and format those results or to some how plug in a resulting file, from the procedure, to be formatted into a report? Could this be done in PL/SQL Developer?

------------------
A. Carl Latham
 
What exactly is the interface of this procedure? Does it return a cursor variable, a collection paramater, or some scalar parameter values?

------------------
Marco Kalter
Allround Automations
 
Originally posted by mkalter:
What exactly is the interface of this procedure? Does it return a cursor variable, a collection paramater, or some scalar parameter values?


I don't know what the original person wanted but MINE returns a cursor....
 
Back
Top