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: WITH HOLD cursors in Oracle stored procs

Re: WITH HOLD cursors in Oracle stored procs

From: DA Morgan <damorgan_at_psoug.org>
Date: Fri, 20 Jan 2006 09:07:55 -0800
Message-ID: <1137776863.523215@jetspin.drizzle.com>


Aakash wrote:
> Is it possible for a stored proc written in PL/SQL to return a
> refcursor which is WITH HOLD? I tried the following syntax:
> OPEN RS WITH HOLD FOR SELECT...
>
> Any help welcome!
> Thanks
> Aakash

In what product is WITH HOLD valid syntax? Certainly not Oracle. And what is it intended to accomplish?

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Fri Jan 20 2006 - 11:07:55 CST

Original text of this message

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