Easy Oracle PL/SQL

Easy Oracle PL/SQL
Author :
Publisher : Rampant Techpress
Total Pages : 200
Release :
ISBN-10 : 9780975913574
ISBN-13 : 0975913573
Rating : 4/5 (74 Downloads)

Synopsis Easy Oracle PL/SQL by : John Garmany

Provides instructions on how to create, debug, and execute PL/SQL code.

Oracle PL/SQL Programming

Oracle PL/SQL Programming
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 1028
Release :
ISBN-10 : 0596003811
ISBN-13 : 9780596003814
Rating : 4/5 (11 Downloads)

Synopsis Oracle PL/SQL Programming by : Steven Feuerstein

The authors have revised and updated this bestseller to include both the Oracle8i and new Oracle9i Internet-savvy database products.

Oracle PL/SQL Best Practices

Oracle PL/SQL Best Practices
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 207
Release :
ISBN-10 : 9781449378769
ISBN-13 : 1449378765
Rating : 4/5 (69 Downloads)

Synopsis Oracle PL/SQL Best Practices by : Steven Feuerstein

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, easy-to-use 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? How can I get all the developers on my team to handle errors the same way? The book contains 120 best practices, divided by topic area. It's full of 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.Oracle PL/SQL Best Practices is intended as a companion to O'Reilly's larger Oracle PL/SQL books. It's a compact, readable reference that you'll turn to again and again--a book that no serious developer can afford to be without.

Mastering Oracle PL/SQL

Mastering Oracle PL/SQL
Author :
Publisher : Apress
Total Pages : 637
Release :
ISBN-10 : 9781430207023
ISBN-13 : 1430207027
Rating : 4/5 (23 Downloads)

Synopsis Mastering Oracle PL/SQL by : Christopher Beck

If you have mastered the fundamentals of the PL/SQL language and are now looking for an in-depth, practical guide to solving real problems with PL/SQL stored procedures, then this is the book for you.

Oracle Advanced PL/SQL Developer Professional Guide

Oracle Advanced PL/SQL Developer Professional Guide
Author :
Publisher : Packt Publishing Ltd
Total Pages : 647
Release :
ISBN-10 : 9781849687232
ISBN-13 : 1849687234
Rating : 4/5 (32 Downloads)

Synopsis Oracle Advanced PL/SQL Developer Professional Guide by : Saurabh K. Gupta

This book is packed with real world examples that cover all the advanced features of PL/SQL. In turn, each major certification topic is covered in a separate chapter that makes understanding concepts easier. At the end of each chapter, you will find plenty of practice questions to strengthen and test your learning.If you are a PL/SQL developer looking for deeper insight and a move from mid-level programmer to professional database developer, then this is the best guide for you. This book is also an ideal guide for all the Associate level PL/SQL programmers who are preparing for the Professional 1Z0-146 certification. This book assumes you have prior knowledge of PL/SQL programming.

Oracle Database 11g PL/SQL Programming Workbook

Oracle Database 11g PL/SQL Programming Workbook
Author :
Publisher : McGraw Hill Professional
Total Pages : 513
Release :
ISBN-10 : 9780071770415
ISBN-13 : 0071770410
Rating : 4/5 (15 Downloads)

Synopsis Oracle Database 11g PL/SQL Programming Workbook by : Michael McLaughlin

Ramp Up Your PL/SQL Programming Skills Master PL/SQL through the hands-on exercises, extensive examples, and real-world projects inside this Oracle Press guide. Filled with best practices, Oracle Database 11g PL/SQL Programming Workbook covers all the latest features and enhancements of the language. Mastery checks at the end of each chapter reinforce the material covered, and sample code from the book is available for download. Even experienced Oracle professionals will benefit from this practical resource. Understand the Oracle development architecture and the mechanics of connections Work with data types, structures, blocks, cursors, and PL/SQL semantics Write, deploy, and use functions, procedures, and packages Manage transactions and more Use dynamic SQL statements in real-world applications Support online transaction processing and data warehousing applications with external tables Find syntax samples and best practices to solve problems Write, deploy, and use object types For a complete list of Oracle Press titles, visit www.OraclePressBooks.com

Oracle and PL/SQL Recipes

