Perl for Oracle DBAs: Perl Scripts, Applications & Tips for Database Administrators
Perl is a very powerful tool for Oracle database administrators, but too few DBAs realize how helpful Perl can be in managing, monitoring, and tuning Oracle databases. Whether you're responsible for Oracle9i, Oracle8i, or earlier databases, you'll find Perl an invaluable addition to your database administration arsenal. You don't need to be a Perl expert to use the excellent applications and scripts described in Perl for Oracle DBAs. The book explains what you need to know about Perl, provides a wealth of ready-to-use scripts developed especially for Oracle DBAs, and suggests many resources for further exploration. The book covers:
  • The Perl language — an introduction to Perl, its rich history and culture, and its extensive text processing and data transformation capabilities.
  • The Perl/Oracle architecture — Detailed information about Perl DBI, DBD::Oracle, the Oracle Call Interface (OCI), Oracle::OCI, extproc_perl, and mod_perl, the modules that allow Perl programs to communicate with Oracle databases.
  • Perl applications for Oracle DBAs — Profiles of the best Perl open source applications available for use and customization by Oracle DBAs: Perl/Tk, OraExplain, StatsView, Orac, DDL::Oracle, SchemaDiff, Senora, DBD::Chart, SchemaView-Plus, Oracletool, Karma, Embperl, and Mason.
  • The Perl Database Administration (PDBA) Toolkit — a comprehensive suite of specialized, ready-to-use scripts designed to help Oracle DBAs perform both routine and special-purpose administrative tasks: monitoring the Oracle alert log and databases, creating and managing Oracle user accounts, maintaining indexes and extents, extracting DDL and data, troubleshooting and tuning database problems, and much more.
The book also explains how Oracle DBAs and developers can extend the toolkit and solve their own database administration problems using Perl.
1140203736
Perl for Oracle DBAs: Perl Scripts, Applications & Tips for Database Administrators
Perl is a very powerful tool for Oracle database administrators, but too few DBAs realize how helpful Perl can be in managing, monitoring, and tuning Oracle databases. Whether you're responsible for Oracle9i, Oracle8i, or earlier databases, you'll find Perl an invaluable addition to your database administration arsenal. You don't need to be a Perl expert to use the excellent applications and scripts described in Perl for Oracle DBAs. The book explains what you need to know about Perl, provides a wealth of ready-to-use scripts developed especially for Oracle DBAs, and suggests many resources for further exploration. The book covers:
  • The Perl language — an introduction to Perl, its rich history and culture, and its extensive text processing and data transformation capabilities.
  • The Perl/Oracle architecture — Detailed information about Perl DBI, DBD::Oracle, the Oracle Call Interface (OCI), Oracle::OCI, extproc_perl, and mod_perl, the modules that allow Perl programs to communicate with Oracle databases.
  • Perl applications for Oracle DBAs — Profiles of the best Perl open source applications available for use and customization by Oracle DBAs: Perl/Tk, OraExplain, StatsView, Orac, DDL::Oracle, SchemaDiff, Senora, DBD::Chart, SchemaView-Plus, Oracletool, Karma, Embperl, and Mason.
  • The Perl Database Administration (PDBA) Toolkit — a comprehensive suite of specialized, ready-to-use scripts designed to help Oracle DBAs perform both routine and special-purpose administrative tasks: monitoring the Oracle alert log and databases, creating and managing Oracle user accounts, maintaining indexes and extents, extracting DDL and data, troubleshooting and tuning database problems, and much more.
The book also explains how Oracle DBAs and developers can extend the toolkit and solve their own database administration problems using Perl.
49.99 In Stock
Perl for Oracle DBAs: Perl Scripts, Applications & Tips for Database Administrators

Perl for Oracle DBAs: Perl Scripts, Applications & Tips for Database Administrators

Perl for Oracle DBAs: Perl Scripts, Applications & Tips for Database Administrators

Perl for Oracle DBAs: Perl Scripts, Applications & Tips for Database Administrators

Paperback(1ST)

$49.99 
  • SHIP THIS ITEM
    In stock. Ships in 1-2 days.
  • PICK UP IN STORE

    Your local store may have stock of this item.

Related collections and offers


Overview

Perl is a very powerful tool for Oracle database administrators, but too few DBAs realize how helpful Perl can be in managing, monitoring, and tuning Oracle databases. Whether you're responsible for Oracle9i, Oracle8i, or earlier databases, you'll find Perl an invaluable addition to your database administration arsenal. You don't need to be a Perl expert to use the excellent applications and scripts described in Perl for Oracle DBAs. The book explains what you need to know about Perl, provides a wealth of ready-to-use scripts developed especially for Oracle DBAs, and suggests many resources for further exploration. The book covers:
  • The Perl language — an introduction to Perl, its rich history and culture, and its extensive text processing and data transformation capabilities.
  • The Perl/Oracle architecture — Detailed information about Perl DBI, DBD::Oracle, the Oracle Call Interface (OCI), Oracle::OCI, extproc_perl, and mod_perl, the modules that allow Perl programs to communicate with Oracle databases.
  • Perl applications for Oracle DBAs — Profiles of the best Perl open source applications available for use and customization by Oracle DBAs: Perl/Tk, OraExplain, StatsView, Orac, DDL::Oracle, SchemaDiff, Senora, DBD::Chart, SchemaView-Plus, Oracletool, Karma, Embperl, and Mason.
  • The Perl Database Administration (PDBA) Toolkit — a comprehensive suite of specialized, ready-to-use scripts designed to help Oracle DBAs perform both routine and special-purpose administrative tasks: monitoring the Oracle alert log and databases, creating and managing Oracle user accounts, maintaining indexes and extents, extracting DDL and data, troubleshooting and tuning database problems, and much more.
