SlideShare a Scribd company logo
Data and Database Administration Modern Database Management Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden
Definitions Data Administration : A high-level function that is responsible for the overall management of data resources in an organization, including maintaining corporate-wide definitions and standards Database Administration : A technical function that is responsible for physical database design and for dealing with technical issues such as security enforcement, database performance, and backup and recovery
Data Administration Functions Data policies, procedures, standards Planning Data conflict (ownership) resolution Internal marketing of DA concepts Managing the data repository
Database Administration Functions Selection of hardware and software Installing/upgrading DBMS Tuning database performance Improving query processing performance Managing data security, privacy, and integrity Data backup and recovery
Data Warehouse Administration New role, coming with the growth in data warehouses Similar to DA/DBA roles Emphasis on integration and coordination of metadata/data across many data sources Specific roles: Support decision –support applications Manage data warehouse growth Establish service level agreements regarding data warehouses and data marts
Database Security Database Security:  Protection of the data against accidental or intentional loss, destruction, or misuse Increased difficulty due to Internet access and client/server technologies
Figure 12-2: Possible locations of data security threats
Threats to Data Security Accidental losses attributable to: Human error Software failure Hardware failure Theft and fraud. Improper data access: Loss of privacy (personal data) Loss of confidentiality (corporate data) Loss of data integrity Loss of availability (through, e.g. sabotage)
Data Management Software Security Features Views or subschemas Integrity controls Authorization rules User-defined procedures Encryption Authentication schemes Backup, journalizing, and checkpointing
Views and Integrity Controls Views Subset of the database that is presented to one or more users User can be given access privilege to view without allowing access privilege to underlying tables Integrity Controls Protect data from unauthorized use Domains – set allowable values Assertions – enforce database conditions
Authorization Rules Controls incorporated in the data management system  Restrict:  access to data actions that people can take on data  Authorization matrix for: Subjects Objects Actions Constraints
Figure 12-3: Authorization matrix
Some DBMSs also provide capabilities for  user-defined procedures  to customize the authorization process Figure 12-4(a): Authorization table for subjects (SALESPERSONS) Figure 12-4(b): Authorization table for objects (ORDER RECORDS) Figure 12-5: Oracle8i privileges
Authentication Schemes Goal – obtain a  positive  identification of the user Passwords are flawed: Users share them with each other They get written down, could be copied Automatic logon scripts remove need to explicitly type them in Unencrypted passwords travel the Internet Possible solutions: Biometric devices – use of fingerprints, retinal scans, etc. for positive ID Third-party authentication – using secret keys, digital certificates
Database Recovery Mechanism for restoring a database quickly and accurately after loss or damage Recovery facilities: Backup Facilities Journalizing Facilities Checkpoint Facility Recovery Manager
Backup Facilities Automatic dump facility that produces backup copy of the entire database Periodic backup (e.g. nightly, weekly) Cold backup – database is shut down during backup Hot backup – selected portion is shut down and backed up at a given time Backups stored in secure, off-site location
Journalizing Facilities Audit trail of transactions and database updates Transaction log – record of essential data for each transaction processed against the database Database change log – images of updated data Before-image – copy before modification After-image – copy after modification Produces an  audit trail
Figure 12-6: Database audit trail From the backup and logs, databases can be restored in case of damage or loss
Checkpoint Facilities DBMS periodically refuses to accept new transactions   system is in a  quiet  state Database and transaction logs are synchronized This allows recovery manager to resume processing from short period, instead of repeating entire day
Recovery and Restart Procedures Switch - Mirrored databases Restore/Rerun - Reprocess transactions against the backup Transaction Integrity - Commit or abort all transaction changes Backward Recovery (Rollback) - Apply before images Forward Recovery (Roll Forward) - Apply after images (preferable to restore/rerun)
Figure 12-7: Basic recovery techniques (a) Rollback
Figure 12-7(b) Rollforward
Database Failure Responses Aborted transactions Preferred recovery: rollback Alternative: Rollforward to state just prior to abort Incorrect data Preferred recovery: rollback Alternative 1: re-run transactions not including inaccurate data updates Alternative 2: compensating transactions System failure (database intact) Preferred recovery: switch to duplicate database Alternative 1: rollback Alternative 2: restart from checkpoint Database destruction Preferred recovery: switch to duplicate database Alternative 1: rollforward Alternative 2: reprocess transactions
Concurrency Control Problem  – in a multi-user environment, simultaneous access to data can result in interference and data loss Solution  –  Concurrency Control The process of managing simultaneous operations against a database so that data integrity is maintained and the operations do not interfere with each other in a multi-user environment.
Figure 12-8:  LOST UPDATE Simultaneous access causes updates to cancel each other A similar problem is the  inconsistent read  problem
Concurrency Control Techniques Serializability – Finish one transaction before starting another Locking Mechanisms   The most  common way of achieving serialization Data that is retrieved for the purpose of updating is locked for the updater No other user can perform update until unlocked
Figure 12-9: Updates with locking for concurrency control This prevents the lost update problem
Locking Mechanisms Locking level: Database – used during database updates Table – used for bulk updates Block or page – very commonly used Record – only requested row; fairly commonly used Field – requires significant overhead; impractical Types of locks: Shared lock - Read but no update permitted.  Used when just reading to prevent another user from placing an exclusive lock on the record Exclusive lock - No access permitted.  Used when preparing to update
Deadlock An impasse that results when two or more transactions have locked common resources, and each waits for the other to unlock their resources Figure 12-11 A deadlock situation UserA and UserB will wait forever for each other to release their locked resources!
Managing Deadlock Deadlock prevention: Lock all records required at the beginning of a transaction Two-phase locking protocol Growing phase Shrinking phase May be difficult to determine all needed resources in advance Deadlock Resolution: Allow deadlocks to occur Mechanisms for detecting and breaking them Resource usage matrix
Versioning Optimistic approach to concurrency control Instead of locking Assumption is that simultaneous updates will be infrequent Each transaction can attempt an update as it wishes The system will reject an update when it senses a conflict Use of rollback and commit for this
Figure 12-12: the use of versioning Better performance than locking
Managing Data Quality Data Steward  - Liaisons between IT and business units Five Data Quality Issues: Security policy and disaster recovery Personnel controls Physical access controls Maintenance controls (hardware & software) Data protection and privacy
Data Dictionaries and Repositories Data dictionary Documents data elements of a database System catalog System-created database that describes all database objects Information Repository Stores metadata describing data and data processing resources Information Repository Dictionary System (IRDS) Software tool managing/controlling access to information repository
Figure 12-13: Three components of the repository system architecture A schema of the repository information Software that manages the repository objects Where repository objects are stored Source : adapted from Bernstein, 1996.
Database Performance Tuning DBMS Installation Setting installation parameters Memory Usage Set cache levels Choose background processes Input/Output Contention Use striping Distribution of heavily accessed files CPU Usage Monitor CPU load Application tuning Modification of SQL code in applications

