Oracle XML DB is a feature of the Oracle database. It provides a high-performance, native XML
storage and retrieval technology.
Oxygen XML Developer
allows the user to browse the
native Oracle XML Repository and perform various operations on the resources in the
repository.
Browsing the Oracle XML DB Repository
The actions available at XML Repository level are the following:
-
Refresh - Performs a refresh of the XML
Repository.
- Add container - Adds a new child container to the XML
Repository
Add resource - Adds a
new resource to the XML Repository.
The actions available at container level are the following:
Refresh - Performs a refresh
of the selected container.
- Add container - Adds a new child container to the current one
Add resource - Adds a
new resource to the folder.
- Delete - Deletes the current container.
- Properties - Shows various properties of the current
container.
The actions available at resource level are the following:
Refresh - Performs a refresh
of the selected resource.
Open - Opens the selected
resource in the editor.
- Rename - Renames the current resource.
- Move - Moves the current resource to a new container (also
available through drag and drop).
- Delete - Deletes the current resource.
- Copy location - Allows you to copy to clipboard an application
specific URL for the resource which can then be used for various actions like opening or
transforming the resources.
- Properties - Shows various properties of the current resource.
For running XQuery transformation on collections from XML Repository please see a tutorial from Oracle.