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.
Appears to be the support for the corresponding DBMS_XMLINDEX procedure
dbms_xmlindex0.createDateIndex(
xml_index_schema IN VARCHAR2,
xml_index_name IN VARCHAR2,
date_index_name IN VARCHAR2,
xmltypename IN VARCHAR2,
date_index_clause IN VARCHAR2,
column_name IN VARCHAR2);
Appears to be the support for the corresponding DBMS_XMLINDEX procedure
dbms_xmlindex0.createNumberIndex(
xml_index_schema IN VARCHAR2,
xml_index_name IN VARCHAR2,
num_index_name IN VARCHAR2,
num_index_clause IN VARCHAR2,
xmltypename IN VARCHAR2,
column_name IN VARCHAR2);