Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Create a view using OUT values from a procedure - how?
In article <4syhgrbsywpd.90wdk4tuxmp1$.dlg_at_40tude.net>, Mike <none_at_nospam.com> wrote:
>Thanks for the reponse, but the problem is, the real world problem I am
>working on is much more complex, and I now realize the example I used was a
>foolish one because. 1) people think I'm doing a class assignment, and 2)
>the result appears easy to accomplish. The reality is, I will be calling a
>a function/procedure that is much more complex, yet the results are higly
>correlated.
I can understand why you'd want to avoid extra processing if both answers can be derived from the same complex processing. The structured return value in a function might be the ideal answer. Received on Fri Oct 08 2004 - 08:04:25 CDT