Which has the higher priority in your organization: Deploying a new database or securing the ones you already have?
Looking for a website, and resources, dedicated solely to securing Oracle databases? Check out DBSecWorx.
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);