Home > Store

Database Administration: The Complete Guide to Practices and Procedures

Register your product to gain access to bonus material or receive a coupon.

Database Administration: The Complete Guide to Practices and Procedures

Book

  • Sorry, this book is no longer in print.
Not for Sale

Description

  • Copyright 2002
  • Edition: 1st
  • Book
  • ISBN-10: 0-201-74129-6
  • ISBN-13: 978-0-201-74129-2

The first platform-independent guide to the discipline of database administration, this book presents best practices and procedures that apply to any database platform: Oracle, Microsoft, IBM, Sybase, even MySQL and Postgres. It will be an ideal resource for organizations that have deployed multiple databases -- and for professionals who want to move comfortably amongst database platforms. Craig Mullins begins with an up-to-date introduction to the field of database administration, outlining a broad range of DBA roles and responsibilities, and showing how evolving technology has changed the profession. He walks through creating the database environment; data modeling and normalization; database/application design; and change management. Next, he introduces best practices for maximizing availability, security, data integrity, and all aspects of system, database, and application performance. From data warehouse administration to Web-based data access, Database Administration: Practices and Procedures is a single source for authoritative guidance on every facet of database administration. For every database administrator, and for managers responsible for supervising database administrators.

Sample Content

Online Sample Chapter

Why DBAs Must Be Jacks-of-All-Trades

Downloadable Sample Chapter

Click below for Sample Chapter(s) related to this title:
Sample Chapter 1

Table of Contents

(NOTE: Most chapters conclude with Summary, Review, Bonus Question and Suggested Reading.)

Preface.


How to Use This Book.


Acknowledgments.


About the Author.


1. What Is a DBA?

The DBA: Revered or Reviled?

Why Learn Database Administration?

A Unique Vantage Point.

DBA Salaries.

Database Technology.

The Management Discipline of Database Administration.

A Day in the Life of a DBA.

Evaluating a DBA Job Offer.

Database, Data, and System Administration.

Data Administration.

Database Administration.

System Administration.

DBA Tasks.

Database Design.

Performance Monitoring and Tuning.

Availability.

Database Security and Authorization.

Backup and Recovery.

Data Integrity.

DBMS Release Migration.

Jack-of-All-Trades.

Types of DBAs.

System DBA.

Database Architect.

Database Analyst.

Data Modeler.

Application DBA.

Task-Oriented DBA.

Data Warehouse Administrator.

Staffing Considerations.

How Many DBAs?

DBA Reporting Structures.

Multiplatform DBA Issues.

Test and Production.

New Technology and the DBA.

Procedural DBAs: Managing Database Logic.

The Internet: From DBA to e-DBA.

The PDA DBA.

DBA Certification.

The Rest of the Book.



2. Creating the Database Environment.

Defining the Organization's DBMS Strategy.

Choosing a DBMS.

DBMS Architectures.

DBMS Clustering.

DBMS Proliferation.

Hardware Issues.

Installing the DBMS.

DBMS Installation Basics.

Hardware Requirements.

Storage Requirements.

Memory Requirements.

Configuring the DBMS.

Connecting the DBMS to Supporting Infrastructure Software.

Installation Verification.

DBMS Environments.

Upgrading DBMS Versions and Releases.

Features and Complexity.

Complexity of the DBMS Environment.

Reputation of the DBMS Vendor.

Support Policies of the DBMS.

Organization Style.

DBA Staff Skill Set.

Platform Support.

Supporting Software.

Fallback Planning.

Migration Verification.

The DBMS Upgrade Strategy.

Database Standards and Procedures.

Database Naming Conventions.

Other Database Standards and Procedures.

DBMS Education.



3. Data Modeling and Normalization.

Data Modeling Concepts.

Entity-Relationship Diagramming.

The Components of a Data Model.

Entities.

Attributes.

Keys.

Relationships.

Discovering Entities, Attributes, and Relationships.

Conceptual, Logical, and Physical Data Models.

What Is Normalization?

The Normal Forms.

First Normal Form.

Second Normal Form.

Third Normal Form.

A Normalized Data Model.

Further Normal Forms.

Normalization in Practice.

Additional Data Modeling Issues.



4. Database Design.

From Logical Model to Physical Database.

Transform Entities to Tables.

Transform Attributes to Columns.

Build Referential Constraints for All Relationships.

Build Physical Data Structures.

Database Performance Design.

Designing Indexes.

Hashing.

Clustering.

Interleaving Data.

Denormalization.

