Database Administration (MOSC)

MOSC Banner

Java Heap in database.

edited Nov 19, 2008 7:14PM in Database Administration (MOSC) 2 commentsAnswered
Hi all, how do I see memory allocation within the heap inside the database?
I'm in the middle of a large project that involves alot of java code in the database.  Some of this code is serializing
some decent sized classes.  Note this all ran before as a client server java app with a -Xmx of 384M.

my java pool is set to 128M, but  doing the following to get my max runspace and max memory size I have...
(i wrappered oracle.aurora.vm.OracleRuntime.getMaxRunspaceSize() and oracle.aurora.vm.OracleRuntime.getMaxMemorySize())
select get_max_runspace_size from dual;

GET_MAX_RUNSPACE_SIZE

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center