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 -> Stored procedure cursors single-user?

Stored procedure cursors single-user?

From: David Kramer <david_at_kramer.ne.mediaone.net>
Date: Mon, 21 Feb 2000 20:10:51 GMT
Message-ID: <Pine.LNX.4.10.10002211509150.5351-100000@kramer.ne.mediaone.net>


A coworker just told me that if you create a stored procedure with a cursor, that only one cursor instance can exist for any concurrent calls to the stored procedure, so if thirty people want to call a stored procedure, user N can't open the cursor until user N-1 has closed it.

This sounds wrong to me. Is this the case? If that were true, stored procedures wouldn't scale past a few dozen heavy users!

Thanks in advance. Received on Mon Feb 21 2000 - 14:10:51 CST

Original text of this message

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