SlideShare a Scribd company logo
Database Systems: Design,
Implementation, and
Management
Eighth Edition
Chapter 15
Database Administration and Security
Database Systems, 8th
Edition 2
Objectives
• In this chapter, you will learn:
– Data are a valuable business asset requiring
careful management
– How a database plays a critical role in an
organization
– Introduction of a DBMS has technological,
managerial, and cultural organizational
consequences
Database Systems, 8th
Edition 3
Objectives (continued)
• In this chapter, you will learn: (continued)
– Database administrator’s managerial and
technical roles
– Data security, database security, and the
information security framework
– Several database administration tools and
strategies
– How various database administration technical
tasks are performed with Oracle
Database Systems, 8th
Edition 4
Data as a Corporate Asset
• Data are a valuable asset that require careful
management
• Data are a valuable resource that translate into
information
• Accurate, timely information triggers actions
that enhance company’s position and generate
wealth
Database Systems, 8th
Edition 5
Database Systems, 8th
Edition 6
The Need for and Role of Databases
in an Organization
• Database’s predominant role is to support
managerial decision making at all levels
• DBMS facilitates:
– Interpretation and presentation of data
– Distribution of data and information
– Preservation and monitoring of data
– Control over data duplication and use
• Three levels to organization management:
– Top, middle, operational
Database Systems, 8th
Edition 7
Introduction of a Database:
Special Considerations
• Introduction of a DBMS is likely to have a
profound impact
– Might be positive or negative, depending on how
it is administered
• Three aspects to DBMS introduction:
– Technological
– Managerial
– Cultural
• One role of DBA department is to educate end
users about system uses and benefits
Database Systems, 8th
Edition 8
The Evolution of the Database
Administration Function
• Data administration has its roots in the old,
decentralized world of the file system
• Advent of DBMS produced new level of data
management sophistication
– DP department evolved into information systems
(IS) department
• Data management became increasingly
complex
– Development of database administration
function
Database Systems, 8th
Edition 9
The Database Environment’s
Human Component
• Even most carefully crafted database system
cannot operate without human component
• Effective data administration requires both
technical and managerial skills
• DA must set data administration goals
• DBA is focal point for data/user interaction
• Need for diverse mix of skills
Database Systems, 8th
Edition 10
Database Systems, 8th
Edition 11
The DBA’s Managerial Role
• DBA responsible for:
– Coordinating, monitoring, allocating resources
• Resources include people and data
– Defining goals and formulating strategic plans
• Interacts with end user by providing data and
information
• Enforces policies, standards, procedures
• Manages security, privacy, integrity
• Ensures data can be fully recovered
• Ensures data distributed appropriately
Database Systems, 8th
Edition 12
The DBA’s Technical Role
• Evaluates, selects, and installs DBMS and
related utilities
• Designs and implements databases and
applications
• Tests and evaluates databases and
applications
• Operates DBMS, utilities, and applications
• Trains and supports users
• Maintains DBMS, utilities, and applications
Database Systems, 8th
Edition 13
Security
• Securing data entails securing overall
information system architecture
• Confidentiality: data protected against
unauthorized access
• Integrity: keep data consistent and free of
errors or anomalies
• Availability: accessibility of data by authorized
users for authorized purposes
Database Systems, 8th
Edition 14
Security Policies
• Database security officer secures the system
and the data
– Works with the database administrator
• Security policy: collection of standards,
policies, procedures to guarantee security
– Ensures auditing and compliance
• Security audit process identifies security
vulnerabilities
– Identifies measures to protect the system
Database Systems, 8th
Edition 15
Security Vulnerabilities
• Security vulnerability: weakness in a system
component
– Could allow unauthorized access or cause
service disruptions
• Security threat: imminent security violation
– Could occur at any time
• Security breach yields a database whose
integrity is:
• Preserved
• Corrupted
Database Systems, 8th
Edition 16
Database Systems, 8th
Edition 17
Database Systems, 8th
Edition 18
Database Security
• Refers to the use of DBMS features and other
measures to comply with security requirements
• DBA secures DBMS from installation through
operation and maintenance
• Authorization management:
– User access management
– View definition
– DBMS access control
– DBMS usage monitoring
Database Systems, 8th
Edition 19
Database Administration Tools
• Two main types of data dictionaries:
– Integrated
– Standalone
• Active data dictionary automatically updated
by the DBMS with every database access
• Passive data dictionary requires running a
batch process
• Main function: store description of all objects
that interact with database
Database Systems, 8th
Edition 20
Database Administration Tools
(continued)
• Data dictionary that includes data external to
DBMS becomes flexible tool
– Enables use and allocation of all organization’s
information
• Metadata often the basis for monitoring
database use
– Also for assigning access rights to users
• DBA uses data dictionary to support data
analysis and design
Database Systems, 8th
Edition 21
CASE Tools
• Computer-aided systems engineering
– Automated framework for SDLC
– Structured methodologies and powerful
graphical interfaces
• Front-end CASE tools provide support for
planning, analysis, and design phases
• Back-end CASE tools provide support for
coding and implementation phases
• Typical CASE tool has five components
Database Systems, 8th
Edition 22
Database Systems, 8th
Edition 23
Developing a Data
Administration Strategy
• Information engineering (IE) translates
strategic goals into data and applications
• Information systems architecture (ISA) is the
output of IE process
• Implementing IE is a costly process
– Provides a framework that includes use of
computerized, automated, and integrated tools
• Success of information systems strategy
depends on critical success factors
– Managerial, technological, and corporate culture
Database Systems, 8th
Edition 24
The DBA at Work: Using Oracle for
Database Administration
• Technical tasks handled by the DBA in a
specific DBMS:
– Creating and expanding database storage
structures
– Managing database objects
– Managing end-user database environment
– Customizing database initialization parameters
• All DBMS vendors provide programs to perform
database administrative tasks
Database Systems, 8th
Edition 25
Oracle Database Administration Tools
• In Oracle, most
DBA tasks
performed via
Oracle
Enterprise
Manager
interface
Database Systems, 8th
Edition 26
The Default Login
• Must connect to the database to perform
administrative tasks
– Username with administrative privileges
• Oracle automatically creates SYSTEM and
SYS user IDs with administrative privileges
• Define preferred credentials by clicking on
Preferences link, then Preferred Credentials
• Username and passwords are database-
specific
Database Systems, 8th
Edition 27
Ensuring an Automatic RDBMS Start
• DBA ensures database access automatically
started when computer turned on
• Service is a Windows system name for a
special program that runs automatically
– Part of the operating system
• Database instance: separate location in
memory reserved to run the database
– May have several databases running in memory
at the same time
Database Systems, 8th
Edition 28
Creating Tablespaces and Datafiles
• Database composed of one or more
tablespaces
• Tablespace is a logical storage space
– Physically stored in one or more datafiles
• Datafile physically stores the database’s data
– Each datafile can reside in a different directory
on the hard disk
• Database has 1:M relationship with tablespaces
• Tablespace has 1:M relationship with datafiles
Database Systems, 8th
Edition 29
Managing the Database Objects:
Tables, Views, Triggers, and
Procedures
• Database object: any object created by end
users
• Schema: logical section of the database that
belongs to a given user
– Schema identified by a username
– Within the schema, users create their own tables
and other objects
• Normally, users authorized to access only the
objects that belong to their own schemas
Database Systems, 8th
Edition 30
Managing Users and
Establishing Security
• User: uniquely identifiable object
– Allows a given person to log on to the database
• Role: a named collection of database access
privileges
– Authorizes a user to connect to the database
and use system resources
• Profile: named collection of settings
– Controls how much of a resource a given user
can use
Database Systems, 8th
Edition 31
Customizing the Database
Initialization Parameters
• Fine-tuning requires modification of database
configuration parameters
– Some are changed in real time using SQL
– Some affect database instance
– Others affect entire RDBMS and all instances
• Initialization parameters reserve resources
used by the database at run time
• After modifying parameters, may need to restart
the database
Database Systems, 8th
Edition 32
Creating a New Database
• General database creation format tends to be
generic
– Execution tends to be DBMS-specific
• Leading RDBMS vendors offer option to create
databases manually
– Use SQL commands or GUI-based process
• Oracle Database Configuration Assistant uses
a wizard interface
Database Systems, 8th
Edition 33
Database Systems, 8th
Edition 34
Database Systems, 8th
Edition 35
Database Systems, 8th
Edition 36
Database Systems, 8th
Edition 37
Database Systems, 8th
Edition 38
Database Systems, 8th
Edition 39
Database Systems, 8th
Edition 40
Database Systems, 8th
Edition 41
Database Systems, 8th
Edition 42
Database Systems, 8th
Edition 43
Database Systems, 8th
Edition 44
Database Systems, 8th
Edition 45
Database Systems, 8th
Edition 46
Summary
• Data management is a critical activity for any
organization
– Data should be treated as a corporate asset
• DBMS is the most commonly used electronic
tool for corporate data management
• DBMS has impact on organization’s managerial,
technological, and cultural framework
• Data administration function evolved from
centralized electronic data processing
– Applications began to share common repository
Database Systems, 8th
Edition 47
Summary (continued)
• Database administrator (DBA) is responsible
for managing corporate database
• Broader data management activity is handled
by data administrator (DA)
• DA is more managerially oriented than more
technically oriented DBA
– DA function is DBMS-independent
– DBA function is more DBMS-dependent
• When there is no DA, DBA executes all DA
functions
Database Systems, 8th
Edition 48
Summary (continued)
• Managerial services of DBA function:
– Supporting end-user community
– Defining and enforcing policies, procedures, and
standards for database function
– Ensuring data security, privacy, and integrity
– Providing data backup and recovery services
– Monitoring distribution and use of data in
database
Database Systems, 8th
Edition 49
Summary (continued)
• Technical role of DBA:
– Evaluating, selecting, and installing DBMS
– Designing and implementing databases and
applications
– Testing and evaluating databases and
applications
– Operating DBMS, utilities, and applications
– Training and supporting users
– Maintaining DBMS, utilities, and applications
Database Systems, 8th
Edition 50
Summary (continued)
• Security ensures confidentiality, integrity,
availability of information system and data
• Security policy is a collection of standards,
policies, and practices
• Security vulnerability is a weakness in system
component
• Information engineering guides development
of data administration strategy
• CASE tools and data dictionaries translate
strategic plans to operational plans