More Related Content

PPT
Ch 1 D B Environment
PPT
Ch 2 D B Dvlpt Process
PPT
Distributed D B
PPT
Data & database administration hoffer
PDF
Database Design and Implementation
PDF
Chapter 1 Fundamentals of Database Management System
PPTX
Databases
Ch 1 D B Environment
Ch 2 D B Dvlpt Process
Distributed D B
Data & database administration hoffer
Database Design and Implementation
Chapter 1 Fundamentals of Database Management System
Databases

What's hot (20)

PPT
PPTX
Data and database administration(database)
PDF
Database System Architecture
PPTX
Fundamentals of Database system - Databases and Database Users
PPTX
Database administrator
PDF
Data administration
PPT
The Database Environment Chapter 1
DOCX
Database management system
PPT
Database Development Process
PDF
23246406 dbms-unit-1
PPTX
Single User v/s Multi User Databases
PPTX
Database design challenges conflicting goals
PPTX
Database development progress(database)
PPT
Chapter2
PPTX
Slide 4 dbms users
PDF
Database & dbms
PDF
Database Management System 1
PDF
2 database system concepts and architecture
PPTX
Database design process
PPTX
Week 7 Database Development Process
Data and database administration(database)
Database System Architecture
Fundamentals of Database system - Databases and Database Users
Database administrator
Data administration
The Database Environment Chapter 1
Database management system
Database Development Process
23246406 dbms-unit-1
Single User v/s Multi User Databases
Database design challenges conflicting goals
Database development progress(database)
Chapter2
Slide 4 dbms users
Database & dbms
Database Management System 1
2 database system concepts and architecture
Database design process
Week 7 Database Development Process
Ad

