Oracle PL/SQL Programming 4Th Edition by Steven Feuerstein

By Steven Feuerstein

За последние 10 лет книга Oracle PL/SQL Programming издательства O'Reilly's стала бестселлером среди книг по PL/SQL, процедурному языку базы данных Oracle. Снабженная примерами и полезными рекомендациями книнга является незаменимой как новичкам, так и гуру, как разработчикам на Oracle types, так и администраторам - используйте PL/SQL на полную мощь.

Четвертое издание значительно обновлено и расширено, покрывая теперь описание самой последней версии Oracle Database 10g free up 2. Она описывает такие новые возможности как PL/SQL optimizing compiler, conditional compilation, compile-time warnings, common expressions, set operators for nested tables, nonsequential collections in FORALL, the programmer-defined quoting mechanism, the power to backtrace an exception to a line quantity, numerous new integrated programs, and help for IEEE 754 compliant floating-point numbers.

(Извините, но дальше переводить анотацию не имеет смысла. Кто захочет прочитать книгу, тому и не столько придется читать на английском. Хотя можно и не читать конечно, а только примеры смотреть.)

Show description

Read Online or Download Oracle PL/SQL Programming 4Th Edition PDF

Best oracle books

Oracle Database 11g New Features

FOREWORD by way of Tom Kyte Your Must-Have advisor to every little thing New in Oracle Database 11gRealize the whole power of Oracle Database 11g with support from the specialists. Written through Robert G. Freeman, and with insightful observation all through from Arup Nanda, this Oracle Press advisor deals complete info at the architectural adjustments, database management enhancements, availability and restoration revisions, safeguard improvements, and programming strategies.

Oracle Database 10g, A Beginner's Guide

Offers starting DBAs and builders with a superior starting place within the database management and programming fundamentals had to embark on an Oracle profession. the point of interest is on Oracle Database 10g, yet you’ll get the basics appropriate to all Oracle database releases.

Pro Oracle Database 12c Administration

Seasoned Oracle Database 12c management is a ebook fascinated by effects. writer Darl Kuhn attracts from a good of expertise over a decade deep to put out real-world ideas that bring about good fortune as an Oracle Database administrator. He offers transparent reasons on the way to practice serious projects. He weaves in idea the place helpful with no bogging you down in unneeded aspect.

Oracle Application Express for Mobile Web Applications

Oracle program exhibit is well known within the Oracle group as a useful tool for growing internet purposes compatible for laptop browsers. gains have now been additional to open up the realm of cellular looking, bringing the simplicity and expressiveness of Appliction show to endure in constructing purposes to run with an almost-native appear and feel on structures akin to iOS, Android, and home windows cellphone.

Extra resources for Oracle PL/SQL Programming 4Th Edition

Example text

If there is no account for this ID, Oracle raises the predefined NO_DATA_FOUND exception, causing the program to stop. 19-22 If the balance is too low, I explicitly raise my own exception because I have encountered a serious problem with this account. 24 The EXCEPTION keyword denotes the end of the executable section and the beginning of the exception section in which errors are handled. 25-28 This is the error-handling section for the situation in which the account is not found. If NO_DATA_FOUND was the exception raised, it is trapped here, and the error is logged with the log_error procedure .

DBMS_CRYPTO Offers the ability to encrypt and decrypt common Oracle datatypes, including RAWs, BLOBs, and CLOBs. It also provides globalization support for encrypting data across different character sets. DBMS_MONITOR Provides an API to control additional tracing and statistics gathering of sessions. DBMS_WARNING Provides an API into the PL/SQL compiler warnings module, allowing you to read and change settings that control which warnings are suppressed, displayed, or treated as errors. 5. Resources for PL/SQL Developers With the release of the fourth edition, we are celebrating the tenth anniversary of Oracle PL/SQL Programming!

Take a Creative, Even Radical Approach We all tend to fall into ruts, in almost every aspect of our lives. People are creatures of habit: you learn to 44 Part I: Programming in PL/SQL Part I: Programming in PL/SQL 45 write code in one way; you assume certain limitations about a product; you turn aside possible solutions without serious examination because you just know it can't be done. Developers become downright prejudiced about their own programs, and often not in positive ways. " • "If I were using X or Y or Z product, it would be a breeze.

Download PDF sample

Rated 4.24 of 5 – based on 9 votes