ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
Purpose
Undocumented
AUTHID
CURRENT_USER
Dependencies
DBMS_ASSERT
DRIXMD
DRVUTL
DBMS_STANDARD
DRUE
DRVXMD
DRIG
DRVDDL
DRVXTAB
DRILIST
DRVDISP
DR_DEF
DRISGP
DRVDOC
PLITBLM
DRIUTL
Documented
No
First Available
Not known
Security Model
Owned by CTXSYS with EXECUTE granted to the CTXAPP role.
Adds a new node to a tree associated with a MVDATA section and index
ctx_tree.add_node.add_node(
index_name IN VARCHAR2,
section_name IN VARCHAR2,
path IN CLOB,
id_list OUT CLOB,
force IN BOOLEAN DEFAULT FALSE);
PRAGMA SUPPLEMENTAL_LOG_DATA(add_node, AUTO);
TBD
DROPSEQUENCES
Undocumented
ctx_tree.dropSequences(
idx_owner IN VARCHAR2,
idx_name IN VARCHAR2,
idx_id IN NUMBER);
TBD
GET_CHILDREN
Looks up the children names of the node identified by a path in a tree associated with a MVDATA section and index
ctx_tree.get_children(
index_name IN VARCHAR2,
section_name IN VARCHAR2,
path IN CLOB,
child_list IN OUT CLOB);
TBD
GET_NODEID_LIST
Looks up the node identifiers of all nodes in an existing path in a tree associated with a MVDATA section and index
ctx_tree.get_nodeid_list(
index_name IN VARCHAR2,
section_name IN VARCHAR2,
path IN CLOB,
id_list IN OUT CLOB);
TBD
GET_NODE_ID
Looks up the node identifier of an existing path in a tree associated with a MVDATA section and index
ctx_tree.get_node_id(
index_name IN VARCHAR2,
section_name IN VARCHAR2,
path IN CLOB,
id OUT INTEGER) ;
TBD
GET_ROOTS
Looks up the roots of all the trees associated with a MVDATA section and index
ctx_tree.get_roots(
index_name IN VARCHAR2,
section_name IN VARCHAR2,
roots OUT CLOB);
TBD
REGINDEX
Undocumented
ctx_tree.regIndex(
index_name IN VARCHAR2,
purge IN BOOLEAN);
TBD
REGISTER_INDEX
Registers an index with the CTX_TREE package
ctx_tree.register_index(index_name IN VARCHAR2);
PRAGMA SUPPLEMENTAL_LOG_DATA(register_index, AUTO);