Advanced iSQL*Plus and SQL*Plus Features in Oracle Database 10g Release 2

Oracle 10g Release 2 offers several new features with SQL*Plus and iSQL*Plus. Following is a short overview of the new features that will be included in the upcoming release:

  • 10g Release 2 offers the new XQUERY SQL*Plus command and iSQL*Plus support. XQUERY allows you to enter XQuery statements and retrieve results in SQL*Plus. Following is an example of this new feature:

    SQL> XQUERY for $i in ora:view("documents")
    2 return $i
    3 /
    
    Result Sequence
    --------------------------------------------------------------------------------------
    <ROW><DOC_ID>69923</DOC_ID><DOC_TITLE> Earthquake triggers deadly tsunami </DOC_TITLE>
    <DOC_DATE>20-MAY-2005</DOC_DATE> ...
    
  • Along with the new ...

Get Oracle® Database 10g Insider Solutions now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.