Oracle9i Supplied PL/SQL Packages and Types Reference Release 2 (9.2) Part Number A96612-01 |
|
The DBMS_XDBT package enables an administrator to create a ConText index on the XML DB hierarchy and configure it for automatic maintenance.
See Also:
Oracle9i XML API Reference - XDK and XDB for more information |
This chapterdetails the following:
The DBMS_XDBT
package provides a convenient mechanism for administrators to set up a ConText
index on the Oracle XML DB Hierarchy. The package contains procedures to create default preferences, create the index and set up automatic synchronization of the context index
The DBMS_XDBT
package also contains a set of package variables that describe the configuration settings for the index. These are intended to cover the basic customizations that installations may require, but is by no means a complete set.
The DBMS_XDBT
package can be used in the following fashion:
dropPreferences()
procedure.createPreferences()
procedure.ConText
index using the createIndex()
procedure.configureAutoSync()
procedure.
|
Copyright © 2000, 2002 Oracle Corporation. All Rights Reserved. |
|