Oracle DBMS_TABLE_FUNC
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 DEFINER
Dependencies
DBMS_PDB_LIB DBMS_STANDARD  
Documented No
First Available 23ai
Pragmas PRAGMA SUPPLEMENTAL_LOG_DATA(default, READ_ONLY);
Security Model Owned by SYS with EXECUTE granted to the EXECUTE_CATALOG_ROLE role
Source {ORACLE_HOME}/rdbms/admin/dbmstabfunc.sql
{ORACLE_HOME}/rdbms/admin/prvttabfunc.plb
Subprograms
 
GET_ATTRIBUTE_VALUE  (new 23ai)
Undocumented

Overload 1
dbms_table_func.get_attribute_value(
attribute_name  IN  VARCHAR2,
operator        IN  VARCHAR2 DEFAULT '=',
attribute_value OUT VARCHAR2)
RETURN BOOLEAN;
TBD
Overload 2 dbms_table_func.get_attribute_value(
attribute_name  IN  VARCHAR2,
operator        IN  VARCHAR2 DEFAULT '=',
attribute_value OUT NUMBER)
RETURN BOOLEAN;
TBD
Overload 3 dbms_table_func.get_attribute_value(
attribute_name  IN  VARCHAR2,
operator        IN  VARCHAR2 DEFAULT '=',
attribute_value OUT TIMESTAMP WITH TIME ZONE)
RETURN BOOLEAN;
TBD

Related Topics
Built-in Functions
Built-in Packages
Database Security
DBMS_TABLE_FUNC_ADMIN
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