The book also explains how Oracle DBAs and developers can extend the toolkit and solve their own database administration problems using Perl.

Product Details

ISBN-13: 9780596002107
Publisher: O'Reilly Media, Incorporated
Publication date: 08/26/2002
Edition description: 1ST
Pages: 620
Product dimensions: 7.00(w) x 9.19(h) x 1.17(d)

About the Author

Andy Duncan is the coauthor of Oracle & Open Source (O'Reilly, 2001), as well as Perl for Oracle DBAs (O'Reilly, 2002). The first book arose after Andy's creation, in 1998, of the Orac Perl/Tk tool for Oracle DBAs. Since then, he has worked mainly as an independent development and DBA consultant, and has counted both Oracle Corporation and Sun Microsystems among his long-term clients. In addition to performing Oracle, Perl, and Java consultancy work, Andy teaches as a senior instructor for Learning Tree International, covering both introductory and advanced Perl courses. He lives in Oxfordshire, England.

Jared Still has been an Oracle DBA in health insurance and manufacturing environments since 1994 (and version 7.0.13 of Oracle). He first began dabbling with Perl in 1993 and it was love at first sight. Perl became an integral part of his Oracle toolkit when it was used to rapidly prototype and implement complex reporting based on data in Oracle databases. Jared has been working with databases of various ilks since 1988, and along the way has also worked as a Unix system administrator. When not riding herd on the databases at the OK Corral, he likes to spend time tinkering on his car, fly fishing, or sitting on the deck in the backyard at his home doing absolutely nothing. He can be reached at jkstill@cybcon.com.

Table of Contents

Preface; Audience for This Book; Which Platform and Version?; Structure of This Book; About the Perl DBA Toolkit and Examples; Conventions Used in This Book; Comments and Questions; Acknowledgments; Introducing Perl for Oracle; Chapter 1: Perl Meets Oracle; 1.1 What is Perl?; 1.2 The Perl/Oracle Architecture; 1.3 Perl for Oracle DBAs; 1.4 For Further Information; Chapter 2: Installing Perl; 2.1 Installing Perl; 2.2 Installing Perl DBI; 2.3 Running Perl DBI; 2.4 Installing Cygwin; Extending Perl; Chapter 3: Perl GUI Extensions; 3.1 Perl/Tk; 3.2 OraExplain; 3.3 StatsView; 3.4 Orac; 3.5 DDL::Oracle; 3.6 SchemaDiff; 3.7 Senora; 3.8 DBD::Chart; 3.9 SchemaView-Plus; 3.10 Open Source Perl IDEs; 3.11 Open Source Perl GUI Debuggers; Chapter 4: Perl Web Extensions; 4.1 Apache; 4.2 Oracletool; 4.3 Karma; Chapter 5: Embedding Perl into Apache with mod_perl; 5.1 mod_perl; 5.2 Apache::OWA; Chapter 6: Embedded Perl Web Scripting; 6.1 Embperl; 6.2 Mason; Chapter 7: Invoking the Oracle Call Interface with Oracle::OCI; 7.1 What is Oracle::OCI?; 7.2 What Is OCI?; 7.3 Installing Oracle::OCI; 7.4 Coding with Oracle::OCI; 7.5 The Future of Oracle::OCI; Chapter 8: Embedding Perl into PL/SQL; 8.1 Communication Between Perl and PL/SQL; 8.2 Embedding Perl Within Oracle; The Perl DBA Toolkit; Chapter 9: Installing the PDBA Toolkit; 9.1 Introducing the PDBA Toolkit; 9.2 Toolkit Modules; 9.3 Installing the PDBA Toolkit for Unix; 9.4 Installing the PDBA Toolkit for Win32; 9.5 Configuring the PDBA Toolkit; Chapter 10: Performing Routine DBA Tasks with the PDBA Toolkit; 10.1 Managing User Accounts; 10.2 Maintaining Indexes; 10.3 Killing Sniped Sessions; 10.4 Managing Extent Usage; 10.5 Extracting DDL and Data; Chapter 11: Monitoring the Database with the PDBA Toolkit; 11.1 Monitoring the Alert Log; 11.2 Monitoring the Databases; Chapter 12: Building a Database Repository with the PDBA Toolkit; 12.1 Repository Table Structure; 12.2 Installing the Repository; 12.3 Loading the Repository with Data; 12.4 Reporting on Database Changes; 12.5 Reporting on SQL Execution Plans; Chapter 13: Extending the PDBA Toolkit; 13.1 Modifying a Script in the Toolkit; 13.2 Modifying a Module in the Toolkit; Appendixes; The Essential Guide to Perl; Obtaining Online Information; Running Perl Scripts; Perl Variable Types: Scalars, Arrays, and Hashes; Perl Contexts: Void, Scalar, List, and Boolean; Program and Subroutine Parameters; Perl References; Perl’s Object Orientation; The Essential Guide to Perl DBI; DBI Class Methods; Database Handles — Preparation; Statement Handle Methods; Database Handles — SQL and Cleanup; Metadata; Oracle-Specific Methods; The Essential Guide to Regular Expressions; The Origins of Regular Expressions; Built-in String Handling Functions; Regular Expression Concepts; Metacharacters; Match Suffixes; The Essential Guide to Perl Data Munging; What Is Data Munging?; Data-Munging Example: An Inter-Database Transfer; Numeric Modules; Date Modules; Conversion Modules; XML Modules; Colophon;
From the B&N Reads Blog

Customer Reviews