More Related Content

What's hot (20)

PPTX
Database Administration
Bilal Arshad
 
PPT
Fundamentals of Database ppt ch01
Jotham Gadot
 
PPTX
Introduction to Database
Siti Ismail
 
PDF
Chapter 5 database security
Syaiful Ahdan
 
PPT
Storage and file structure.ppt
gitesh_nagar
 
PPT
Architecture design in software engineering
Preeti Mishra
 
PPT
Data Base Management System
Dr. C.V. Suresh Babu
 
PPT
Elmasri Navathe DBMS Unit-1 ppt
AbhinavPandey274499
 
PPTX
Adbms 11 object structure and type constructor
Vaibhav Khanna
 
PPT
Database Chapter 3
shahadat hossain
 
PPSX
Introduction to Requirement engineering
Nameirakpam Sundari
 
PPTX
Database security
Birju Tank
 
PPTX
File Management in Operating System
Janki Shah
 
PDF
Database Lecture Notes
FellowBuddy.com
 
PPT
Object Oriented Database Management System
Ajay Jha
 
PPT
Database administration and security
Mohd Arif
 
PPT
Entity relationship modelling
Dr. C.V. Suresh Babu
 
PPTX
CORBA
Mokshada Nayak
 
PPTX
Chapter 1
Ali Broumandnia
 
Database Administration
Bilal Arshad
 
Fundamentals of Database ppt ch01
Jotham Gadot
 
Introduction to Database
Siti Ismail
 
Chapter 5 database security
Syaiful Ahdan
 
Storage and file structure.ppt
gitesh_nagar
 
Architecture design in software engineering
Preeti Mishra
 
Data Base Management System
Dr. C.V. Suresh Babu
 
Elmasri Navathe DBMS Unit-1 ppt
AbhinavPandey274499
 
Adbms 11 object structure and type constructor
Vaibhav Khanna
 
Database Chapter 3
shahadat hossain
 
Introduction to Requirement engineering
Nameirakpam Sundari
 
Database security
Birju Tank
 
File Management in Operating System
Janki Shah
 
Database Lecture Notes
FellowBuddy.com
 
Object Oriented Database Management System
Ajay Jha
 
Database administration and security
Mohd Arif
 
Entity relationship modelling
Dr. C.V. Suresh Babu
 
Chapter 1
Ali Broumandnia
 

Viewers also liked (20)

PPTX
Database administrator
Tech_MX
 
PPTX
Data and database administration(database)
welcometofacebook
 
PPTX
The Key Responsibilities of a Database Administrator
dsp
 
PPT
Business intelligence and data warehouses
Dhani Ahmad
 
