Perl for Oracle DBAs and over 1.5 million other books are available for Amazon Kindle . Learn more


or
Sign in to turn on 1-Click ordering.
Trade in Yours
For a £0.25 Gift Card
Trade in
More Buying Choices
Have one to sell? Sell yours here
Sorry, this item is not available in
Image not available for
Colour:
Image not available

 
Start reading Perl for Oracle DBAs on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Perl for Oracle DBAs [Paperback]

Andy Duncan , Jared Still
5.0 out of 5 stars  See all reviews (1 customer review)
RRP: £38.50
Price: £27.32 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £11.18 (29%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock but may require up to 2 additional days to deliver.
Dispatched from and sold by Amazon. Gift-wrap available.

Formats

Amazon Price New from Used from
Kindle Edition £20.49  
Paperback £27.32  
Trade In this Item for up to £0.25
Trade in Perl for Oracle DBAs for an Amazon.co.uk gift card of up to £0.25, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Learn more

Book Description

26 Aug 2002 0596002106 978-0596002107 1

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.

Frequently Bought Together

Perl for Oracle DBAs + Programming the Perl DBI: Database programming with Perl
Price For Both: £58.31

One of these items is dispatched sooner than the other.

Buy the selected items together

Customers Who Bought This Item Also Bought


Product details

  • Paperback: 622 pages
  • Publisher: O'Reilly Media; 1 edition (26 Aug 2002)
  • Language: English
  • ISBN-10: 0596002106
  • ISBN-13: 978-0596002107
  • Product Dimensions: 17.8 x 3.1 x 23.3 cm
  • Average Customer Review: 5.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon Bestsellers Rank: 1,202,288 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Authors

Discover books, learn about writers, and more.

Product Description

From the Publisher

If you've wanted to see what Perl can do for your development and database administration, this book will guide you step-by-step through the process. Perl for Oracle DBAs comes with a toolkit of more than 100 useful scripts that you can use to create databases and users, clone database DDL, maintain user data, compare schemas, monitor database performance, backup data, and perform many other tasks. Written by Oracle DBAs for Oracle DBAs, this book walks you through everything you need to know to put Perl to work for you right away.

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.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Back Cover
Search inside this book:

Customer Reviews

4 star
0
3 star
0
2 star
0
1 star
0
5.0 out of 5 stars
5.0 out of 5 stars
Most Helpful Customer Reviews
1 of 1 people found the following review helpful
5.0 out of 5 stars Applying Perl to real-world problems 30 Sep 2002
Format:Paperback
Over time, as we develop systems, cut code, administer data bases and perform myriad other
tasks, we tend to build up a 'kit bag' of useful tricks, code snippets and techniques.
This book makes a welcome contribution with its many printed examples and pointers.

Although, as the title suggests, this is aimed primarily at Oracle administrators, there is much here
for those with more than a passing interest in the rich text-processing language that is Perl.
With library modules available for Sysbase and MySQL for example, connections are a simple matter of
appropriate API calls.

Indeed, in the excellent appendices, there is a code example showing simultaneous connections
to both an Oracle and a MySQL database and how to extract and process data between them
using some embedded SQL. The ability yo do this without resorting to dump and re-loads using ASCII
flat files was a small revelation.

With its clear real-world approach and incisive, and often witty, explanations and observations,
this book is not only a boon to data base administrators but can also be very useful
to those who simply want to learn more about the power of Perl.

Comment | 
Was this review helpful to you?
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.6 out of 5 stars  9 reviews
9 of 9 people found the following review helpful
5.0 out of 5 stars Great book for DBAs wanting to take advantage of perl 2 Dec 2002
By Guy Harrison - Published on Amazon.com
Format:Paperback
I've always loved perl and wrote a lot of utilities to monitor and manage databases when I worked as a full time DBA (using oraperl & perl4). However, over the years as my focus shifted to wider software architecture I found it difficult to keep up with new releases, modules and so forth. From time to time I would visit CPAN but the sheer volume of modules and the limited time I had was preventing me from taking full advantage of modern perl.

Jared and Andy's book neatly solved this problem. Within an hour of opening their book I had fully upgraded my perl and added heaps of fantastic utilities that I never even knew existed. Sometimes perl can be hard to install and configure but this book makes it a breeze.

This book is indispensable if you are trying to get started with perl - and every DBA should! If you are already a perl user I'm sure you'll learn about new features or find utilities that will repay the cost of the book many times over.

8 of 8 people found the following review helpful
5.0 out of 5 stars AS FINE AS A PEARL COULD BE 12 Jan 2003
By reviewer - Published on Amazon.com
Format:Paperback
"Perl for Oracle DBAs" is indeed a real pearl. This 600-plus paged volume was designed to be a reliable friend of any administrator, whose responsibilities include the oiling of Oracle database machinery.
The book, which comes with a toolkit package that contains more than a hundred ready-to-use programs, bared all the mysteries that surround Oracle/Perl software: including Oracle Call Interface (OCI), Perl DataBase Interface (DBI), as well as all the other modules that commune with both software.
This book runs as smoothly as any pearl could run.
8 of 8 people found the following review helpful
5.0 out of 5 stars Perl makes life easier 2 Oct 2002
By Mr. Shaun O'Malley - Published on Amazon.com
Format:Paperback
Over time, as we develop systems, cut code, administer data bases and perform myriad other tasks, we tend to build up a 'kit bag' of useful tricks, code snippets and techniques.
This book makes a welcome contribution with its numerous code examples and clear explanations.

Although, as the title suggests, this is aimed primarily at Oracle administrators, there is much here for those with more than a passing interest in the rich text-processing language that is Perl.

With library modules also available for Sysbase and MySQL, for example, connections across disparate databases are a simple matter of appropriate API calls.

Indeed, in the excellent appendices, there is a code example showing simultaneous connections to both an Oracle and a MySQL database and how to extract and process data between them
using Perl code and embedded SQL. The ability to do this easily and efficiently without resorting to dump and re-loads using ASCII flat files was a small revelation.

With their clear real-world approach, incisive and, often witty, explanations and observations, the enthusiasm of the authors for their subject is clear.

This book is not only a boon to data base administrators but should also prove to be very useful to those who simply want to learn more about the power of Perl.

Were these reviews helpful?   Let us know
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list

Look for similar items by category


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges