Oracle PL-SQL - kurz & gut

Oracle PL-SQL - kurz & gut PDF Author: Steven Feuerstein
Publisher:
ISBN: 9783897212176
Category :
Languages : de
Pages : 98

Get Book

Book Description


Oracle PL-SQL Built-ins

Oracle PL-SQL Built-ins PDF Author: Steven Feuerstein
Publisher:
ISBN: 9783897212121
Category :
Languages : de
Pages : 68

Get Book

Book Description


SQL kurz und gut

SQL kurz und gut PDF Author: Jonathan Gennick
Publisher:
ISBN: 9783897215221
Category : Database management
Languages : de
Pages : 208

Get Book

Book Description


Oracle PL / SQL For Dummies

Oracle PL / SQL For Dummies PDF Author: Michael Rosenblum
Publisher: John Wiley & Sons
ISBN: 0764599577
Category : Computers
Languages : en
Pages : 443

Get Book

Book Description
Find tips for creating efficient PL/SQL code If you know a bit about SQL, this book will make PL/SQL programming painless! The Oracle has spoken—you need to get up to speed on PL/SQL programming, right? We predict it'll be a breeze with this book! You'll find out about code structures, best practices, and code naming standards, how to use conditions and loops, where to place PL/SQL code in system projects, ways to manipulate data, and more. Discover how to Write efficient, easy-to-maintain code Test and debug PL/SQL routines Integrate SQL and PL/SQL Apply PL/SQL best practices Use new features introduced in Oracle 9i and 10g

Oracle PL SQL

Oracle PL SQL PDF Author: Marco Skulschus
Publisher:
ISBN: 9783939701088
Category :
Languages : de
Pages : 2

Get Book

Book Description


Oracle PL/SQL by Example

Oracle PL/SQL by Example PDF Author: Benjamin Rosenzweig
Publisher:
ISBN: 9780138062880
Category :
Languages : en
Pages : 0

Get Book

Book Description


Learning Oracle PL/SQL

Learning Oracle PL/SQL PDF Author: Bill Pribyl
Publisher: O'Reilly Media
ISBN: 9780596001803
Category : Computers
Languages : en
Pages : 432

Get Book

Book Description
PL/SQL, Oracle's programming language for stored procedures, delivers a world of possibilities for your database programs. PL/SQL supplements the standard relational database language, SQL, with a wide range of procedural features, including loops, IF-THEN statements, advanced data structures, and rich transactional control--all closely integrated with the Oracle database server. Knowing where to start with Oracle's procedural language is not always obvious to a newcomer, especially considering the language's feature set and the sheer size of the official documentation (not to mention Oracle's ever-increasing number of pre-built PL/SQL programs). But Learning Oracle PL/SQL offers the signposts and guidance you need to come up to speed on the language, delivered in a manageable number of pages while covering all the essentials. Topics include: PL/SQL--what is it, and why use it? Why use PL/SQL instead of Java? Syntax and examples of all core language constructs Creating, using, and reusing stored procedures, functions, and packages Building web-based applications using PL/SQL features available "out of the box" (such as PL/SQL Server Pages) Securing PL/SQL programs against attack Benefits of third-party developer tools and integrated development environments Connecting PL/SQL to email, Java, and the Internet Meticulously crafted with all-new examples downloadable from examples.oreilly.com/learnoracle, the book addresses language features available in all versions of Oracle, from Oracle7 to Oracle8i to Oracle9i. Learning Oracle PL/SQL was written by PL/SQL experts Bill Pribyl and Steven Feuerstein, whose easy-to-read style and attention to detail has made other O'Reilly books (such as the bestselling Oracle PL/SQL Programming) very popular among Oracle developers worldwide. Learning Oracle PL/SQL is meant for a wide range of target audiences, including both beginning programmers and those already experienced with other programming languages. Whether you are a new developer, a crossover programmer from another database system, or a new database administrator who needs to learn PL/SQL, this book will get you well on your way. It is the perfect introduction to Oracle PL/SQL Programming, also by Pribyl and Feuerstein.

ORACLE PL- SQL Programming

ORACLE PL- SQL Programming PDF Author: Steven Feuerstein
Publisher:
ISBN:
Category :
Languages : en
Pages : 885

Get Book

Book Description


Oracle® PL/SQL"!by Example

Oracle® PL/SQL Author: Benjamin Rosenzweig
Publisher:
ISBN: 9788131735541
Category :
Languages : en
Pages : 763

Get Book

Book Description


Oracle Regular Expressions Pocket Reference

Oracle Regular Expressions Pocket Reference PDF Author: Jonathan Gennick
Publisher: "O'Reilly Media, Inc."
ISBN: 0596552491
Category : Computers
Languages : en
Pages : 67

Get Book

Book Description
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.