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
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);