PPT
Distributed database management systems
Dhani Ahmad
 
PPT
Strategic planning
Dhani Ahmad
 
PDF
Data security and Integrity
Zaid Shabbir
 
PPT
Database
Dhani Ahmad
 
PPT
Introduction to project management
Dhani Ahmad
 
PPT
Entity relationship (er) modeling
Dhani Ahmad
 
PPT
Project integration management
Dhani Ahmad
 
PPT
Types of islamic institutions and records
Dhani Ahmad
 
PDF
Database design, implementation, and management -chapter04
Beni Krisbiantoro
 
PPT
Information system
Dhani Ahmad
 
PDF
Database Technologies for Semantic Web
José Maria Silveira Neto
 
PDF
Database design, implementation, and management -chapter02
Beni Krisbiantoro
 
PPT
Database systems
Dhani Ahmad
 
PPT
Opportunities, threats, industry competition, and competitor analysis
Dhani Ahmad
 
PDF
Database security issues
n|u - The Open Security Community
 
PDF
Database Design and Implementation
Christian Reina
 
Database administrator
Tech_MX
 
Data and database administration(database)
welcometofacebook
 
The Key Responsibilities of a Database Administrator
dsp
 
Business intelligence and data warehouses
Dhani Ahmad
 
Distributed database management systems
Dhani Ahmad
 
Strategic planning
Dhani Ahmad
 
Data security and Integrity
Zaid Shabbir
 
Database
Dhani Ahmad
 
Introduction to project management
Dhani Ahmad
 
Entity relationship (er) modeling
Dhani Ahmad
 
Project integration management
Dhani Ahmad
 
Types of islamic institutions and records
Dhani Ahmad
 
Database design, implementation, and management -chapter04
Beni Krisbiantoro
 
Information system
Dhani Ahmad
 
Database Technologies for Semantic Web
José Maria Silveira Neto
 
Database design, implementation, and management -chapter02
Beni Krisbiantoro
 
Database systems
Dhani Ahmad
 
Opportunities, threats, industry competition, and competitor analysis
Dhani Ahmad
 
Database security issues
n|u - The Open Security Community
 
Database Design and Implementation
Christian Reina
 
Ad

Similar to Database administration and security (20)

PPTX
Database Administration, Management & Security.pptx
SaqibKhan60365
 
DOCX
Database AdministrationObjectivesDiscus.docx
whittemorelucilla
 
PPT
02010 ppt ch01
Hpong Js
 
PPT
02010 ppt ch01
Rphelps2011
 
PPTX
Database administration
Anish Gupta
 
PPTX
Database administration for university Students.pptx
sedzrodavid10
 
PPT
dbms-semester-IV SQL CHARTS and notes 3rd sem
FaheemAhmed989764
 
PPT
Unit1_1_ in_ data base management system
friendsforever2k2023
 
PPT
Database administration
sana younas
 
PDF
Managing Information Systems - S03.pdf
InoshiJayaweera2
 
PPTX
Mis chapter 7 database systems
Filmon Habtemichael Tesfai
 
PPTX
Dbms environment and components ppt.pptx
RITIKRAJ437758
 
PPTX
Itm
neha kailash
 
PPT
Database_Design.ppt
NadiSarj2
 
PPT
Database performance tuning and query optimization
Dhani Ahmad
 
PPTX
Database Power Point Presentation pptx.pptx
MeowTwo2
 
PPTX
Chapter 1 Database Systems______________.pptx
bestboybulshaawi
 
PDF
DBMS unit-1.pdf
Prof. Dr. K. Adisesha
 
PPTX
Chapter 1 Database Systems.pptx
MaxamedAbiib1
 
PPTX
DBMS.pptx
Prof. Dr. K. Adisesha
 
Database Administration, Management & Security.pptx
SaqibKhan60365
 
Database AdministrationObjectivesDiscus.docx
whittemorelucilla
 
