The Oracle PL/SQL CD Bookshelf

The Oracle PL/SQL CD Bookshelf PDF

Author:

Publisher: "O'Reilly Media, Inc."

Published: 2000

Total Pages: 282

ISBN-13: 9781565928497

DOWNLOAD EBOOK →

Readers get the complete text of the following books on CD-ROM: "Oracle PL/SQL Programming, Advanced PL/SQL Programming, Oracle Web Applications, Oracle Built-in Packages, Oracle Developer's Workbook, Oracle PL/SQL Pocket Reference, Oracle Built-ins Pocket Reference", and "Oracle PL/SQL Programming: A Guide to Oracle 8i Features".

Oracle PL/SQL Programming

Oracle PL/SQL Programming PDF

Author: Steven Feuerstein

Publisher: "O'Reilly Media, Inc."

Published: 2002

Total Pages: 1028

ISBN-13: 9780596003814

DOWNLOAD EBOOK →

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

The Java Enterprise CD Bookshelf

The Java Enterprise CD Bookshelf PDF

Author:

Publisher: O'Reilly Media

Published: 2000

Total Pages: 634

ISBN-13: 9781565928503

DOWNLOAD EBOOK →

The product contains book and electronic versions of Java books for the enterprise: "Java Enterprise in a Nutshell, Java Foundation Classes in a Nutshell, Enterprise Java Beans, Java Servelet Programming, Database Programming with JDBC and Java, Java Security", and "Java Distributed Computing". The CD also provides full text searching and cross-referencing capabilities.

Oracle PL/SQL Language

Oracle PL/SQL Language PDF

Author: Steven Feuerstein

Publisher: "O'Reilly Media, Inc."

Published: 2003

Total Pages: 132

ISBN-13: 9780596004729

DOWNLOAD EBOOK →

This updated edition describes features available in Oracle9i, and provides a quick reference that summarizes PL/SQL syntax for every developer who uses PL/SQL for database programming.

Learning Oracle PL/SQL

Learning Oracle PL/SQL PDF

Author: Bill Pribyl

Publisher: "O'Reilly Media, Inc."

Published: 2002

Total Pages: 424

ISBN-13: 0596001800

DOWNLOAD EBOOK →

"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 for DBAs

Oracle PL/SQL for DBAs PDF

Author: Arup Nanda

Publisher: "O'Reilly Media, Inc."

Published: 2005-10-31

Total Pages: 454

ISBN-13: 0596005873

DOWNLOAD EBOOK →

Focused squarely on the language topics of special concern to DBAs, this text contains a quick tour of the PL/SQL language, extensive coverage of security topics, and methods for DBAs to improve query and database performance with cursors and table functions.

Oracle PL/SQL Best Practices

Oracle PL/SQL Best Practices PDF

Author: Steven Feuerstein

Publisher: O'Reilly Media

Published: 2001

Total Pages: 218

ISBN-13: 9780596001216

DOWNLOAD EBOOK →

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.

Sql & Pl/Sql For Oracle 10G Black Book, 2007 Ed

Sql & Pl/Sql For Oracle 10G Black Book, 2007 Ed PDF

Author: Dr. Ps. Deshpande

Publisher: Dreamtech Press

Published: 2006-11

Total Pages: 1012

ISBN-13: 9788177227109

DOWNLOAD EBOOK →

The book, brings to you the complete, latest account of SQL and PL/SQL for Oracle. It gifts you two things 1st, it upgrades your knowledge on the subject and 2nd, the innumerable, exciting examples help you build a better skill in SQL and PL/SQL.This comprehensive reference will help you learn the entire spectrum of SQL from Views to Cube and Roll Up; from Case Expressions to Variances and Corelation and PL/SQL from Collections to ObjectTypes; from error handling to Triggers; from Object views to Rollback segments; from UNDO tablespace to Expression filter and many more.

Mastering Oracle PL/SQL

Mastering Oracle PL/SQL PDF

Author: Christopher Beck

Publisher: Apress

Published: 2008-01-01

Total Pages: 637

ISBN-13: 1430207027

DOWNLOAD EBOOK →

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 Built-in Packages

Oracle Built-in Packages PDF

Author: Steven Feuerstein

Publisher: "O'Reilly Media, Inc."

Published: 1998-05-01

Total Pages: 966

ISBN-13: 1449397727

DOWNLOAD EBOOK →

Oracle is the most popular database management system in use today, and PL/SQL plays a pivotal role in current and projected Oracle products and applications. PL/SQL is a programming language providing procedural extensions to the SQL relational database language and to an ever-growing number of oracle development tools. originally a rather limited tool, PL/SQL became with Oracle7 a mature and effective language for developers. now, with the introduction of Oracle8, PL/SQL has taken the next step towards becoming a fully realized programming language providing sophisticated object-oriented capabilities. Steven Feuerstein'sOracle PL/SQL Programming is a comprehensive guide to building applications with PL/SQL. That book has become the bible for PL/SQL developers who have raved about its completeness, readability, and practicality.Built-in packages are collections of PL/SQL objects built by Oracle Corporation and stored directly in the Oracle database. The functionality of these packages is available from any programming environment that can call PL/SQL stored procedures, including Visual Basic, Oracle Developer/2000, Oracle Application Server (for web-based development), and, of course, the Oracle database itself. Built-in packages extend the capabilities and power of PL/SQL in many significant ways. for example: DBMS_SQL executes dynamically constructed SQL statements and PL/SQL blocks of code. DBMS_PIPE communicates between different Oracle sessions through a pipe in the RDBMS shared memory. DBMS_JOB submits and manages regularly scheduled jobs for execution inside the database. DBMS_LOB accesses and manipulates Oracle8's large objects (LOBs) from within PL/SQL programs. The first edition of Oracle PL/SQL Programming contained a chapter on Oracle's built-in packages. but there is much more to say about the basic PL/SQL packages than Feuerstein could fit in his first book. In addition, now that Oracle8 has been released, there are many new Oracle8 built-in packages not described in the PL/SQL book. There are also packages extensions for specific oracle environments such as distributed database. hence this book.Oracle Built-in Packages pulls together information about how to use the calling interface (API) to Oracle's Built-in Packages, and provides extensive examples on using the built-in packages effectively.The windows diskette included with the book contains the companion guide, an online tool developed by RevealNet, Inc., that provides point-and-click access to the many files of source code and online documentation developed by the authors.The table of contents follows:PrefacePart I: Overview 1. Introduction Part II: Application Development Packages Executing Dynamic SQL and PL/SQL Intersession Communication User Lock and Transaction Management Oracle Advanced Queuing Generating Output from PL/SQL Programs Defining an Application Profile Managing Large Objects Datatype Packages Miscellaneous Packages Part III: Server Management Packages Managing Session Information Managing Server Resources Job Scheduling in the Database Part IV: Distributed Database Packages Snapshots Advanced Replication Conflict Resolution Deferred Transactions and Remote Procedure Calls Appendix. What's on the companion disk?