When to Denormalize.

Prejoined Tables.

Report Tables.

Mirror Tables.

Split Tables.

Combined Tables.

Redundant Data.

Repeating Groups.

Derivable Data.

Hierarchies.

Special Physical Implementation Needs.

Denormalization Summary.

Views.

Data Definition Language.



5. Application Design.

Database Application Development and SQL.

SQL.

Set-at-a-Time Processing and Relational Closure.

Embedding SQL in a Program.

SQL Middleware and APIs.

Object Orientation and SQL.

Types of SQL.

SQL Coding for Performance.

Defining Transactions.

Transaction Guidelines.

Unit of Work.

Transaction Processing Systems.

Application Servers.

Locking.

Types of Locks.

Lock Timeouts.

Deadlocks.

Lock Duration.

Lock Escalation.

Programming Techniques to Minimize Locking Problems.

Locking Summary.

Batch Processing.



6. Design Reviews.

What Is a Design Review?

Rules of Engagement.

Design Review Participants.

Knowledge and Skills Required.

Types of Design Reviews.

Conceptual Design Review.

Logical Design Review.

Physical Design Review.

Organizational Design Review.

SQL and Application Code Design Review.

Pre-Implementation Design Review.

Post-Implementation Design Review.

Design Review Output.



7. Database Change Management.

Change Management Requirements.

The Change Management Perspective of the DBA.

Types of Changes.

DBMS Software.

Hardware Configuration.

Logical and Physical Design.

Applications.

Physical Database Structures.

Impact of Change on Database Structures.

The Limitations of ALTER.

Database Change Scenarios.

Comparing Database Structures.

Requesting Database Changes.

Standardized Change Requests.

Communication.



8. Data Availability.

Defining Availability.

Increased Availability Requirements.

Cost of Downtime.

How Much Availability Is Enough?

Availability Problems.

Loss of the Data Center.

Network Problems.

Loss of the Server Hardware.

Disk-Related Outages.

Operating System Failure.

DBMS Software Failure.

Application Problems.

Security and Authorization Problems. @@BHEADS = Corruption of Data.

Loss of Database Objects.

Loss of Data.

Data Replication and Propagation Failures.

Severe Performance Problems.

Recovery Issues.

DBA Mistakes.

Outages: Planned and Unplanned.

Ensuring Availability.

Perform Routine Maintenance While Systems Remain Operational.

Automate DBA Functions.

Exploit High-Availability Features.

Exploit Clustering Technology.

Suggested Reading.



9. Performance Management.

Defining Performance.

A Basic Database Performance Road Map.

Monitoring vs. Management.

Reactive vs. Proactive.

Preproduction Performance Estimation.

Historical Trending.

Service-Level Management.

Types of Performance Tuning.

System Tuning.

Database Tuning.

Application Tuning.

Performance Tuning Tools.

DBMS Performance Basics.



10. System Performance.

The Larger Environment.

Interaction with the Operating System.

Allied Agents.

Hardware Configuration.

Components of the DBMS.

DBMS Installation and Configuration Issues.

Types of Configuration.

Memory Usage.

Data Cache Details.

“Open” Database Objects.

Database Logs.

Locking and Contention.

The System Catalog.

Other Configuration Options.

General Advice.

System Monitoring.



11. Database Performance.

Techniques for Optimizing Databases.

Partitioning.

Raw Partition vs. File System.

Indexing.

Denormalization.

Clustering.

Interleaving Data.

Free Space.

Compression.

File Placement and Allocation.

Page Size (Block Size).

Database Reorganization.

Determining When to Reorganize.

Automation.



12. Application Performance.

Designing Applications for Relational Access.

Relational Optimization.

CPU and I/O Costs.

Database Statistics.

Query Analysis.

Joins.

Access Path Choices.

Additional Optimization Considerations.

View Access.

Query Rewrite.

Rule-Based Optimization.

Reviewing Access Paths.

Forcing Access Paths.

SQL Coding and Tuning for Efficiency.

SQL Rules of Thumb.

Additional SQL Tuning Tips.

Identifying Poorly Performing SQL.



13. Data Integrity.

Types of Integrity.

Database Structure Integrity.

Types of Structural Problems.

Managing Structural Problems.

Semantic Data Integrity.

Entity Integrity.

Unique Constraints.

Data Types.

Default Values.

Check Constraints.

Triggers.

Referential Integrity.



14. Database Security.

Database Security Basics.

Database Users.

Granting and Revoking Authority.

