Oracle Pl/SQL Best Practices

  • ポイントキャンペーン

Oracle Pl/SQL Best Practices

  • ただいまウェブストアではご注文を受け付けておりません。 ⇒古書を探す
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 160 p.
  • 言語 ENG
  • 商品コード 9780596001216
  • DDC分類 005

Full Description


In this book, Steven Feuerstein, widely recognized as one of the world's experts on the Oracle PL/SQL language, distills his many years of programming, writing, and teaching about PL/SQL into a set of PL/SQL language "best practices" - rules for writing code that is readable, maintainable, and efficient. Too often, developers focus on simply writing programs that run without errors - and ignore the impact of poorly written code upon both system performance and their ability (and their colleagues' ability) to maintain that code over time. "Oracle PL/SQL Best Practices" is a concise reference to Feuerstein's recommendations for excellent PL/SQL coding. It answers the kinds of questions PL/SQL developers most frequently ask about their code: how should I format my code?; what naming conventions, if any, should I use?; how can I write my packages so they can be more easily maintained?; what is the most efficient way to query information from the database?; and how can I get all the developers on my team to handle errors the same way? The book contains nearly 200 best practices, divided by topic area. It provides advice on the program development process, coding style, writing SQL in PL/SQL, data structures, control structures, exception handling, program and package construction, and built-in packages. It also contains a handy, pull-out quick reference card. As a helpful supplement to the text, code examples demonstrating each of the best practices are available on the O'Reilly Web site.

Contents

Preface 1. The Development Process 2. Coding Style and Conventions 3. Variables and Data Structures Declaring Variables and Data Structures Using Variables and Data Structures Declaring and Using Package Variables 4. Control Structures Conditional and Boolean Logic Loop Processing Miscellaneous 5. Exception Handling Raising Exceptions Handling Exceptions Declaring Exceptions 6. Writing SQL in PL/SQL General SQL and Transaction Management Querying Data from PL/SQL Changing Data from PL/SQL Dynamic SQL and Dynamic PL/SQL 7. Program Construction Structure and Parameters Functions Triggers 8. Package Construction 9. Builtin Packages DBMS_OUTPUT UTL_FILE DBMS_PIPE DBMS_ JOB A. Best Practices Quick Reference