Java in database - a common JVM
Hi All,
11gR2 documentation says:
"Within a session, the client has its own Java environment. It appears to the client as if a separate, individual JVM was started for each session.
(...)
Variables defined as static are local to the client. No client can access the static variables of other clients, because the memory is not available across session boundaries."
Will there be a means to make multiple oracle database sessions share some static Java objects? I.e. a common JVM besides the individual ones.
Attila
11gR2 documentation says:
"Within a session, the client has its own Java environment. It appears to the client as if a separate, individual JVM was started for each session.
(...)
Variables defined as static are local to the client. No client can access the static variables of other clients, because the memory is not available across session boundaries."
Will there be a means to make multiple oracle database sessions share some static Java objects? I.e. a common JVM besides the individual ones.
Attila
0