<a name="931"></a><a name="wbp30ch25P1"></a>Chapter 25: Getting Started with Oracle XML and PL/SQL - Perl Cd Bookshelf [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Perl Cd Bookshelf [Electronic resources] - نسخه متنی

Mark V. Scardina, Ben ChangandJinyu Wang

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید






Chapter 25: Getting Started with Oracle XML and PL/SQL


Overview


PL/SQL is Oracle’s procedural language extension to SQL. The PL/SQL XML support allows Oracle DBAs and database application developers to process XML data within the Oracle database. In Oracle Database 10g, in addition to the PL/SQL packages that generate XML, store XML, and manage the XML DB Repository, three built-in XML PL/SQL packages are available that provide application programatic interfaces:



DBMS_XMLPARSER Provides the PL/SQL XML parser APIs for parsing XML documents



DBMS_XMLDOM Provides the PL/SQL DOM 1.0 and 2.0 APIs for accessing and updating XML documents



DBMS_XSLPROCESSOR Provides the PL/SQL XSLT Processing APIs for transforming XML documents into other text formats using XSLT



In this chapter, we work through examples that show you how to parse XML, retrieve XML data, and transform XML documents using PL/SQL in Oracle Database 10g. At the end of the chapter, we discuss how to set up Oracle JVM to further enable Java XML programming within the Oracle database.

/ 218