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