|
Oracle overview
SQL*Plus
SQL*Plus, the primary interface to the Oracle Database server, provides a powerful yet easy-to-use environment for querying, defining, and controlling data. SQL*Plus delivers a full implementation of Oracle SQL and PL/SQL, along with a rich set of extensions. The exceptional scalability of the Oracle Database, coupled with the object-relational technology of SQL*Plus, allows you to develop your complex datatypes and objects using Oracle's integrated systems solution.
SQL/XML
The SQL/XML standard defines how SQL can be used in conjunction with XML in a database, including detailed definition of a new XML type, the values of an XML type, mappings between SQL constructs and XML constructs, and functions for generating XML from SQL data. Since Oracle Database 9i Release 2, SQL/XML features have been supported as an integral part of the Oracle SQL engine, which also provides additional SQL extensions to support querying, updating, and transformation of XML data. As a founding member, Oracle continues to drive the SQL/XML committee efforts to standardize these extensions.
Database Web Services
The Oracle Database can function in two different modes to support Web services development and deployment: Database as Web Services Provider: Database operations and data retrieval are executed through Web Services mechanisms. In conjunction with Oracle Application Server Web Services Framework, Oracle Database allows instant interoperability and consistent Web services development and deployment. Database as Web Services Consumer: External Web Services are included as part of a SQL query or database batch processing.
Source: Oracle
|