1 / 10

Oracle en XML

Explore XMLType, CLOB, and varchar2 in Oracle database. Learn about XMLType tables and columns, XML schema, and data extraction techniques. Gain insight into XML view in SQL. Access resources for schema-based XML processing. Visit Oracle XDB demo for hands-on experience. Stay informed about XML technologies and their applications in databases.

norm
Download Presentation

Oracle en XML

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Oracle en XML

  2. xml in database Datatype • XMLTYPE • hét xml datatype in de database • CLOB, varchar2 ... Opslag • XMLType (Object)tabel • XMLType kolom • anders (clob) ...

  3. XML Schema • dbms_xmlschema.registerschema • db datatype annotaties procedure registerSchema(schemaURL IN varchar2, schemaDoc IN VARCHAR2, local IN BOOLEAN := TRUE, genTypes IN BOOLEAN := TRUE, genbean IN BOOLEAN := FALSE, genTables IN BOOLEAN := TRUE, force IN BOOLEAN := FALSE, owner IN VARCHAR2 := '', enableHierarchy IN pls_integer :=

  4. Generatie • dbms_xmlgen • ansi xml 2003 -> sqlxml • xmltype.createxml (clob, bfile, string) • demo -> sqlxml.sql

  5. Extractie • plsql • sqlxml - xmltype.extract... • dbms_xmldom • demo : xmlplsql.sql

  6. Toegang • sql (jdbc) • ftp • http • webdav • demo • explorer • IE • xmlspy?

  7. Architectuur opties xmlview view sqlxml sqlxml tabel xmltabel

  8. Samenvatting • Erg uitgebreide ondersteuning voor XML in de database • De mogelijkheden nemen per versie toe. • 9iR2 biedt al heel veel • Echter... door de bomen is het bos soms niet meer te zien • XML als data of XML als Document • Vuistregels: • xmltype • sqlxml • schema based

  9. Resources • OTN • http://www.oracle.com/technology/tech/xml/xmldb/index.html • Downloadable Oracle XDB demo • http://www.w3schools.com

More Related