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 internal XDS support that is part of database security.
AUTHID
DEFINER
Dependencies
DBMS_ASSERT
DBMS_UTILITY
XS_ADMIN_UTIL
DBMS_RLS
DBMS_XDS
XS_DATA_SECURITY
DBMS_STANDARD
XS$OLAP_POLICY
XS_DATA_SECURITY_UTIL
Documented
No
First Available
18.1
Security Model
Owned by SYS with no privileges granted
Direct access to this package is prevented by means of an Accessible By clause.
dbms_xds_int.enable_xds(
object_schema IN VARCHAR2,
object_name IN VARCHAR2,
enable_option IN BINARY_INTEGER,
policy_name IN VARCHAR2,
usermv_name IN VARCHAR2);
dbms_xds_int.schedule_static_acl_refresh(
schema_name IN VARCHAR2,
table_name IN VARCHAR2,
start_date IN TIMESTAMP WITH TIME ZONE,
repeat_interval IN VARCHAR2,
comments IN VARCHAR2);