General Information
Library Note
Morgan's Library Page Header
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
Internal package supporting Real Application Security
AUTHID
CURRENT_USER
Dependencies
DBMS_RXS_LIB
XS_ACL_INT
XS_PRINCIPAL_INT
DBMS_XS_MTCACHE
XS_ADMIN_UTIL_INT
XS_SECURITY_CLASS_INT
Documented
No
First Available
12.1
Security Model
Owned by SYS with EXECUTE granted to the DBA role
Source
{ORACLE_HOME}/rdbms/admin/prvtkzrxh.plb
Subprograms
MIDTIER_CACHE_DELETE
Undocumented
xs_mtcache_int.midtier_cache_delete(
objtype IN BINARY_INTEGER,
id IN NUMBER,
deltime IN TIMESTAMP);
TBD
MIDTIER_CACHE_UPDATE
Undocumented
xs_mtcache_int.midtier_cache_update(
objtype IN BINARY_INTEGER,
modtime IN TIMESTAMP);
TBD
SET_RETENTION_TIME
Sets the retention time
dbms_xs_mtcache.set_retention_time(newtime IN NUMBER);
SELECT dbms_xs_mtcache.get_retention_time
FROM dual;
exec xs_mtcache_int.set_retention_time (42);
SELECT dbms_xs_mtcache.get_retention_time
FROM dual;
-- an exception is not generated but the retention time is not obviously altered