Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> stored procedure question

stored procedure question

From: Sunny <sunnyb_at_vendtek.bc.ca>
Date: 2000/07/03
Message-ID: <8jr3d3$sqv$1@newsfeed.smartt.com>#1/1

Hi everyone

I have a question. what happens when suppose you have a stored procedure that you call from your application and it passes you a value(say the primary key) and once you get it in your application you dont want anyone else to see it. ok now there are say 5 stations calls this stored procedure at the exact same time and execute the stored procedure. ok now the question is what happens to that value who gets it and how oracle executes the stored procedure for say 5 different stations. does it opens only the one instance of the stored procedure... how does it do it.

thanks everyone Received on Mon Jul 03 2000 - 00:00:00 CDT

Original text of this message

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