Oracle DBMS_XS_MTCACHE
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai is now availble. If you haven't you downloaded already: Why?
Purpose Undocumented
AUTHID CURRENT_USER
Dependencies
DUAL XS$CACHE_ACTIONS XS_MTCACHE_INT
Documented No
First Available Unknown
Security Model Owned by SYS with no privileges granted
Source {ORACLE_HOME}/rdbms/admin/prvtkzrxh.plb
Subprograms
 
GET_RETENTION_TIME
Retrieves the current retention time dbms_xs_mtcache.get_retention_time RETURN NUMBER;
See SET_RETENTION_TIME Demo Below
 
SET_RETENTION_TIME
Sets the retention time dbms_xs_mtcache.set_retention_time(newtime IN NUMBER);
SELECT dbms_xs_mtcache.get_retention_time;

exec dbms_xs_mtcache.set_retention_time(42);

SELECT dbms_xs_mtcache.get_retention_time;

-- an exception is not generated but the retention time is not obviously altered

Related Topics
Built-in Functions
Built-in Packages
XS_MTCACHE_INT
What's New In 21c
What's New In 26ai

Morgan's Library Page Footer
This site is maintained by Daniel Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2026 Daniel A. Morgan All Rights Reserved