Chapter 9. Installing the PDBA ToolkitIn earlier chapters we looked at a number of applications that Perl programmers have developed to help you perform Oracle database administration tasks. In this part of the book we'll introduce our own toolkit of scripts and modules written in Perl. These scripts are also aimed at Oracle DBAs and focus on areas of database administration that aren't covered in the other applications we've examined. You will find all of the toolkit code freely available on the O'Reilly web site (see the Preface for details). Rather than being a ready-made application, you can think of the Perl DBA Toolkit (PDBA, for short) described in this chapter and the following ones as a collection of resources. You can run the scripts as is, or you can build on them in any way you wish. Think of the scripts provided in the toolkit as a handy collection of sailing knots and rigging splices that you can use for tying various Perl modules together into the best Oracle DBA solution for your own needs. In this chapter, we'll cover these topics:
Subsequent chapters describe different components of the toolkit in greater detail.
|