Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Java singleton inside the database
Hello everyone,
My question is about the internal JVM of the database.
Java static variables scope is for DB sessions only. We want to build
a cache class to server more than one session, so we need some
singleton mechanism that span sessions.
Does any one have any idea?
TIA
Ronen.
Received on Thu Jun 24 2004 - 07:02:13 CDT