Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Returning a set of rows from a stored procedure
Another method you may use is:
This can get tricky in a multi-user environment. One method I have used is to have a field that identifies a unique session. Create an Oracle sequence and use it to populate this field during every session. This way, you can avoid conflicts.
Steps:
Hope this helps.
Murali
Murali Kazhipurath E-Mail: murali_at_jps.net President and Lead Technical Consultant Phone: (916) 773 1918 Kaustubam Systems, Inc. Fax: (916) 773 8147 5098 Foothills Blvd., Ste 3-377 Mobile: (916) 508 8147 Roseville, CA 95747 Pager : (530) 8832300 or
www.smartpage.net/murali/
pax_prakarsa_at_my-dejanews.com wrote in message
<6ptc0d$i7e$1_at_nnrp1.dejanews.com>...
>What are the ways to return a set of rows, which is a result of a query,
from
>a stored procedure, other than using CURSOR, in Oracle ?
>
>Thanks
>Pax
>
>-----== Posted via Deja News, The Leader in Internet Discussion ==-----
>http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
Received on Sat Aug 01 1998 - 11:00:09 CDT
![]() |
![]() |