ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
Purpose
Allows a user to request various Java VM dumps from any active database session
AUTHID
CURRENT_USER
Constants
Name
Data Type
Value
java_dump_db_interface_info
PLS_INTEGER
1
java_dump_stack
PLS_INTEGER
2
java_dump_memory_manager_state
PLS_INTEGER
4
java_dump_heap
PLS_INTEGER
8
java_dump_threads_and_monitors
PLS_INTEGER
16
Dependencies
STANDARD (only)
Documented
No
First Available
10.1
Security Model
Owned by SYS with no privileges granted
Source
{ORACLE_HOME}/rdbms/admin/dbmsjdmp.sql
DUMP
Dump the Java Memory Manager State
dbms_java_dump.dump(
request_flags IN PLS_INTEGER,
session_id IN PLS_INTEGER DEFAULT NULL,
session_serial IN PLS_INTEGER DEFAULT NULL);