02010 ppt ch01
Hpong Js
 
02010 ppt ch01
Rphelps2011
 
Database administration
Anish Gupta
 
Database administration for university Students.pptx
sedzrodavid10
 
dbms-semester-IV SQL CHARTS and notes 3rd sem
FaheemAhmed989764
 
Unit1_1_ in_ data base management system
friendsforever2k2023
 
Database administration
sana younas
 
Managing Information Systems - S03.pdf
InoshiJayaweera2
 
Mis chapter 7 database systems
Filmon Habtemichael Tesfai
 
Dbms environment and components ppt.pptx
RITIKRAJ437758
 
Database_Design.ppt
NadiSarj2
 
Database performance tuning and query optimization
Dhani Ahmad
 
Database Power Point Presentation pptx.pptx
MeowTwo2
 
Chapter 1 Database Systems______________.pptx
bestboybulshaawi
 
DBMS unit-1.pdf
Prof. Dr. K. Adisesha
 
Chapter 1 Database Systems.pptx
MaxamedAbiib1
 
Ad

More from Dhani Ahmad (20)

PPT
Strategic information system planning
Dhani Ahmad
 
PPT
Information resource management
Dhani Ahmad
 
PPT
Islamic information seeking behavior
Dhani Ahmad
 
PPT
Islamic information management
Dhani Ahmad
 
PPT
Islamic information management sources in islam
Dhani Ahmad
 
PPT
The need for security
Dhani Ahmad
 
PPT
The information security audit
Dhani Ahmad
 
PPT
Security technologies
Dhani Ahmad
 
PPT
Security policy
Dhani Ahmad
 
PPT
Security and personnel
Dhani Ahmad
 
PPT
Secure
Dhani Ahmad
 
PPT
Risk management ii
Dhani Ahmad
 
PPT
Risk management i
Dhani Ahmad
 
PPT
Privacy & security in heath care it
Dhani Ahmad
 
PPT
Physical security
Dhani Ahmad
 
PPT
Legal, ethical & professional issues
Dhani Ahmad
 
PPT
Introduction to information security
Dhani Ahmad
 
PPT
Information security as an ongoing effort
Dhani Ahmad
 
PPT
Implementing security
Dhani Ahmad
 
PPT
Disaster recovery & business continuity
Dhani Ahmad
 
Strategic information system planning
Dhani Ahmad
 
Information resource management
Dhani Ahmad
 
Islamic information seeking behavior
Dhani Ahmad
 
Islamic information management
Dhani Ahmad
 
Islamic information management sources in islam
Dhani Ahmad
 
The need for security
Dhani Ahmad
 
The information security audit
Dhani Ahmad
 
Security technologies
Dhani Ahmad
 
Security policy
Dhani Ahmad
 
Security and personnel
Dhani Ahmad
 
Secure
Dhani Ahmad
 
Risk management ii
Dhani Ahmad
 
Risk management i
Dhani Ahmad
 
Privacy & security in heath care it
Dhani Ahmad
 
Physical security
Dhani Ahmad
 
Legal, ethical & professional issues
Dhani Ahmad
 
Introduction to information security
Dhani Ahmad
 
Information security as an ongoing effort
Dhani Ahmad
 
Implementing security
Dhani Ahmad
 
Disaster recovery & business continuity
Dhani Ahmad
 

Recently uploaded (20)

PDF
apidays Helsinki & North 2025 - REST in Peace? Hunting the Dominant Design fo...
apidays
 
PPTX
b6057ea5-8e8c-4415-90c0-ed8e9666ffcd.pptx
Anees487379
 
PPTX
apidays Helsinki & North 2025 - APIs at Scale: Designing for Alignment, Trust...
apidays
 
PPTX
apidays Munich 2025 - Building Telco-Aware Apps with Open Gateway APIs, Subhr...
apidays
 
PPTX
Exploring Multilingual Embeddings for Italian Semantic Search: A Pretrained a...
Sease
 
PDF
Simplifying Document Processing with Docling for AI Applications.pdf
Tamanna
 
PDF
apidays Helsinki & North 2025 - APIs in the healthcare sector: hospitals inte...
apidays
 
PDF
Merits and Demerits of DBMS over File System & 3-Tier Architecture in DBMS
MD RIZWAN MOLLA
 