Types of Privileges.

Granting to PUBLIC.

Revoking Privileges.

Security Reporting.

Authorization Roles and Groups.

Roles.

Groups.

Other Database Security Mechanisms.

Using Views for Security.

Using Stored Procedures for Security.

Auditing.

External Security.

Job Scheduling and Security.

Non-DBMS DBA Security.



15. Database Backup and Recovery.

Preparing for Problems.

Image Copy Backups.

Full vs. Incremental Backups.

Database Objects and Backups.

DBMS Control.

Concurrent Access Issues.

Backup Consistency.

Log Archiving and Backup.

Determining Your Backup Schedule.

DBMS Instance Backup.

Designing the DBMS Environment for Recovery.

Alternate Approaches to Database Backup.

Document Your Backup Strategy.

Database Object Definition Backups.

Recovery.

Determining Recovery Options.

General Steps for Database Object Recovery.

Types of Recovery.

Index Recovery.

Testing Your Recovery Plan.

Recovering a Dropped Database Object.

Recovering Broken Blocks and Pages.

Populating Test Databases.

Alternatives to Backup and Recovery.

Standby Databases.

Replication.

Disk Mirroring.



16. Disaster Planning.

The Need for Planning.

Risk and Recovery.

General Disaster Recovery Guidelines.

The Remote Site.

The Written Plan.

Personnel.

Backing Up the Database for Disaster Recovery.

Tape Backups.

Storage Management Backups.

Other Approaches.

Some Guidelines.

Disaster Prevention.

Disaster and Contingency Planning Web Sites.



17. Data and Storage Management.

Storage Management Basics.

Files and Data Sets.

File Placement on Disk.

Raw Partitions vs. File Systems.

Temporary Database Files.

Space Management.

Data Page Layouts.

Index Page Layouts.

Transaction Logs.

Storage Options.

RAID.

JBOD.

Storage Area Networks.

Network-Attached Storage.

Direct Access File System.

Planning for the Future.

Capacity Planning.



18. Data Movement and Distribution.

Loading and Unloading Data.

The LOAD Utility.

The UNLOAD Utility.

Maintaining Application Test Beds.

EXPORT and IMPORT.

Bulk Data Movement.

ETL Software.

Replication and Propagation.

Messaging Software.

Other Methods.

Distributed Databases.

Setting Up a Distributed Environment.

Data Distribution Standards.

Accessing Distributed Data.

Two-Phase COMMIT.

Distributed Performance Problems.



19. Data Warehouse Administration.

What Is a Data Warehouse?

Analytical vs.Transaction Processing.

Administering the Data Warehouse.

Too Much Focus on Technology?

Data Warehouse Design.

Data Movement.

Data Cleansing.

Data Warehouse Scalability.

Data Warehouse Performance.

Data Freshness.

Data Content.

Data Usage.

Financial Chargeback.

Backup and Recovery.

Don't Operate in a Vacuum!



20. Database Connectivity.

Client/Server Computing.

A Historical Look.

Business Issues.

What Is Client/Server Computing?

Types of Client/Server Applications.

Database Gateways.

Network Traffic.

Databases, the Internet, and the Web.

Internet-Connected Databases.

New Technologies.

Database Design.



21. Metadata Management.

What Is Metadata?

From Data to Knowledge and Beyond.

Metadata Strategy.

Data Warehousing and Metadata.

Types of Metadata.

Repositories and Data Dictionaries.

Repository Benefits.

Repository Challenges.

Data Dictionaries.



22. DBA Tools.

Types and Benefits of DBA Tools.

Data Modeling and Design.

Database Change Management.

Table Editors.

Performance Management.

Backup and Recovery.

Database Utilities.

Data Warehousing and Business Intelligence.

Programming and Development Tools.

Miscellaneous Tools.

Evaluating DBA Tool Vendors.

Homegrown DBA Tools.



23. DBA Rules of Thumb.

The Rules.

Write Down Everything.

Keep Everything.

Automate!

Share Your Knowledge.

Analyze, Simplify, and Focus.

Don't Panic!

Measure Twice, Cut Once.

Understand the Business, Not Just the Technology.

Don't Become a Hermit.

Use All of the Resources at Your Disposal.

Keep Up-to-Date.

Final Exam.



Appendix 1. Database Fundamentals.

What Is a Database?

Why Use a DBMS?

Advantages of Using a DBMS.

Summary.



Appendix 2. The DBMS Vendors.

The Big Three.

Contact Information.

