Skip to content

Commit 59f21b6

Browse files
Merge pull request #3329 from oracle-devrel/patch-1
XML DB content reviewed
2 parents f8eaaa1 + 7402c96 commit 59f21b6

5 files changed

Lines changed: 11 additions & 5 deletions

File tree

oci-and-db/database/converged-database/xml-db/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@
33
Oracle XML DB is a set of Oracle Database technologies related to high-performance handling of XML data: storing, generating, accessing, searching, validating, transforming, evolving, and indexing. It provides native XML support by encompassing both the SQL and XML data models in an interoperable way. Oracle XML DB is included as part of Oracle Database starting with Oracle9i Release 2 (9.2).
44

55
Oracle XML DB and the XMLType abstract data type make Oracle Database XML-aware. Storing XML data as an XMLType column or table lets the database perform XML-specific operations on the content. This includes XML validation and optimization. XMLType storage allows highly efficient processing of XML content in the database. Because there is a broad spectrum of XML usage, there is no one-size-fits-all storage model that offers optimal performance and flexibility for every use case. Oracle XML DB offers different storage models for XMLType, and several indexing methods appropriate to these different storage models. You can tailor performance and functionality to best fit the kind of XML data you have and the ways you use it. Oracle Database Release 23 introduced Transportable Binary XML (TBX) as a storage option, a variant built on top of CSX but without the dependency of a central dictionary.
6-
Transportable Binary XML is the recommended method for storing XML documents natively in the Oracle Database beginning with Oracle Database 23.
6+
Transportable Binary XML is the recommended method for storing XML documents natively in the Oracle Database beginning with Oracle Database 23.
77

8-
Reviewed: 19.03.2025
8+
Relevant new features, like XML sharding and XML search indexes were introduced in release 23ai.
9+
10+
Reviewed: 31.07.2026
911

1012
# Useful Links
1113

1214
## Documentation
1315

16+
- [Oracle XML DB Release 26] (https://docs.oracle.com/en/database/oracle/oracle-database/26/adxdb/index.html)
1417
- [Oracle XML DB Release 23](https://docs.oracle.com/en/database/oracle/oracle-database/23/adxdb/index.html)
1518
- [Oracle XML DB Release 19](https://docs.oracle.com/en/database/oracle/oracle-database/19/adxdb/index.html)
1619
- [Oracle XMl DB on oracle.com](https://www.oracle.com/de/database/technologies/appdev/xmldb.html)

oci-and-db/database/converged-database/xml-db/xml-db-presentations/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
## XML DB Presentations
22

3-
Reviewed: 2.05.2024
3+
Reviewed: 31.07.2026
44

55
# When to use this asset?
66

7-
To present or to learn about Oracle XML DB basics and about release 23 feature Transportable Binary XML.
7+
To present or to learn about Oracle XML DB basics, and release 23c new XML features:
8+
- Transportable Binary XML
9+
- XML sharding
10+
- XML search index
811

912
# How to use this asset?
1013

11-
Use PDF as a presentation.
14+
Use these PDF as a presentation.
1215

1316
# License
1417

oci-and-db/database/converged-database/xml-db/xml-db-presentations/TransportableBInaryXML.pdf renamed to oci-and-db/database/converged-database/xml-db/xml-db-presentations/files/TransportableBInaryXML.pdf

File renamed without changes.
Binary file not shown.

oci-and-db/database/converged-database/xml-db/xml-db-presentations/XML_basics.pdf renamed to oci-and-db/database/converged-database/xml-db/xml-db-presentations/files/XML_basics.pdf

File renamed without changes.

0 commit comments

Comments
 (0)