Skip to content

Commit 95cf86e

Browse files
Merge pull request #1637 from oracle-devrel/uschwinn-patch-34
Update README.md
2 parents bdc65b1 + dec27c1 commit 95cf86e

File tree

1 file changed

+4
-1
lines changed
  • data-platform/core-converged-db/xml-db

1 file changed

+4
-1
lines changed

data-platform/core-converged-db/xml-db/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Oracle XML DB is a set of Oracle Database technologies related to high-performan
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.
66
Transportable Binary XML is the recommended method for storing XML documents natively in the Oracle Database beginning with Oracle Database 23.
77

8-
Reviewed: 02.10.2024
8+
Reviewed: 19.03.2025
99

1010
# Useful Links
1111

@@ -24,10 +24,13 @@ Reviewed: 02.10.2024
2424

2525
- [Transportable Binary XML – modern XML document storage in Oracle Database 23c](https://blogs.oracle.com/database/post/transportable-binary-xml-in-oracle-database-23)
2626
- [Loading XML data from your object store into Autonomous Database](https://blogs.oracle.com/datawarehousing/post/loading-xml-data-from-your-object-store-into-autonomous-database)
27+
- [DBMS_XMLSCHEMA_UTIL for XML schema validation](https://blogs.oracle.com/coretec/post/dbmsxmlschemautil-for-xml-schema-validation)
2728

2829
## Videos
2930

3031
- [Oracle XML DB in Oracle Database 19c and 23c](https://www.youtube.com/watch?v=s1Bc8KKLbpw)
32+
- [Search in TEXT, XML, and JSON data](https://youtu.be/zmR9zq1zMJQ)
33+
- [Data Types in 23ai - BOOLEAN, VECTOR, JSON, and XMLTYPE](https://youtu.be/D9vNdkmyc4k)
3134

3235
## Oracle LiveSQL and LiveLabs Workshops
3336

0 commit comments

Comments
 (0)