Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> ** scope for package variables
Hi,
I have a variable in a package and I am using it as a flag in another procedure and trigger. Depending on the flag some action will be done or skipped. Is it correct to assume that each user process (could be around 20 at a time) will have it's own value of the variable starting with the initialized value??? Or will one session affect the value of other sessions. What is the best way to initialize? Else what is a way to have a process wide flag which can be used to determine if certain actions can take place. I really have no other criteria to distinguish. Thank You all...
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Jul 30 2003 - 13:04:25 CDT
![]() |
![]() |