| Oracle DBMS_XDS_INT Built-In Package Versions 18.1 - 19.4  | 
    
|---|
| Security Advisory | ||||||||||
| The package is an undocumented package supporting Oracle Advanced Security. Reference to the package here at in the DBSecWorx code library is intended solely as a warning that there is no known legitimate reason for anyone to have access to this internal security package.  | 
    ||||||||||
| Recommended Security Rules | ||||||||||
NEVER 
 
 
  | 
    ||||||||||
| How Oracle Works | ||||||||||
| N/A | N/A | |||||||||
| DBMS_XDS_INT Package Information | ||||||||||
| AUTHID | DEFINER | 
    |||||||||
| Dependencies | 
        
  | 
    |||||||||
| Documented in Types & Packages | No | |||||||||
| First Available | 18.1 | |||||||||
| Security Model | Owned by SYS with no privileges granted. Package fis protected by an ACCESSIBLE BY clause and can only be accessed by DBMS_XDS. | |||||||||
| Source | {ORACLE_HOME}/rdbms/admin/prvtrlsa.plb | |||||||||
| Subprograms | ||||||||||
| ALTER_STATIC_ACL_REFRESH | ||||||||||
| Undocumented | dbms_xds_int.alter_static_acl_refresh( | 
    |||||||||
| TBD | ||||||||||
| DISABLE_OLAP_POLICY | ||||||||||
| Undocumented | dbms_xds_int.disable_olap_policy( | 
    |||||||||
| TBD | ||||||||||
| DISABLE_XDS | ||||||||||
| Undocumented | dbms_xds_int.disable_xds( | 
    |||||||||
| TBD | ||||||||||
| DROP_OLAP_POLICY | ||||||||||
| Undocumented | dbms_xds_int.drop_olap_policy( | 
    |||||||||
| TBD | ||||||||||
| DROP_XDS | ||||||||||
| Undocumented | dbms_xds_int.drop_xds( | 
    |||||||||
| TBD | ||||||||||
| ENABLE_OLAP_POLICY | ||||||||||
| Undocumented | dbms_xds_int.enable_olap_policy( | 
    |||||||||
| TBD | ||||||||||
| ENABLE_XDS | ||||||||||
| Undocumented | dbms_xds_int.enable_xds( | 
    |||||||||
| TBD | ||||||||||
| PURGE_ACL_REFRESH_HISTORY | ||||||||||
| Purges ACL refresh history with respect to the identified object Appears to be subject to an ACCESSIBLE BY clause  | 
      dbms_xds_int.purge_acl_refresh_history( | 
    |||||||||
sys@pdbdev as sysdba | 
    ||||||||||
| SCHEDULE_STATIC_ACL_REFRESH | ||||||||||
| Undocumented | dbms_xds_int.schedule_static_acl_refresh( | 
    |||||||||
| TBD | ||||||||||
| SET_TRACE_LEVEL | ||||||||||
| Likely enables a 10046 trace on a named object Appears to be subject to an ACCESSIBLE BY clause  | 
      dbms_xds_int.set_trace_level( | 
    |||||||||
SQL> exec dbms_xds_int.set_trace_level('SCOTT', 'EMP', 12); | 
    ||||||||||
| XDS$REFRESH_STATIC_ACLC | ||||||||||
| Undocumented | dbms_xds_int.xds$refresh_static_acl( | 
    |||||||||
| TBD | ||||||||||
| Related Topics | 
| DBMS_XDS |