The Second Tier.

Contact Information.

Other Significant Players.

Contact Information.

Open-Source DBMS Offerings.

Nonrelational DBMS Vendors.

Object-Oriented DBMS Vendors.

PC-Based DBMS Vendors.



Appendix 3. DBA Tool Vendors.

The Major Vendors.

Other DBA Tool Vendors.

Data Modeling Tool Vendors.

Repository Vendors.

Data Movement and Business Intelligence Vendors.



Appendix 4. DBA Web Resources.

Usenet Newsgroups.

Mailing Lists.

Web Sites and Portals.

Vendor Web Sites.

Magazine Web Sites.

Consultant Web Sites.

Database Portals.

Other Web Sites.



Bibliography.

Database Management and Database Systems.

Data Administration, Data Modeling, and Database Design.

Data Warehousing.

Object Orientation and Database Management.

Related Topics.

DB2.

IMS.

Informix.

Oracle.

SQL Server.

Sybase.



Index. 0201741296T05292002

Preface

A Database Management System (DBMS) is used to create databases. Most of today's applications deploy databases to store information like names, addresses, account balances, etc. This information can be accessed and manipulated by application programs to perform business processes (like payroll processing, sales processing, and customer billing). Every DBMS requires database administration to ensure efficient and effective usage of databases by applications. This means that every user of Oracle, Microsoft SQL Server, DB2, Informix, Sybase, mySQL, Teradata, PostgreSQL, Ingres and any other popular DBMS will benefit from the information in this book.

Many organizations have multiple of these products and will benefit from a consolidated view of DBA that does not focus on the internals and nuances of each particular DBMS product. Such a view is presented in this text.This book provides the industry's first non-product based description of database administration techniques and practices. The book defines the job of database administrator and outlines what is required of a DBA in clear, easy-to-understand language. The book can be used:

  • As a text for learning the discipline of database administration
  • As the basis for setting up a DBA group
  • To augment a DBMS-specific manual or text book
  • To help explain to upper-level management what a DBA is, and why it is required.

Every organization that deploys databases using a DBMS needs to understand the concepts outlined in this book. Many small to medium organizations attempt to implement DBMS products without DBA. This book explains the practice of DBA and can be used to educate these organizations as to the necessity of DBA in order for DBMS implementation to succeed. Other organizations implement only subsets of the DBA practices that are covered in this book. With a thorough reading of Database Administration: Practices and Procedures, it will become quite clear that a comprehensive approach to DBA is required. This book examines and explains each of the components that comprise the discipline of database administration.

As technology advances new IT techniques emerge that impact the discipline of DBA. Two such areas are Internet-enabled database access and storing procedural logic in the DBMS in the form of triggers, user-defined functions, and stored procedures. Because the impact of these newer technologies and techniques on the role of the DBA is examined in this book, even seasoned database professionals will find the book useful. Indeed, the book will be helpful for any and all of the following folks:

  • Anyone who want to understand what DBAs do
  • DBA Managers
  • IT professionals who want to become DBAs
  • IT professionals new to implementing a DBMS
  • Students of Database Management
  • DBAs
  • Systems Programmers and System Administrators who interface with DBAs and need to understand what it is that DBAs do

Because this book covers heterogeneous database administration without focusing on just one DBMS, it can be used by organizations to set up a DBA function when more than one DBMS product is being used. This is particularly important because Gartner Group, the industry analyst firm, estimates that most medium to large organizations have from 3 to 10 different DBMS products in use that require administration. The single-DBMS shop is a rarity these days.

Additionally, DBA positions are currently very hot, with DBAs demanding and obtaining very high salaries. As such, many technicians aspire to become DBAs and this book will help them to do just that. If you are an IT professional with interest in becoming a DBA, this book will help you to achieve that objective.Other books about database administration are available, but they approach the subject from the perspective of a single DBMS. Many of these books are quite good. I wrote one myself for DB2. This book is not intended to replace such books, but to augment these books with an independent treatment of database administration tasks.

How to Use This book

This book can be used as both a tutorial and a reference. The book is organized to proceed chronologically through DBA tasks that are likely to be encountered. So, if you read the book sequentially from Chapter 1 through Chapter 23 you will get a comprehensive chronological overview of the DBA job. Or you can read any chapter independently if you wish because each chapter deals with a single subject matter. References to other chapters are clearly made where appropriate if other material in the book would aid the reader's understanding.



0201741296P02252002

Index

Click below to download the Index file related to this title:
Index

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020