Re: [SQL] cursors and sessions

2008-03-13 Thread Aaron Bono
On Thu, Mar 13, 2008 at 5:54 PM, chester c young <[EMAIL PROTECTED]> wrote: > is there any way to share a cursor between sessions? > > I have a costly query whose records need to be visited by in order by n > number of concurrent sessions, and am unable to find the best way of > doing this. > > I'

[SQL] cursors and sessions

2008-03-13 Thread chester c young
is there any way to share a cursor between sessions? I have a costly query whose records need to be visited by in order by n number of concurrent sessions, and am unable to find the best way of doing this. I'd almost like to write a daemon that hands out the next record, but that's a royal pain t