The DBMS_XDB_ADMIN
package provides an interface to manage the Oracle XML DB repository.
See Also:
Oracle XML DB Developer's Guide for information about the Oracle XML DB RepositoryThis chapter contains the following topics:
Deprecated Subprograms
Security Model
This table lists the package subprograms in alphabetical order.
Table 165-1 DBMS_XDB_ADM Package Subprograms
Subprogram | Description |
---|---|
[Deprecated] Creates an XMLIndex on the XML DB repository |
|
[Deprecated] Drops the XMLIndex on the XML DB repository |
|
Moves the XDB (user) to the specified tablespace |
|
Rebuilds the hierarchical index after import or export operations |
|
[Deprecated] Takes a path in XML DB repository as an input and index all the resources under this given path |
|
[Deprecated] Removes the index for the given path |
Note:
This procedure is deprecated in Release 11g.This procedure creates an XMLIndex on the XML DB repository.
Note:
This procedure is deprecated in Release 11g.This procedure drops the XMLIndex on the XML DB repository.
This procedure rebuilds the hierarchical index after import or export operations. This is necessary because data cannot be exported from index tables.
Note:
This procedure is deprecated in Release 11g.This procedure adds to the repository xmlindex the resource identified by path (when recurse
is FALSE
) or adds to the repository xmlindex the sub-tree of resources rooted at path (when recurse
is TRUE
). The default value for recurse
is TRUE
.
Note:
This procedure is deprecated in Release 11g.This procedure removes from the repository xmlindex the resource identified by path (when recurse
is FALSE
) or removes from the repository xmlindex the sub-tree of resources rooted at path (when recurse
is TRUE
). The default value for recurse
is TRUE
.