Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> 9i serially_reusable packages; 'call to the server is done'
Hi,
According to the 9i docs, the global memory for a serially_reusable package is stored in SGA and the space is returned when the call to the server is done.
While this server call is executing, and 'using' the global memory of the package, can any other package access this global memory - e.g., to call one of its functions to alter some variable in the package's global memory?
If yes, does Oracle allocate the package global memory in the 2nd caller's UGA?
Also, what does 'call to the server is done' mean - when the session is over? Does that session lock other sessions out of the package?
Thanks.
Ken Received on Thu Nov 16 2006 - 12:07:48 CST
![]() |
![]() |