Viewers also liked (7)

PPT
PDF
Planets Review
PPT
Jornada Docente 1º Parte
PPS
Pres4
PPT
12.16.12 final review
PPT
NATURAL SATELLITE (THE MOON)
PPT
Solar system jeopardy
Planets Review
Jornada Docente 1º Parte
Pres4
12.16.12 final review
NATURAL SATELLITE (THE MOON)
Solar system jeopardy
Ad

Similar to Ch 13 D B Admin (20)

PPT
The Database Environment Chapter 12
PPTX
Fundamentals of DBMS
DOCX
Ans mi0034-database management system-sda-2012-ii
PPT
Basics of Database Management System: Key Components
PPT
Database System Concepts and Architecture.ppt
DOCX
DBMS NOTES UNIT I FINAL.docx was prasented
DOCX
DBMS NOTES UNIT I FINAL.docx used for preparation
PPTX
Failure analysis buisness impact-backup-archive
PDF
INT 1010 07-2.pdf
PPT
Chap05
PPT
ch-1-d-b-environment-1197030880396550-3.ppt
PPTX
DBMS-material for b.tech students to learn
PPT
DataMgt - UNIT-I .PPT
PDF
introducttion to Relational Databases ppt
PPTX
database management system anna universityUnit1.pptx
PPTX
Introduction to DBMS_VP.pptx
PDF
1. Chapter One.pdf
PPTX
Intro to dbms
PPTX
PPTX
2 countermeasures
The Database Environment Chapter 12
Fundamentals of DBMS
Ans mi0034-database management system-sda-2012-ii
Basics of Database Management System: Key Components
Database System Concepts and Architecture.ppt
DBMS NOTES UNIT I FINAL.docx was prasented
DBMS NOTES UNIT I FINAL.docx used for preparation
Failure analysis buisness impact-backup-archive
INT 1010 07-2.pdf
Chap05
ch-1-d-b-environment-1197030880396550-3.ppt
DBMS-material for b.tech students to learn
DataMgt - UNIT-I .PPT
introducttion to Relational Databases ppt
database management system anna universityUnit1.pptx
Introduction to DBMS_VP.pptx
1. Chapter One.pdf
Intro to dbms
2 countermeasures

More from guest8fdbdd (20)

PPT
Vikram Chatwal Final
PPT
Wb Presentation
PPT
U T V Ppt
PPT
V I D E O C O N
PPS
PPT
R A N B A X Yfinal
PPT
R A V I J A I P U R I A[1]
PPT
Puma And Evisu
PPS
PPT
Hershey G B F L 2
PPT
PPT
L J H O O K E R 1
PPT
M I K E P A T E L 1
PPT
Joy Alukkas
PPT
New Mr
PPT
Mahindra Renault
PPT
F I N A L
PPT
Abhishek Saraff1
PPT
Abhishek Saraff
PPT
Vikram Chatwal Final
Wb Presentation
U T V Ppt
V I D E O C O N
R A N B A X Yfinal
R A V I J A I P U R I A[1]
Puma And Evisu
Hershey G B F L 2
L J H O O K E R 1
M I K E P A T E L 1
Joy Alukkas
New Mr
Mahindra Renault
F I N A L
Abhishek Saraff1
Abhishek Saraff

Recently uploaded (20)

PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPT
Teaching material agriculture food technology
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
Cloud computing and distributed systems.
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Modernizing your data center with Dell and AMD
PDF
NewMind AI Weekly Chronicles - August'25 Week I
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Machine learning based COVID-19 study performance prediction
PDF
Empathic Computing: Creating Shared Understanding
PDF
KodekX | Application Modernization Development
PDF
Approach and Philosophy of On baking technology
PDF
cuic standard and advanced reporting.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Teaching material agriculture food technology
Dropbox Q2 2025 Financial Results & Investor Presentation
Mobile App Security Testing_ A Comprehensive Guide.pdf
Cloud computing and distributed systems.
Advanced methodologies resolving dimensionality complications for autism neur...
Modernizing your data center with Dell and AMD
NewMind AI Weekly Chronicles - August'25 Week I
The AUB Centre for AI in Media Proposal.docx
Machine learning based COVID-19 study performance prediction
Empathic Computing: Creating Shared Understanding
KodekX | Application Modernization Development
Approach and Philosophy of On baking technology
cuic standard and advanced reporting.pdf
Chapter 3 Spatial Domain Image Processing.pdf
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Building Integrated photovoltaic BIPV_UPV.pdf
“AI and Expert System Decision Support & Business Intelligence Systems”
NewMind AI Monthly Chronicles - July 2025
Diabetes mellitus diagnosis method based random forest with bat algorithm