PDF
OOPs with Java_unit2.pdf. sarthak bookkk
Sarthak964187
 
PDF
The European Business Wallet: Why It Matters and How It Powers the EUDI Ecosy...
Lal Chandran
 
PPTX
apidays Singapore 2025 - From Data to Insights: Building AI-Powered Data APIs...
apidays
 
PDF
Context Engineering for AI Agents, approaches, memories.pdf
Tamanna
 
PPTX
AI Presentation Tool Pitch Deck Presentation.pptx
ShyamPanthavoor1
 
PDF
Copia de Strategic Roadmap Infographics by Slidesgo.pptx (1).pdf
ssuserd4c6911
 
PPTX
Advanced_NLP_with_Transformers_PPT_final 50.pptx
Shiwani Gupta
 
PPT
tuberculosiship-2106031cyyfuftufufufivifviviv
AkshaiRam
 
PPTX
Module-5-Measures-of-Central-Tendency-Grouped-Data-1.pptx
lacsonjhoma0407
 
PDF
JavaScript - Good or Bad? Tips for Google Tag Manager
📊 Markus Baersch
 
PDF
Product Management in HealthTech (Case Studies from SnappDoctor)
Hamed Shams
 
PPT
Growth of Public Expendituuure_55423.ppt
NavyaDeora
 
apidays Helsinki & North 2025 - REST in Peace? Hunting the Dominant Design fo...
apidays
 
b6057ea5-8e8c-4415-90c0-ed8e9666ffcd.pptx
Anees487379
 
apidays Helsinki & North 2025 - APIs at Scale: Designing for Alignment, Trust...
apidays
 
apidays Munich 2025 - Building Telco-Aware Apps with Open Gateway APIs, Subhr...
apidays
 
Exploring Multilingual Embeddings for Italian Semantic Search: A Pretrained a...
Sease
 
Simplifying Document Processing with Docling for AI Applications.pdf
Tamanna
 
apidays Helsinki & North 2025 - APIs in the healthcare sector: hospitals inte...
apidays
 
Merits and Demerits of DBMS over File System & 3-Tier Architecture in DBMS
MD RIZWAN MOLLA
 
OOPs with Java_unit2.pdf. sarthak bookkk
Sarthak964187
 
The European Business Wallet: Why It Matters and How It Powers the EUDI Ecosy...
Lal Chandran
 
apidays Singapore 2025 - From Data to Insights: Building AI-Powered Data APIs...
apidays
 
Context Engineering for AI Agents, approaches, memories.pdf
Tamanna
 
AI Presentation Tool Pitch Deck Presentation.pptx
ShyamPanthavoor1
 
Copia de Strategic Roadmap Infographics by Slidesgo.pptx (1).pdf
ssuserd4c6911
 
Advanced_NLP_with_Transformers_PPT_final 50.pptx
Shiwani Gupta
 
tuberculosiship-2106031cyyfuftufufufivifviviv
AkshaiRam
 
Module-5-Measures-of-Central-Tendency-Grouped-Data-1.pptx
lacsonjhoma0407
 
JavaScript - Good or Bad? Tips for Google Tag Manager
📊 Markus Baersch
 
Product Management in HealthTech (Case Studies from SnappDoctor)
Hamed Shams
 
Growth of Public Expendituuure_55423.ppt
NavyaDeora
 

