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
Undocumented
AUTHID
CURRENT_USER
Data Types
TYPE temp_rec is record (
kind dba_java_policy.kind%TYPE,
grantee dba_java_policy.grantee%TYPE,
type_schema dba_java_policy.type_schema%TYPE,
type_name dba_java_policy.type_name%TYPE,
name dba_java_policy.name%TYPE,
action dba_java_policy.action%TYPE,
enabled dba_java_policy.enabled%TYPE);
TYPE temp_java_policy IS TABLE OF temp_rec;
Dependencies
DBA_JAVA_POLICY
DBMS_JAVA
DUAL
DBMS_ASSERT
DBMS_ZHELP_IR
PLITBLM
Documented
No
First Available
Not known
Security Model
Owned by SYS with EXECUTE granted to the DATAPUMP_EXP_FULL_DATABASE and IMP_FULL_DATABASE roles
dbms_jvm_exp_perms.grant_exp(
objid IN NUMBER,
isdba IN BINARY_INTEGER,
grantor OUT VARCHAR2,
version IN VARCHAR2,
new_block OUT BINARY_INTEGER)
RETURN VARCHAR2;