Oracle9i Case Studies - XML Applications Release 1 (9.0.1) Part Number A88895-01 |
|
The Preface has the following sections:
This manual provides case studies and applications that use Oracle9i's XML-enabled database technology. It describes different ways that XML data can be stored, managed, queried, and exchanged in the database using Oracle XML-enabled technology.
This manual describes several scenarios that are based on actual business applications. The case studies are presented according to their main function, namely, whether they are primarily used for one or both of the following high level tasks:
In general, XML documents are processed in one of two ways:
The main Oracle XML-enabled technology components are the XML Developer Kits (XDKs). These are available in four language implementations:
This is the first edition of this manual. A number of helpful chapters, waiting in the wings, did not make it into this edition. If you have, or know of any interesting XML Oracle database case studies that you would like to contribute, or would like to see included here, please inform the author through infodev_us@oracle.com.
This guide is intended for developers building XML applications on Oracle9i.
An understanding of XML and XSL is helpful but not essential for using this manual. References to good sources for more information are included in Appendix A, "An XML Primer", and in the FAQ section at the end of Chapter 3 in Oracle9i Application Developer's Guide - XML.
Many examples provided here are in either SQL, Java, PL/SQL, C, or C++, hence a working knowledge of one or more of these languages is presumed.
The information in this manual represents a snapshot of information on Oracle XML-enabled technology components. These change rapidly. To view the latest information, refer to Oracle Technology Network (OTN) at: http://otn.oracle.com/tech/xml
This manual is organized into 3 parts and 9 chapters. It includes an appendix, index and glossary.
For more information, see these Oracle resources:
In North America, printed documentation is available for sale in the Oracle Store at:
http://oraclestore.oracle.com/
Customers in Europe, the Middle East, and Africa (EMEA) can purchase documentation from:
http://www.oraclebookshop.com/
Other customers can contact their Oracle representative to purchase printed documentation.
To download free release notes, installation documentation, white papers, or other collateral, please visit the Oracle Technology Network (OTN). You must register online before using OTN; registration is free and can be done at
http://otn.oracle.com/membership/index.htm
If you already have a username and password for OTN, then you can go directly to the documentation section of the OTN Web site at
http://otn.oracle.com/docs/index.htm
To download free release notes, installation documentation, white papers, or other collateral, please visit the Oracle Technology Network (OTN). You must register online before using OTN; registration is free and can be done at
http://otn.oracle.com/membership/index.htm
If you already have a username and password for OTN, then you can go directly to the documentation section of the OTN Web site at
http://otn.oracle.com/docs/index.htm
You can find copies of or download this manual from any of the following locations:
This section describes the conventions used in the text and code examples of this documentation set. It describes:
We use various conventions in text to help you more quickly identify special terms. The following table describes those conventions and provides examples of their use.
Code examples illustrate SQL, PL/SQL, SQL*Plus, or other command-line statements. They are displayed in a monospaced (fixed-width) font and separated from normal text as shown in this example:
SELECT username FROM dba_users WHERE username = 'MIGRATE';
The following table describes typographic conventions used in code examples and provides examples of their use.
Oracle's goal is to make our products, services, and supporting documentation accessible to the disabled community with good usability. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program web site at
http://www.oracle.com/accessibility/.
JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.
|
Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|