Database administration and security

  • 1. Database Systems: Design, Implementation, and Management Eighth Edition Chapter 15 Database Administration and Security
  • 2. Database Systems, 8th Edition 2 Objectives • In this chapter, you will learn: – Data are a valuable business asset requiring careful management – How a database plays a critical role in an organization – Introduction of a DBMS has technological, managerial, and cultural organizational consequences
  • 3. Database Systems, 8th Edition 3 Objectives (continued) • In this chapter, you will learn: (continued) – Database administrator’s managerial and technical roles – Data security, database security, and the information security framework – Several database administration tools and strategies – How various database administration technical tasks are performed with Oracle
  • 4. Database Systems, 8th Edition 4 Data as a Corporate Asset • Data are a valuable asset that require careful management • Data are a valuable resource that translate into information • Accurate, timely information triggers actions that enhance company’s position and generate wealth
  • 6. Database Systems, 8th Edition 6 The Need for and Role of Databases in an Organization • Database’s predominant role is to support managerial decision making at all levels • DBMS facilitates: – Interpretation and presentation of data – Distribution of data and information – Preservation and monitoring of data – Control over data duplication and use • Three levels to organization management: – Top, middle, operational
  • 7. Database Systems, 8th Edition 7 Introduction of a Database: Special Considerations • Introduction of a DBMS is likely to have a profound impact – Might be positive or negative, depending on how it is administered • Three aspects to DBMS introduction: – Technological – Managerial – Cultural • One role of DBA department is to educate end users about system uses and benefits
  • 8. Database Systems, 8th Edition 8 The Evolution of the Database Administration Function • Data administration has its roots in the old, decentralized world of the file system • Advent of DBMS produced new level of data management sophistication – DP department evolved into information systems (IS) department • Data management became increasingly complex – Development of database administration function
  • 9. Database Systems, 8th Edition 9 The Database Environment’s Human Component • Even most carefully crafted database system cannot operate without human component • Effective data administration requires both technical and managerial skills • DA must set data administration goals • DBA is focal point for data/user interaction • Need for diverse mix of skills
  • 11. Database Systems, 8th Edition 11 The DBA’s Managerial Role • DBA responsible for: – Coordinating, monitoring, allocating resources • Resources include people and data – Defining goals and formulating strategic plans • Interacts with end user by providing data and information • Enforces policies, standards, procedures • Manages security, privacy, integrity • Ensures data can be fully recovered • Ensures data distributed appropriately
  • 12. Database Systems, 8th Edition 12 The DBA’s Technical Role • Evaluates, selects, and installs DBMS and related utilities • Designs and implements databases and applications • Tests and evaluates databases and applications • Operates DBMS, utilities, and applications • Trains and supports users • Maintains DBMS, utilities, and applications
  • 13. Database Systems, 8th Edition 13 Security • Securing data entails securing overall information system architecture • Confidentiality: data protected against unauthorized access • Integrity: keep data consistent and free of errors or anomalies • Availability: accessibility of data by authorized users for authorized purposes
  • 14. Database Systems, 8th Edition 14 Security Policies • Database security officer secures the system and the data – Works with the database administrator • Security policy: collection of standards, policies, procedures to guarantee security – Ensures auditing and compliance • Security audit process identifies security vulnerabilities – Identifies measures to protect the system
  • 15. Database Systems, 8th Edition 15 Security Vulnerabilities • Security vulnerability: weakness in a system component – Could allow unauthorized access or cause service disruptions • Security threat: imminent security violation – Could occur at any time • Security breach yields a database whose integrity is: • Preserved • Corrupted
  • 18. Database Systems, 8th Edition 18 Database Security • Refers to the use of DBMS features and other measures to comply with security requirements • DBA secures DBMS from installation through operation and maintenance • Authorization management: – User access management – View definition – DBMS access control – DBMS usage monitoring
  • 19. Database Systems, 8th Edition 19 Database Administration Tools • Two main types of data dictionaries: – Integrated – Standalone • Active data dictionary automatically updated by the DBMS with every database access • Passive data dictionary requires running a batch process • Main function: store description of all objects that interact with database
  • 20. Database Systems, 8th Edition 20 Database Administration Tools (continued) • Data dictionary that includes data external to DBMS becomes flexible tool – Enables use and allocation of all organization’s information • Metadata often the basis for monitoring database use – Also for assigning access rights to users • DBA uses data dictionary to support data analysis and design
  • 21. Database Systems, 8th Edition 21 CASE Tools • Computer-aided systems engineering – Automated framework for SDLC – Structured methodologies and powerful graphical interfaces • Front-end CASE tools provide support for planning, analysis, and design phases • Back-end CASE tools provide support for coding and implementation phases • Typical CASE tool has five components
  • 23. Database Systems, 8th Edition 23 Developing a Data Administration Strategy • Information engineering (IE) translates strategic goals into data and applications • Information systems architecture (ISA) is the output of IE process • Implementing IE is a costly process – Provides a framework that includes use of computerized, automated, and integrated tools • Success of information systems strategy depends on critical success factors – Managerial, technological, and corporate culture
  • 24. Database Systems, 8th Edition 24 The DBA at Work: Using Oracle for Database Administration • Technical tasks handled by the DBA in a specific DBMS: – Creating and expanding database storage structures – Managing database objects – Managing end-user database environment – Customizing database initialization parameters • All DBMS vendors provide programs to perform database administrative tasks
  • 25. Database Systems, 8th Edition 25 Oracle Database Administration Tools • In Oracle, most DBA tasks performed via Oracle Enterprise Manager interface
  • 26. Database Systems, 8th Edition 26 The Default Login • Must connect to the database to perform administrative tasks – Username with administrative privileges • Oracle automatically creates SYSTEM and SYS user IDs with administrative privileges • Define preferred credentials by clicking on Preferences link, then Preferred Credentials • Username and passwords are database- specific
  • 27. Database Systems, 8th Edition 27 Ensuring an Automatic RDBMS Start • DBA ensures database access automatically started when computer turned on • Service is a Windows system name for a special program that runs automatically – Part of the operating system • Database instance: separate location in memory reserved to run the database – May have several databases running in memory at the same time
  • 28. Database Systems, 8th Edition 28 Creating Tablespaces and Datafiles • Database composed of one or more tablespaces • Tablespace is a logical storage space – Physically stored in one or more datafiles • Datafile physically stores the database’s data – Each datafile can reside in a different directory on the hard disk • Database has 1:M relationship with tablespaces • Tablespace has 1:M relationship with datafiles
  • 29. Database Systems, 8th Edition 29 Managing the Database Objects: Tables, Views, Triggers, and Procedures • Database object: any object created by end users • Schema: logical section of the database that belongs to a given user – Schema identified by a username – Within the schema, users create their own tables and other objects • Normally, users authorized to access only the objects that belong to their own schemas
  • 30. Database Systems, 8th Edition 30 Managing Users and Establishing Security • User: uniquely identifiable object – Allows a given person to log on to the database • Role: a named collection of database access privileges – Authorizes a user to connect to the database and use system resources • Profile: named collection of settings – Controls how much of a resource a given user can use
  • 31. Database Systems, 8th Edition 31 Customizing the Database Initialization Parameters • Fine-tuning requires modification of database configuration parameters – Some are changed in real time using SQL – Some affect database instance – Others affect entire RDBMS and all instances • Initialization parameters reserve resources used by the database at run time • After modifying parameters, may need to restart the database
  • 32. Database Systems, 8th Edition 32 Creating a New Database • General database creation format tends to be generic – Execution tends to be DBMS-specific • Leading RDBMS vendors offer option to create databases manually – Use SQL commands or GUI-based process • Oracle Database Configuration Assistant uses a wizard interface
  • 46. Database Systems, 8th Edition 46 Summary • Data management is a critical activity for any organization – Data should be treated as a corporate asset • DBMS is the most commonly used electronic tool for corporate data management • DBMS has impact on organization’s managerial, technological, and cultural framework • Data administration function evolved from centralized electronic data processing – Applications began to share common repository
  • 47. Database Systems, 8th Edition 47 Summary (continued) • Database administrator (DBA) is responsible for managing corporate database • Broader data management activity is handled by data administrator (DA) • DA is more managerially oriented than more technically oriented DBA – DA function is DBMS-independent – DBA function is more DBMS-dependent • When there is no DA, DBA executes all DA functions
  • 48. Database Systems, 8th Edition 48 Summary (continued) • Managerial services of DBA function: – Supporting end-user community – Defining and enforcing policies, procedures, and standards for database function – Ensuring data security, privacy, and integrity – Providing data backup and recovery services – Monitoring distribution and use of data in database
  • 49. Database Systems, 8th Edition 49 Summary (continued) • Technical role of DBA: – Evaluating, selecting, and installing DBMS – Designing and implementing databases and applications – Testing and evaluating databases and applications – Operating DBMS, utilities, and applications – Training and supporting users – Maintaining DBMS, utilities, and applications
  • 50. Database Systems, 8th Edition 50 Summary (continued) • Security ensures confidentiality, integrity, availability of information system and data • Security policy is a collection of standards, policies, and practices • Security vulnerability is a weakness in system component • Information engineering guides development of data administration strategy • CASE tools and data dictionaries translate strategic plans to operational plans