Learning Oracle PL/SQL

Learning Oracle PL/SQL
Author: Bill Pribyl
Publisher: "O'Reilly Media, Inc."
Total Pages: 424
Release: 2002
Genre: Computers
ISBN: 0596001800

Download Learning Oracle PL/SQL Book in PDF, Epub and Kindle

"Learning Oracle PL/SQL" introduces PL/SQL in a way that's useful to a variety of audiences: beginning programmers, new Oracle database administrators, and developers familiar with other databases who now need to learn Oracle. A consistent and understandable example application--the development of a library's electronic catalog system--runs through the chapters.

Oracle PL/SQL Programming

Oracle PL/SQL Programming
Author: Steven Feuerstein
Publisher: "O'Reilly Media, Inc."
Total Pages: 1028
Release: 2002
Genre: Computers
ISBN: 9780596003814

Download Oracle PL/SQL Programming Book in PDF, Epub and Kindle

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

Oracle PL/SQL for DBAs

Oracle PL/SQL for DBAs
Author: Arup Nanda
Publisher: "O'Reilly Media, Inc."
Total Pages: 458
Release: 2005-10-31
Genre: Computers
ISBN: 1449378994

Download Oracle PL/SQL for DBAs Book in PDF, Epub and Kindle

PL/SQL, Oracle's powerful procedural language, has been the cornerstone of Oracle application development for nearly 15 years. Although primarily a tool for developers, PL/SQL has also become an essential tool for database administration, as DBAs take increasing responsibility for site performance and as the lines between developers and DBAs blur. Until now, there has not been a book focused squarely on the language topics of special concern to DBAs Oracle PL/SQL for DBAs fills the gap. Covering the latest Oracle version, Oracle Database 10g Release 2 and packed with code and usage examples, it contains: A quick tour of the PL/SQL language, providing enough basic information about language fundamentals to get DBAs up and running Extensive coverage of security topics for DBAs: Encryption (including both traditional methods and Oracle's new Transparent Data Encryption, TDE); Row-Level Security(RLS), Fine-Grained Auditing (FGA); and random value generation Methods for DBAs to improve query and database performance with cursors and table functions Coverage of Oracle scheduling, which allows jobs such as database monitoring andstatistics gathering to be scheduled for regular execution Using Oracle's built-in packages (DBMS_CRYPTO, DBMS_RLS, DBMS_FGA, DBMS_RANDOM,DBMS_SCHEDULING) as a base, the book describes ways of building on top of these packages to suit particular organizational needs. Authors are Arup Nanda, Oracle Magazine 2003 DBA of the Year, and Steven Feuerstein, the world's foremost PL/SQL expert and coauthor of the classic reference, Oracle PL/SQL Programming. DBAs who have not yet discovered how helpful PL/SQL can be will find this book a superb introduction to the language and its special database administration features. Even if you have used PL/SQL for years, you'll find the detailed coverage in this book to be an invaluable resource.

Oracle PL/SQL Best Practices

Oracle PL/SQL Best Practices
Author: Steven Feuerstein
Publisher: "O'Reilly Media, Inc."
Total Pages: 207
Release: 2001-04-09
Genre: Computers
ISBN: 1449378765

Download Oracle PL/SQL Best Practices Book in PDF, Epub and Kindle

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.

LEARNING ORACLE SQL & PL/SQL

LEARNING ORACLE SQL & PL/SQL
Author: RAJEEB C. CHATTERJEE
Publisher: PHI Learning Pvt. Ltd.
Total Pages: 397
Release: 2012-03-17
Genre: Computers
ISBN: 8120345428

Download LEARNING ORACLE SQL & PL/SQL Book in PDF, Epub and Kindle

The book offers a systematic knowledge of Oracle SQL and PL/SQL to help students exploit the capabilities of the database in an effective and efficient manner. The book follows a step-by-step approach to the subject using real-world cases, examples and exercises in order to make it an easy, interesting and complete self-study guide. The book can be used for practical classes on Oracle version 8.0 onwards. The availability of an authorized Oracle database in conjunction with the book is sufficient to learn Oracle commands and syntaxes. It is designed to address the need of the laboratory classes on Oracle for the students of Computer Science, Information Technology and Computer Applications. The book will also be useful to professionals and academics alike for conducting training programmes on Oracle database.

Oracle9i PL/SQL Programming

Oracle9i PL/SQL Programming
Author: Scott Urman
Publisher: McGraw-Hill Osborne Media
Total Pages: 668
Release: 2002
Genre: Computers
ISBN: 9780072191479

Download Oracle9i PL/SQL Programming Book in PDF, Epub and Kindle

From the authorized Oracle Press comes a complete guide to developing robust PL/SQL applications. The book contains new information on development tools, datatypes, SQL commands and functions, and much more. The CD-ROM contains sample code plus a sampling of development environments covered in the book.

Oracle and PL/SQL Recipes

Oracle and PL/SQL Recipes
Author: Josh Juneau
Publisher: Apress
Total Pages: 443
Release: 2012-02-02
Genre: Computers
ISBN: 1430232080

Download Oracle and PL/SQL Recipes Book in PDF, Epub and Kindle

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

Beginning PL/SQL

Beginning PL/SQL
Author: Donald Bales
Publisher: Apress
Total Pages: 488
Release: 2007-10-18
Genre: Computers
ISBN: 1430204206

Download Beginning PL/SQL Book in PDF, Epub and Kindle

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.

Oracle PL/SQL Language Pocket Reference

Oracle PL/SQL Language Pocket Reference
Author: Steven Feuerstein
Publisher: "O'Reilly Media, Inc."
Total Pages: 189
Release: 2015-09-09
Genre: Computers
ISBN: 1491919981

Download Oracle PL/SQL Language Pocket Reference Book in PDF, Epub and Kindle

Annotation This pocket reference condenses the most vital information from Oracle PL/SQL programming into an accessible quick reference that summarises the basics of PL/SQL - block structure, fundamental language elements, data structures, control statements, and use of procedures, functions and packages.

Oracle Advanced PL/SQL Developer Professional Guide

Oracle Advanced PL/SQL Developer Professional Guide
Author: Saurabh K. Gupta
Publisher: Packt Publishing Ltd
Total Pages: 647
Release: 2012-01-01
Genre: Computers
ISBN: 1849687234

Download Oracle Advanced PL/SQL Developer Professional Guide Book in PDF, Epub and Kindle

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.