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
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;