Op werkdagen voor 23:00 besteld, morgen in huis Gratis verzending vanaf €20
,

Oracle Regular Expressions Pocket Reference

New in Oracle Database 10g

Paperback Engels 2004 9780596006013
Verwachte levertijd ongeveer 16 werkdagen

Samenvatting

Support for regular expressions in SQL and PL/SQL is one of the most exciting features of Oracle Database 10G. Oracle has long supported the ANSI-standard LIKE predicate for rudimentary pattern matching, but regular expressions take pattern matching to a new level. They provide a powerful way to select data that matches a pattern, as well as to manipulate, rearrange, and change that data.

This concise pocket guide is part tutorial and part quick-reference. It's suitable for those who have never used regular expressions before, as well as those who have experience with Perl and other languages supporting regular expressions. The book describes Oracle Database 10G's support for regular expressions, including globalization support and differences between Perl's syntax and the POSIX syntax supported by Oracle 10G. It also provides a comprehensive reference, including examples, to all supported regular expression operators, functions, and error messages.

O'Reilly's Pocket References have become a favorite among developers and database administrators everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. Whether you're using regular expressions for the first time or applying your skills from other languages to the latest version of Oracle, the Oracle Regular Expressions Pocket Reference is the book to have close by.

Specificaties

ISBN13:9780596006013
Taal:Engels
Bindwijze:paperback
Aantal pagina's:60
Uitgever:O'Reilly
Druk:0
Hoofdrubriek:IT-management / ICT

Lezersrecensies

Wees de eerste die een lezersrecensie schrijft!

Over Peter Linsley

Peter Linsley began his career in the computer industry as a localization engineer focusing on QA of the Oracle Database. He later relocated to Oracle headquarters in California where he acted as a Globalization consultant specializing in the database, and was responsible for developing solutions to aid database character set migration to Unicode. Peter first met with regular expressions in a SED class at Napier University of Edinburgh and has been a devoted UNIX command line addict ever since. During his tenure at Oracle, he dreamt of a world where all developers had access to regular expressions and decided to make it a personal mission to ensure that would become a reality for users of Oracle. In 2003 he realized this and landed a pivotal role in the design and implementation of Oracle Regular Expressions

Andere boeken door Peter Linsley

Inhoudsopgave

Introduction

Tutorial
Patterns
Regular Expressions
Bracket Expressions
The Escape Character
Subexpressions
Alternation
Greediness
Backreferences
Fuzziness

Oracle's Regular Expression Support
Regular Expression Functions
Regular Expression Locale Support
Regular Expression Matching Options
Standards Compliance
Differences Between Perl and Oracle

Regular Expression Quick Reference
(Backslash)
1 through 9 (Backslash)
. (Period)
^ (Caret)
$ (Dollar Sign)
[ ] (Square Brackets)
[. .] (Collation Element)
[: :] (Character Class)
[= =] (Equivalence Class)
* (Asterisk)
+ (Plus Sign)
? (Question Mark)
{ } (Curly Braces)
Vertical Bar (|)
( ) (Parentheses)
Oracle Regular Expression Functions
REGEXP_INSTR
REGEXP_LIKE
REGEXP_REPLACE
REGEXP_SUBSTR

Oracle Regular Expression Error Messages
ORA-01760: illegal argument for function
ORA-12722: regular expression internal error
ORA-12725: unmatched parentheses in regular expression
ORA-12726: unmatched bracket in regular expression
ORA-12727: invalid back reference in regular expression
ORA-12728: invalid range in regular expression
ORA-12729: invalid character class in regular expression:
ORA-12730: invalid equivalence class in regular expression
ORA-12731: invalid collation class in regular expression
ORA-12732: invalid interval value in regular expression

Managementboek Top 100

Rubrieken

Populaire producten

    Personen

      Trefwoorden

        Oracle Regular Expressions Pocket Reference