Ch 13 D B Admin

  • 1. Data and Database Administration Modern Database Management Jeffrey A. Hoffer, Mary B. Prescott, Fred R. McFadden
  • 2. Definitions Data Administration : A high-level function that is responsible for the overall management of data resources in an organization, including maintaining corporate-wide definitions and standards Database Administration : A technical function that is responsible for physical database design and for dealing with technical issues such as security enforcement, database performance, and backup and recovery
  • 3. Data Administration Functions Data policies, procedures, standards Planning Data conflict (ownership) resolution Internal marketing of DA concepts Managing the data repository
  • 4. Database Administration Functions Selection of hardware and software Installing/upgrading DBMS Tuning database performance Improving query processing performance Managing data security, privacy, and integrity Data backup and recovery
  • 5. Data Warehouse Administration New role, coming with the growth in data warehouses Similar to DA/DBA roles Emphasis on integration and coordination of metadata/data across many data sources Specific roles: Support decision –support applications Manage data warehouse growth Establish service level agreements regarding data warehouses and data marts
  • 6. Database Security Database Security: Protection of the data against accidental or intentional loss, destruction, or misuse Increased difficulty due to Internet access and client/server technologies
  • 7. Figure 12-2: Possible locations of data security threats
  • 8. Threats to Data Security Accidental losses attributable to: Human error Software failure Hardware failure Theft and fraud. Improper data access: Loss of privacy (personal data) Loss of confidentiality (corporate data) Loss of data integrity Loss of availability (through, e.g. sabotage)
  • 9. Data Management Software Security Features Views or subschemas Integrity controls Authorization rules User-defined procedures Encryption Authentication schemes Backup, journalizing, and checkpointing
  • 10. Views and Integrity Controls Views Subset of the database that is presented to one or more users User can be given access privilege to view without allowing access privilege to underlying tables Integrity Controls Protect data from unauthorized use Domains – set allowable values Assertions – enforce database conditions
  • 11. Authorization Rules Controls incorporated in the data management system  Restrict: access to data actions that people can take on data  Authorization matrix for: Subjects Objects Actions Constraints
  • 13. Some DBMSs also provide capabilities for user-defined procedures to customize the authorization process Figure 12-4(a): Authorization table for subjects (SALESPERSONS) Figure 12-4(b): Authorization table for objects (ORDER RECORDS) Figure 12-5: Oracle8i privileges
  • 14. Authentication Schemes Goal – obtain a positive identification of the user Passwords are flawed: Users share them with each other They get written down, could be copied Automatic logon scripts remove need to explicitly type them in Unencrypted passwords travel the Internet Possible solutions: Biometric devices – use of fingerprints, retinal scans, etc. for positive ID Third-party authentication – using secret keys, digital certificates
  • 15. Database Recovery Mechanism for restoring a database quickly and accurately after loss or damage Recovery facilities: Backup Facilities Journalizing Facilities Checkpoint Facility Recovery Manager
  • 16. Backup Facilities Automatic dump facility that produces backup copy of the entire database Periodic backup (e.g. nightly, weekly) Cold backup – database is shut down during backup Hot backup – selected portion is shut down and backed up at a given time Backups stored in secure, off-site location
  • 17. Journalizing Facilities Audit trail of transactions and database updates Transaction log – record of essential data for each transaction processed against the database Database change log – images of updated data Before-image – copy before modification After-image – copy after modification Produces an audit trail
  • 18. Figure 12-6: Database audit trail From the backup and logs, databases can be restored in case of damage or loss
  • 19. Checkpoint Facilities DBMS periodically refuses to accept new transactions  system is in a quiet state Database and transaction logs are synchronized This allows recovery manager to resume processing from short period, instead of repeating entire day
  • 20. Recovery and Restart Procedures Switch - Mirrored databases Restore/Rerun - Reprocess transactions against the backup Transaction Integrity - Commit or abort all transaction changes Backward Recovery (Rollback) - Apply before images Forward Recovery (Roll Forward) - Apply after images (preferable to restore/rerun)
  • 21. Figure 12-7: Basic recovery techniques (a) Rollback
  • 23. Database Failure Responses Aborted transactions Preferred recovery: rollback Alternative: Rollforward to state just prior to abort Incorrect data Preferred recovery: rollback Alternative 1: re-run transactions not including inaccurate data updates Alternative 2: compensating transactions System failure (database intact) Preferred recovery: switch to duplicate database Alternative 1: rollback Alternative 2: restart from checkpoint Database destruction Preferred recovery: switch to duplicate database Alternative 1: rollforward Alternative 2: reprocess transactions
  • 24. Concurrency Control Problem – in a multi-user environment, simultaneous access to data can result in interference and data loss Solution – Concurrency Control The process of managing simultaneous operations against a database so that data integrity is maintained and the operations do not interfere with each other in a multi-user environment.
  • 25. Figure 12-8: LOST UPDATE Simultaneous access causes updates to cancel each other A similar problem is the inconsistent read problem
  • 26. Concurrency Control Techniques Serializability – Finish one transaction before starting another Locking Mechanisms The most common way of achieving serialization Data that is retrieved for the purpose of updating is locked for the updater No other user can perform update until unlocked
  • 27. Figure 12-9: Updates with locking for concurrency control This prevents the lost update problem
  • 28. Locking Mechanisms Locking level: Database – used during database updates Table – used for bulk updates Block or page – very commonly used Record – only requested row; fairly commonly used Field – requires significant overhead; impractical Types of locks: Shared lock - Read but no update permitted. Used when just reading to prevent another user from placing an exclusive lock on the record Exclusive lock - No access permitted. Used when preparing to update
  • 29. Deadlock An impasse that results when two or more transactions have locked common resources, and each waits for the other to unlock their resources Figure 12-11 A deadlock situation UserA and UserB will wait forever for each other to release their locked resources!
  • 30. Managing Deadlock Deadlock prevention: Lock all records required at the beginning of a transaction Two-phase locking protocol Growing phase Shrinking phase May be difficult to determine all needed resources in advance Deadlock Resolution: Allow deadlocks to occur Mechanisms for detecting and breaking them Resource usage matrix
  • 31. Versioning Optimistic approach to concurrency control Instead of locking Assumption is that simultaneous updates will be infrequent Each transaction can attempt an update as it wishes The system will reject an update when it senses a conflict Use of rollback and commit for this
  • 32. Figure 12-12: the use of versioning Better performance than locking
  • 33. Managing Data Quality Data Steward - Liaisons between IT and business units Five Data Quality Issues: Security policy and disaster recovery Personnel controls Physical access controls Maintenance controls (hardware & software) Data protection and privacy
  • 34. Data Dictionaries and Repositories Data dictionary Documents data elements of a database System catalog System-created database that describes all database objects Information Repository Stores metadata describing data and data processing resources Information Repository Dictionary System (IRDS) Software tool managing/controlling access to information repository
  • 35. Figure 12-13: Three components of the repository system architecture A schema of the repository information Software that manages the repository objects Where repository objects are stored Source : adapted from Bernstein, 1996.
  • 36. Database Performance Tuning DBMS Installation Setting installation parameters Memory Usage Set cache levels Choose background processes Input/Output Contention Use striping Distribution of heavily accessed files CPU Usage Monitor CPU load Application tuning Modification of SQL code in applications