dbms_tf
is used for polymorphic table functions (PTF), hence the name (tf). column_type_name | |
col_to_char | |
cstore_exists | |
cstore_get | |
get_col | |
get_env returns env_t | |
get_row_set , put_row_set | Typically (?) used in the implementing package's fetch_rows procedure. |
get_xid | This function returns a varchar2(1024) and is typically used in open calls to allocate and initialize an execution specific state. |
put_col | |
row_replication | |
row_to_char | |
supported_type | Verifies if dbms_tf supports a given data type |
trace | |
xstore_clear | |
xstore_exists | |
xstore_get | |
xstore_remove | |
xstore_set |
dbms_tf
is found in $ORACLE_HOME/rdbms/admin/dbmstf.sql