Oracle and PL/SQL Recipes
Author :
Publisher : Apress
Total Pages : 443
Release :
ISBN-10 : 9781430232087
ISBN-13 : 1430232080
Rating : 4/5 (87 Downloads)

Synopsis Oracle and PL/SQL Recipes by : Josh Juneau

Oracle PL/SQL Recipes is your go to book for PL/SQL programming solutions. It takes a task-oriented approach to PL/SQL programming that lets you quickly look up a specific task and see the pattern for a solution. Then it's as simple as modifying the pattern for your specific application and implementing it. And you’re done and home for dinner. Oracle PL/SQL Recipes is another in Apress’ ongoing series of recipe books aimed at Oracle practitioners. The recipe format is ideal for the busy professional who just needs to get the job done. Covers the most common PL/SQL programming problems Presents solutions in ready-to-use format Stays short and to-the-point

Oracle SQL and PL/SQL for Developers

Oracle SQL and PL/SQL for Developers
Author :
Publisher : Mike Murach & Associates
Total Pages : 0
Release :
ISBN-10 : 1890774804
ISBN-13 : 9781890774806
Rating : 4/5 (04 Downloads)

Synopsis Oracle SQL and PL/SQL for Developers by : Joel Murach

If you're developing applications that access Oracle databases, you can save time and trouble by having the database do more work for you. That's where this book comes in. It teaches you how to create effective SQL queries to retrieve and update the data in an Oracle database. It teaches you how to design and implement a database, giving you insight into performance and security issues. It teaches you how to use Oracle's procedural language, PL/SQL, to take advantage of powerful features like stored procedures, functions, and triggers. In short, it teaches you to write the kind of SQL and PL/SQL that makes you a more effective and valuable developer.

Oracle PL/SQL by Example

Oracle PL/SQL by Example
Author :
Publisher : Pearson Education
Total Pages : 823
Release :
ISBN-10 : 9780137151707
ISBN-13 : 0137151705
Rating : 4/5 (07 Downloads)

Synopsis Oracle PL/SQL by Example by : Benjamin Rosenzweig

This integrated learning solution teaches all the Oracle PL/SQL skills you need, hands-on, through real-world labs, extensive examples, exercises, and projects! Completely updated for Oracle 11g, Oracle PL/SQL by Example , Fourth Edition covers all the fundamentals, from PL/SQL syntax and program control through packages and Oracle 11g’s significantly improved triggers. One step at a time, you’ll walk through every key task, discovering the most important PL/SQL programming techniques on your own. Building on your hands-on learning, the authors share solutions that offer deeper insights and proven best practices. End-of-chapter projects bring together all the techniques you’ve learned, strengthening your understanding through real-world practice. This book’s approach fully reflects the authors’ award-winning experience teaching PL/SQL programming to professionals at Columbia University. New database developers and DBAs can use its step-by-step instructions to get productive fast; experienced PL/SQL programmers can use this book as a practical solutions reference. Coverage includes • Mastering basic PL/SQL concepts and general programming language fundamentals, and understanding SQL’s role in PL/SQL • Using conditional and iterative program control techniques, including the new CONTINUE and CONTINUE WHEN statements • Efficiently handling errors and exceptions • Working with cursors and triggers, including Oracle 11g’s powerful new compound triggers • Using stored procedures, functions, and packages to write modular code that other programs can execute • Working with collections, object-relational features, native dynamic SQL, bulk SQL, and other advanced PL/SQL capabilities • Handy reference appendices: PL/SQL formatting guide, sample database schema, ANSI SQL standards reference, and more

Beginning PL/SQL

Beginning PL/SQL
Author :
Publisher : Apress
Total Pages : 488
Release :
ISBN-10 : 9781430204206
ISBN-13 : 1430204206
Rating : 4/5 (06 Downloads)

Synopsis Beginning PL/SQL by : Donald Bales

Beginning PL/SQL is a fast-paced and blissfully short introduction to Oracle's PL/SQL language. PL/SQL is the built-in language that every Oracle developer and database administrator simply must know. The book shows readers how to apply object-oriented PL/SQL to production applications. No other book on PL/SQL does this. It gives the reader practical advice on what works and what doesn’t, and advises on the performance tradeoffs between doing work in SQL versus in PL/SQL. This book gets readers up-to-speed on the core of the language without wasting time on esoteric and seldom used syntax.