SlideShare ist ein Scribd-Unternehmen logo
1 von 29
IST 210

Database Administration
Todd S. Bacastow
IST 210

Need for Databases






Data is used by different people, in different
departments, for different reasons
Interpretation and Presentation of data in
useful formats
Distribution of data and information






To the right people
At the right time

Data Preservation
Control over Data Duplication and Use
IST 210

Role of the Database


Primary Role: To Support Managerial
Decision Making at All Levels of the
Organization








Top Level  Strategic Decisions
Middle Management  Tactical Decisions
Operational Management  Daily, Operational
Decisions

DBMS must provide each level a separate
view of the data and support their specialized
decision making roles
Provide a seamless flow of information
throughout the company
IST 210

Top Level Management








Provide information for strategic decision making,
strategic planning, policy formation, and goals
definitions
Provide access to data to identify growth
opportunities
Provide a framework for defining and enforcing
organizational policies
Improve the likelihood of a positive return on
investment for the company





Ways to reduce cost
Increase Productivity

Provide feedback on whether the company is
achieving its goals
IST 210

Middle Management




Provide necessary data for tactical decision making
and planning
Monitor and control the use of company resources







How efficiently are the resources allocated and used
(including data)
What potential or current operational problems exist
Evaluate the performance of the different departments

Provide a framework for ensuring the security and
privacy of the data in the database
IST 210

Operational Management






Represent and support the company
operations
Produce query results within set
performance levels
Enhance short-term operational ability



Timely information for Customer Support
Support for application development and
computer operations
IST 210

Special Database Considerations






Having a database does not mean the data
will be use properly, efficiently, correctly
DBMS is just a tool for managing data – it
must be used correctly  effective
management and use
3 Main Processes for implementing a DBMS




Technological  DBMS software and hardware
Managerial  Administrative Functions
Cultural  Corporate Resistance to Change
IST 210

Evolution of the DBA



Data Processing Department
Information Systems Department






Service Function to provide end users active data
management support
Production Function to provide solutions to information
needs (application development)

DBA – Database Administration



Size and Role varies from company to company
DBA’s function is very dynamic





Distributed Databases
Internet Databases
Object Oriented databases
Sophistication and Power of the DBMS packages
IST 210

Common Functions of DBA


Database Planning










Standards, procedures, enforcement

Requirements Gathering and Conceptual
Design
Logical Design
Physical Design and Implementation
Testing and Debugging
Operations and Maintenance
Training and Support
IST 210

DBA’s Managerial Role


Control and Planning Dimensions of
Database Administration


Coordinating, Monitoring, and Allocating
database administration resources





People
Data

Defining Goals and Formulating Strategic
Plans for the Database Administration
function
IST 210

DBA’s Responsibilities

DBA Activity

DBA Service

Planning

End-User Support

Organizing

Monitoring

Policies, Procedures,
Standards
Data Security, Privacy,
Integrity
Data backup and Recovery

Delivering

Data Distribution and Use

Testing
IST 210

End-User Support


User Requirements Gathering





Conflict and Problem Resolution








Understanding of the users’ views and needs
Present and Future information needs
Solutions in one department may cause problems
in another

Finding Solutions to Information Needs
Ensure Quality and Integrity of Applications
and Data
Build End-User Confidence
Manage the Training and Support of DBMS
users
IST 210

Policies, Procedures, and Standards






Policies: General Statements of Direction or
action that communicate and support DBA
goals
Procedures: Written Instructions that
describe a services of steps to be followed
during the performance of a given activity
Standards: More detailed and specific than
policies, and describe the minimum
requirements of a DBA activity


Rules that are used to evaluate the qualityof the
activity
IST 210

Areas of Policies and Procedures










End-User database requirements gathering
Database design and modeling
Documentation and Naming conventions
Design, coding, and testing of applications
Database software selection
Database security and integrity
Database backup and recovery
Database maintenance and operation
End-user training
IST 210

Data Security, Privacy and Integrity


User Access Management


Define each user to the database







Assign Passwords
Define User Groups
Assign Access Privileges








Physical Access Control
Protect and Control the Scope of the Data that is accessible to a user

DBMS utilities access control




Read
Write
Delete

View Definitions




Operating System Level
Database Level

Limit the use of query and reporting tools

DBMS usage Monitoring


Audit Logs

(More difficult in distributed databases)
IST 210

Data Backup and Recovery


Disaster Management


Periodic Data and Application Backups











Full
Incremental
Concurrent

Proper Backup Identification
Convenient and safe backup storage
Physical protection of hardware and software
Personal Access Control to the software of a
database installation
Insurance coverage for the data in the database
IST 210

Data Backup and Recovery


Recovery and Contingency plans






Tested
Evaluated
Practiced

Will Not Recover all components of an
IS


Establish priorities for the nature and
extend of the data recovery process
IST 210

Data Distribution and Use


Data is only useful when:






Programmers Deliver programs to access data




Given to the Right User
Right Time
Right Format

Time consuming for DBA

Data Distribution allows end users to access the
database





Internet
Intranets
Queries, Web Front Ends
End Users may make improper use of database, data
duplication, etc.
IST 210

DBA’s Technical Role








DBMS and utilities, evaluation, selection and
installation
Design and implementation of Database
Testing and Evaluation
Operation of DBMS, Utilities, and Applications
Training and Supporting Users
Maintenance of DBMS, Utilities, and
Applicaitons
IST 210

Evaluation, Selection, and Installation







Selection of Hardware and Software
Must be based on the Organization’s
Needs
Search is for a solutions to a problem,
not a need for a software
1st step is to determine companies
NEEDS
IST 210

DBMS Checklist
















DBMS Model
Storage Capacity
Application Development Support
Security and Integrity
Backup and Recovery
Concurrency Control
Performance
DBA tools
Interoperability and Data Distribution
Portability
Hardware
Data Dictionary
Vendor Training and Support
Third Party Tools
Cost
IST 210

Design and Implementation






Determination and Enforcement of Standards
and Procedures
Ensure the Design activities are performed
within the Standards and Procedures
Ensure Transactions are:







Correct
Efficient
Compliant with Integrity and Standards

Physical Design
Operational Procedures
IST 210

Testing and Evaluation





All Database and End User Applications
Maintained Independently of Development
and Implementation
Cover:


Technical Aspects





Evaluation of Documentation
Observance of Standards





Backup, Recovery, Security, Integrity, SQL

Naming, Documentation, Coding

Data Duplication Conflicts with existing data
Enforcement of Data Validation rules
IST 210

Operation of DBMS, Utilities, and
Applications


System Support




Performance monitoring and tuning








Day-to-day activity of the DBMS
Performance Goals
Evaluate if performance objectives are being met
Isolate Problems and Find solutions
Implement solutions

Backup and Recovery
Security auditing and monitoring



Appropriate access rights
Proper use of access privileges by programmers and end
users
IST 210

Training and Supporting Users






Technical Training in the use of DBMS
and Utilities for Applications
Programmers
Unscheduled on-demand technical
support
Interaction with DBMS vendors
IST 210

Maintenance of DBMS




Dedicated to the Preservation of the DBMS
environment
Management of the Physical or Secondary
Storage devices





Reorganizing the physical location of the data

Upgrading the DBMS and Utility Software
Exchange of data is dissimilar formats or
between database
IST 210

Database Administration Tools


Data Dictionary


Store the Description of all objects that interact
with the database





Integrated  Include data outside of DBMS
Standalone  limited to data of DBMS

Case Tools



Computer Aided Software Engineering
Automated Framework for the SDLC


Front-End Tools




Planning, Analysis, Design

Back-End Tools


Coding and Implementation
IST 210

Data Dictionary


Data Elements from all tables of all databases










Names, Types, Format, Validation rules, When an
Element is Used and by whom

Tables defined in the database
Indexes defined for each table
Defined databases, and properties
End Users and Administrators
Programs that access the database
Access Authorizations for all users
Relationships among data elements
IST 210

Case Tools







Reduction in development time and costs
Standardization of Systems Development
Methodologies
Easier Maintenance of Application Systems
Developed with CASE Tools
Components:








Graphics
Screen Painters and Report Generators
Repository for Storing and Cross-Referencing the System
Design Data (Data Dictionary)
Analysis Segment for Automated Check on System
Consistency, Syntax, Completeness
Program Documentation Generator

Weitere ähnliche Inhalte

Was ist angesagt?

1.data base administrator
1.data base administrator1.data base administrator
1.data base administratorsuperguyz16
 
Role of Database Management in Information Systems
Role of Database Management in Information SystemsRole of Database Management in Information Systems
Role of Database Management in Information SystemswaQas ilYas
 
Database administration and security
Database administration and securityDatabase administration and security
Database administration and securityMohd Arif
 
Dbms and it infrastructure
Dbms and  it infrastructureDbms and  it infrastructure
Dbms and it infrastructureprojectandppt
 
The Top 7 Active Directory Admin Challenges Overcome White Paper
The Top 7 Active Directory Admin Challenges Overcome White PaperThe Top 7 Active Directory Admin Challenges Overcome White Paper
The Top 7 Active Directory Admin Challenges Overcome White PaperNetIQ
 
6 - Foundations of BI: Database & Info Mgmt
6 - Foundations of BI: Database & Info Mgmt6 - Foundations of BI: Database & Info Mgmt
6 - Foundations of BI: Database & Info MgmtHemant Nagwekar
 
New Microsoft Office WordDatabase administration and automation Document (2)
New Microsoft Office WordDatabase administration and automation Document (2)New Microsoft Office WordDatabase administration and automation Document (2)
New Microsoft Office WordDatabase administration and automation Document (2)naveen
 
Web Database integration
Web Database integrationWeb Database integration
Web Database integrationUmArKaWiSh
 
Database systems introduction final vaibhav
Database systems introduction final vaibhavDatabase systems introduction final vaibhav
Database systems introduction final vaibhavAGRASENMAHAVIDYALAY
 
N2WDMS - A Workflow and Document Management Software
N2WDMS - A Workflow and Document Management SoftwareN2WDMS - A Workflow and Document Management Software
N2WDMS - A Workflow and Document Management SoftwarePranaySoluSoft
 
Srs template
Srs templateSrs template
Srs templatemuqeet19
 
Fine docs product presentation latest
Fine docs product presentation latestFine docs product presentation latest
Fine docs product presentation latestSatyajit Roy
 
How to build management information system
How to build management information systemHow to build management information system
How to build management information systemNorth South University
 
Estuate EDM Checklist
Estuate EDM ChecklistEstuate EDM Checklist
Estuate EDM ChecklistEstuate, Inc.
 
Master data management (mdm) & plm in context of enterprise product management
Master data management (mdm) & plm in context of enterprise product managementMaster data management (mdm) & plm in context of enterprise product management
Master data management (mdm) & plm in context of enterprise product managementTata Consultancy Services
 
Chapter 5 data resource management
Chapter 5 data resource managementChapter 5 data resource management
Chapter 5 data resource managementAG RD
 
Oracle oracle database 11g product family
Oracle oracle database 11g product familyOracle oracle database 11g product family
Oracle oracle database 11g product familySid Xing
 

Was ist angesagt? (20)

1.data base administrator
1.data base administrator1.data base administrator
1.data base administrator
 
Database
DatabaseDatabase
Database
 
Role of Database Management in Information Systems
Role of Database Management in Information SystemsRole of Database Management in Information Systems
Role of Database Management in Information Systems
 
reporting
reportingreporting
reporting
 
Database administration and security
Database administration and securityDatabase administration and security
Database administration and security
 
Dbms and it infrastructure
Dbms and  it infrastructureDbms and  it infrastructure
Dbms and it infrastructure
 
The Top 7 Active Directory Admin Challenges Overcome White Paper
The Top 7 Active Directory Admin Challenges Overcome White PaperThe Top 7 Active Directory Admin Challenges Overcome White Paper
The Top 7 Active Directory Admin Challenges Overcome White Paper
 
6 - Foundations of BI: Database & Info Mgmt
6 - Foundations of BI: Database & Info Mgmt6 - Foundations of BI: Database & Info Mgmt
6 - Foundations of BI: Database & Info Mgmt
 
New Microsoft Office WordDatabase administration and automation Document (2)
New Microsoft Office WordDatabase administration and automation Document (2)New Microsoft Office WordDatabase administration and automation Document (2)
New Microsoft Office WordDatabase administration and automation Document (2)
 
Web Database integration
Web Database integrationWeb Database integration
Web Database integration
 
Database systems introduction final vaibhav
Database systems introduction final vaibhavDatabase systems introduction final vaibhav
Database systems introduction final vaibhav
 
N2WDMS - A Workflow and Document Management Software
N2WDMS - A Workflow and Document Management SoftwareN2WDMS - A Workflow and Document Management Software
N2WDMS - A Workflow and Document Management Software
 
Srs template
Srs templateSrs template
Srs template
 
Fine docs product presentation latest
Fine docs product presentation latestFine docs product presentation latest
Fine docs product presentation latest
 
How to build management information system
How to build management information systemHow to build management information system
How to build management information system
 
Estuate EDM Checklist
Estuate EDM ChecklistEstuate EDM Checklist
Estuate EDM Checklist
 
Master data management (mdm) & plm in context of enterprise product management
Master data management (mdm) & plm in context of enterprise product managementMaster data management (mdm) & plm in context of enterprise product management
Master data management (mdm) & plm in context of enterprise product management
 
Chapter 5 data resource management
Chapter 5 data resource managementChapter 5 data resource management
Chapter 5 data resource management
 
Oracle oracle database 11g product family
Oracle oracle database 11g product familyOracle oracle database 11g product family
Oracle oracle database 11g product family
 
Brotherhood of master data
Brotherhood of master dataBrotherhood of master data
Brotherhood of master data
 

Andere mochten auch

Supporting mindsets 1
Supporting mindsets 1Supporting mindsets 1
Supporting mindsets 1sgray2
 
Newsletter 6 pdf
Newsletter 6  pdfNewsletter 6  pdf
Newsletter 6 pdfmaymaskow1
 
република македонија Iva
република македонија Ivaрепублика македонија Iva
република македонија IvaSuzana Mladenova
 
Wim van Krieken 14 projecten
Wim van Krieken 14 projectenWim van Krieken 14 projecten
Wim van Krieken 14 projectenWim Van Krieken
 
Dimitar rashkov-2014eng-1
Dimitar rashkov-2014eng-1Dimitar rashkov-2014eng-1
Dimitar rashkov-2014eng-1Sim Aleksiev
 
Continental schools of thoughts in strategic studies.
Continental schools of thoughts in strategic studies.Continental schools of thoughts in strategic studies.
Continental schools of thoughts in strategic studies.cliffordcomondi
 
Neoliberal education in the philippines by manuel
Neoliberal education in the philippines by manuelNeoliberal education in the philippines by manuel
Neoliberal education in the philippines by manuelmanuel hidalgo
 
Кодирование звуковой информации
Кодирование звуковой информацииКодирование звуковой информации
Кодирование звуковой информацииСергей Балан
 
Ivan yzunov-milen-djanovski-2015-1
Ivan yzunov-milen-djanovski-2015-1Ivan yzunov-milen-djanovski-2015-1
Ivan yzunov-milen-djanovski-2015-1Sim Aleksiev
 
Informatica solidale Viareggio - Settembre 2014
Informatica solidale Viareggio - Settembre  2014Informatica solidale Viareggio - Settembre  2014
Informatica solidale Viareggio - Settembre 2014Claudio Tancini
 

Andere mochten auch (20)

Supporting mindsets 1
Supporting mindsets 1Supporting mindsets 1
Supporting mindsets 1
 
Tugas tik persentasi
Tugas tik persentasiTugas tik persentasi
Tugas tik persentasi
 
Predeeee
PredeeeePredeeee
Predeeee
 
Citoplasma
CitoplasmaCitoplasma
Citoplasma
 
galau by agusvina
galau by agusvinagalau by agusvina
galau by agusvina
 
Newsletter 6 pdf
Newsletter 6  pdfNewsletter 6  pdf
Newsletter 6 pdf
 
република македонија Iva
република македонија Ivaрепублика македонија Iva
република македонија Iva
 
Quinta semana
Quinta semanaQuinta semana
Quinta semana
 
Gari 2013
Gari 2013Gari 2013
Gari 2013
 
Wim van Krieken 14 projecten
Wim van Krieken 14 projectenWim van Krieken 14 projecten
Wim van Krieken 14 projecten
 
Dimitar rashkov-2014eng-1
Dimitar rashkov-2014eng-1Dimitar rashkov-2014eng-1
Dimitar rashkov-2014eng-1
 
Continental schools of thoughts in strategic studies.
Continental schools of thoughts in strategic studies.Continental schools of thoughts in strategic studies.
Continental schools of thoughts in strategic studies.
 
Neoliberal education in the philippines by manuel
Neoliberal education in the philippines by manuelNeoliberal education in the philippines by manuel
Neoliberal education in the philippines by manuel
 
Кодирование звуковой информации
Кодирование звуковой информацииКодирование звуковой информации
Кодирование звуковой информации
 
Deepti gupta
Deepti guptaDeepti gupta
Deepti gupta
 
О мерах по повышению эффективности и развитию НП «Совет рынка».
О мерах по повышению эффективности и развитию НП «Совет рынка». О мерах по повышению эффективности и развитию НП «Совет рынка».
О мерах по повышению эффективности и развитию НП «Совет рынка».
 
Ivan yzunov-milen-djanovski-2015-1
Ivan yzunov-milen-djanovski-2015-1Ivan yzunov-milen-djanovski-2015-1
Ivan yzunov-milen-djanovski-2015-1
 
Informatica solidale Viareggio - Settembre 2014
Informatica solidale Viareggio - Settembre  2014Informatica solidale Viareggio - Settembre  2014
Informatica solidale Viareggio - Settembre 2014
 
O smartphone android é muito lento
O smartphone android é muito lentoO smartphone android é muito lento
O smartphone android é muito lento
 
Estoril praia & fc porto licá
Estoril praia & fc porto   licáEstoril praia & fc porto   licá
Estoril praia & fc porto licá
 

Ähnlich wie Databaseadminppt3663

Database Systems.ppt
Database Systems.pptDatabase Systems.ppt
Database Systems.pptArbazAli27
 
Database administration
Database administrationDatabase administration
Database administrationAnish Gupta
 
Data mining and data warehousing
Data mining and data warehousingData mining and data warehousing
Data mining and data warehousingSatya P. Joshi
 
data and information
data and informationdata and information
data and informationuzmajamal
 
593 Managing Enterprise Data Quality Using SAP Information Steward
593 Managing Enterprise Data Quality Using SAP Information Steward593 Managing Enterprise Data Quality Using SAP Information Steward
593 Managing Enterprise Data Quality Using SAP Information StewardVinny (Gurvinder) Ahuja
 
Rev_3 Components of a Data Warehouse
Rev_3 Components of a Data WarehouseRev_3 Components of a Data Warehouse
Rev_3 Components of a Data WarehouseRyan Andhavarapu
 
Best Practices: Data Admin & Data Management
Best Practices: Data Admin & Data ManagementBest Practices: Data Admin & Data Management
Best Practices: Data Admin & Data ManagementEmpowered Holdings, LLC
 
Enterprise Data Governance for Financial Institutions
Enterprise Data Governance for Financial InstitutionsEnterprise Data Governance for Financial Institutions
Enterprise Data Governance for Financial InstitutionsSheldon McCarthy
 
Smarter Data Protection And Storage Management Solutions
Smarter Data Protection And Storage Management SolutionsSmarter Data Protection And Storage Management Solutions
Smarter Data Protection And Storage Management Solutionsaejaz7
 
Manufacturing
ManufacturingManufacturing
Manufacturingjagishar
 
Database Systems
Database SystemsDatabase Systems
Database SystemsUsman Tariq
 
data base management report
data base management report data base management report
data base management report shivam tripathi
 

Ähnlich wie Databaseadminppt3663 (20)

Database Systems.ppt
Database Systems.pptDatabase Systems.ppt
Database Systems.ppt
 
Database administration
Database administrationDatabase administration
Database administration
 
System Analysis and design Class 1
System Analysis and design Class 1System Analysis and design Class 1
System Analysis and design Class 1
 
Data mining and data warehousing
Data mining and data warehousingData mining and data warehousing
Data mining and data warehousing
 
data base manage ment
data base manage mentdata base manage ment
data base manage ment
 
data and information
data and informationdata and information
data and information
 
DBMS NOTES.pdf
DBMS  NOTES.pdfDBMS  NOTES.pdf
DBMS NOTES.pdf
 
593 Managing Enterprise Data Quality Using SAP Information Steward
593 Managing Enterprise Data Quality Using SAP Information Steward593 Managing Enterprise Data Quality Using SAP Information Steward
593 Managing Enterprise Data Quality Using SAP Information Steward
 
Rev_3 Components of a Data Warehouse
Rev_3 Components of a Data WarehouseRev_3 Components of a Data Warehouse
Rev_3 Components of a Data Warehouse
 
Best Practices: Data Admin & Data Management
Best Practices: Data Admin & Data ManagementBest Practices: Data Admin & Data Management
Best Practices: Data Admin & Data Management
 
Critical Success Factors
Critical Success FactorsCritical Success Factors
Critical Success Factors
 
Enterprise Data Governance for Financial Institutions
Enterprise Data Governance for Financial InstitutionsEnterprise Data Governance for Financial Institutions
Enterprise Data Governance for Financial Institutions
 
DBMS Lecture 1.ppt
DBMS Lecture 1.pptDBMS Lecture 1.ppt
DBMS Lecture 1.ppt
 
DBArtisan XE6 Datasheet
DBArtisan XE6 DatasheetDBArtisan XE6 Datasheet
DBArtisan XE6 Datasheet
 
Smarter Data Protection And Storage Management Solutions
Smarter Data Protection And Storage Management SolutionsSmarter Data Protection And Storage Management Solutions
Smarter Data Protection And Storage Management Solutions
 
Planning Data Warehouse
Planning Data WarehousePlanning Data Warehouse
Planning Data Warehouse
 
Manufacturing
ManufacturingManufacturing
Manufacturing
 
Dbms
DbmsDbms
Dbms
 
Database Systems
Database SystemsDatabase Systems
Database Systems
 
data base management report
data base management report data base management report
data base management report
 

Mehr von Sonam Sharma

Mehr von Sonam Sharma (6)

Green land convent school
Green land convent schoolGreen land convent school
Green land convent school
 
Linux webmin
Linux webminLinux webmin
Linux webmin
 
Multithreaded programming
Multithreaded programmingMultithreaded programming
Multithreaded programming
 
Assembler
AssemblerAssembler
Assembler
 
Java basic
Java basicJava basic
Java basic
 
Java intro
Java introJava intro
Java intro
 

Kürzlich hochgeladen

4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxJanEmmanBrigoli
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxRosabel UA
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 

Kürzlich hochgeladen (20)

4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptx
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptx
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 

Databaseadminppt3663

  • 2. IST 210 Need for Databases    Data is used by different people, in different departments, for different reasons Interpretation and Presentation of data in useful formats Distribution of data and information     To the right people At the right time Data Preservation Control over Data Duplication and Use
  • 3. IST 210 Role of the Database  Primary Role: To Support Managerial Decision Making at All Levels of the Organization      Top Level  Strategic Decisions Middle Management  Tactical Decisions Operational Management  Daily, Operational Decisions DBMS must provide each level a separate view of the data and support their specialized decision making roles Provide a seamless flow of information throughout the company
  • 4. IST 210 Top Level Management     Provide information for strategic decision making, strategic planning, policy formation, and goals definitions Provide access to data to identify growth opportunities Provide a framework for defining and enforcing organizational policies Improve the likelihood of a positive return on investment for the company    Ways to reduce cost Increase Productivity Provide feedback on whether the company is achieving its goals
  • 5. IST 210 Middle Management   Provide necessary data for tactical decision making and planning Monitor and control the use of company resources     How efficiently are the resources allocated and used (including data) What potential or current operational problems exist Evaluate the performance of the different departments Provide a framework for ensuring the security and privacy of the data in the database
  • 6. IST 210 Operational Management    Represent and support the company operations Produce query results within set performance levels Enhance short-term operational ability   Timely information for Customer Support Support for application development and computer operations
  • 7. IST 210 Special Database Considerations    Having a database does not mean the data will be use properly, efficiently, correctly DBMS is just a tool for managing data – it must be used correctly  effective management and use 3 Main Processes for implementing a DBMS    Technological  DBMS software and hardware Managerial  Administrative Functions Cultural  Corporate Resistance to Change
  • 8. IST 210 Evolution of the DBA   Data Processing Department Information Systems Department    Service Function to provide end users active data management support Production Function to provide solutions to information needs (application development) DBA – Database Administration   Size and Role varies from company to company DBA’s function is very dynamic     Distributed Databases Internet Databases Object Oriented databases Sophistication and Power of the DBMS packages
  • 9. IST 210 Common Functions of DBA  Database Planning        Standards, procedures, enforcement Requirements Gathering and Conceptual Design Logical Design Physical Design and Implementation Testing and Debugging Operations and Maintenance Training and Support
  • 10. IST 210 DBA’s Managerial Role  Control and Planning Dimensions of Database Administration  Coordinating, Monitoring, and Allocating database administration resources    People Data Defining Goals and Formulating Strategic Plans for the Database Administration function
  • 11. IST 210 DBA’s Responsibilities DBA Activity DBA Service Planning End-User Support Organizing Monitoring Policies, Procedures, Standards Data Security, Privacy, Integrity Data backup and Recovery Delivering Data Distribution and Use Testing
  • 12. IST 210 End-User Support  User Requirements Gathering    Conflict and Problem Resolution      Understanding of the users’ views and needs Present and Future information needs Solutions in one department may cause problems in another Finding Solutions to Information Needs Ensure Quality and Integrity of Applications and Data Build End-User Confidence Manage the Training and Support of DBMS users
  • 13. IST 210 Policies, Procedures, and Standards    Policies: General Statements of Direction or action that communicate and support DBA goals Procedures: Written Instructions that describe a services of steps to be followed during the performance of a given activity Standards: More detailed and specific than policies, and describe the minimum requirements of a DBA activity  Rules that are used to evaluate the qualityof the activity
  • 14. IST 210 Areas of Policies and Procedures          End-User database requirements gathering Database design and modeling Documentation and Naming conventions Design, coding, and testing of applications Database software selection Database security and integrity Database backup and recovery Database maintenance and operation End-user training
  • 15. IST 210 Data Security, Privacy and Integrity  User Access Management  Define each user to the database      Assign Passwords Define User Groups Assign Access Privileges      Physical Access Control Protect and Control the Scope of the Data that is accessible to a user DBMS utilities access control   Read Write Delete View Definitions   Operating System Level Database Level Limit the use of query and reporting tools DBMS usage Monitoring  Audit Logs (More difficult in distributed databases)
  • 16. IST 210 Data Backup and Recovery  Disaster Management  Periodic Data and Application Backups         Full Incremental Concurrent Proper Backup Identification Convenient and safe backup storage Physical protection of hardware and software Personal Access Control to the software of a database installation Insurance coverage for the data in the database
  • 17. IST 210 Data Backup and Recovery  Recovery and Contingency plans     Tested Evaluated Practiced Will Not Recover all components of an IS  Establish priorities for the nature and extend of the data recovery process
  • 18. IST 210 Data Distribution and Use  Data is only useful when:     Programmers Deliver programs to access data   Given to the Right User Right Time Right Format Time consuming for DBA Data Distribution allows end users to access the database     Internet Intranets Queries, Web Front Ends End Users may make improper use of database, data duplication, etc.
  • 19. IST 210 DBA’s Technical Role       DBMS and utilities, evaluation, selection and installation Design and implementation of Database Testing and Evaluation Operation of DBMS, Utilities, and Applications Training and Supporting Users Maintenance of DBMS, Utilities, and Applicaitons
  • 20. IST 210 Evaluation, Selection, and Installation     Selection of Hardware and Software Must be based on the Organization’s Needs Search is for a solutions to a problem, not a need for a software 1st step is to determine companies NEEDS
  • 21. IST 210 DBMS Checklist                DBMS Model Storage Capacity Application Development Support Security and Integrity Backup and Recovery Concurrency Control Performance DBA tools Interoperability and Data Distribution Portability Hardware Data Dictionary Vendor Training and Support Third Party Tools Cost
  • 22. IST 210 Design and Implementation    Determination and Enforcement of Standards and Procedures Ensure the Design activities are performed within the Standards and Procedures Ensure Transactions are:      Correct Efficient Compliant with Integrity and Standards Physical Design Operational Procedures
  • 23. IST 210 Testing and Evaluation    All Database and End User Applications Maintained Independently of Development and Implementation Cover:  Technical Aspects    Evaluation of Documentation Observance of Standards    Backup, Recovery, Security, Integrity, SQL Naming, Documentation, Coding Data Duplication Conflicts with existing data Enforcement of Data Validation rules
  • 24. IST 210 Operation of DBMS, Utilities, and Applications  System Support   Performance monitoring and tuning       Day-to-day activity of the DBMS Performance Goals Evaluate if performance objectives are being met Isolate Problems and Find solutions Implement solutions Backup and Recovery Security auditing and monitoring   Appropriate access rights Proper use of access privileges by programmers and end users
  • 25. IST 210 Training and Supporting Users    Technical Training in the use of DBMS and Utilities for Applications Programmers Unscheduled on-demand technical support Interaction with DBMS vendors
  • 26. IST 210 Maintenance of DBMS   Dedicated to the Preservation of the DBMS environment Management of the Physical or Secondary Storage devices    Reorganizing the physical location of the data Upgrading the DBMS and Utility Software Exchange of data is dissimilar formats or between database
  • 27. IST 210 Database Administration Tools  Data Dictionary  Store the Description of all objects that interact with the database    Integrated  Include data outside of DBMS Standalone  limited to data of DBMS Case Tools   Computer Aided Software Engineering Automated Framework for the SDLC  Front-End Tools   Planning, Analysis, Design Back-End Tools  Coding and Implementation
  • 28. IST 210 Data Dictionary  Data Elements from all tables of all databases         Names, Types, Format, Validation rules, When an Element is Used and by whom Tables defined in the database Indexes defined for each table Defined databases, and properties End Users and Administrators Programs that access the database Access Authorizations for all users Relationships among data elements
  • 29. IST 210 Case Tools     Reduction in development time and costs Standardization of Systems Development Methodologies Easier Maintenance of Application Systems Developed with CASE Tools Components:      Graphics Screen Painters and Report Generators Repository for Storing and Cross-Referencing the System Design Data (Data Dictionary) Analysis Segment for Automated Check on System Consistency, Syntax, Completeness Program Documentation Generator

Hinweis der Redaktion

  1. Policy: Users must have password, password must be changed every 6 months Standards Passwords have a min of 5 characters, max of 12 char., cannot be SS#, names, birthdates Procedures: To create a password, send a request to DBA for an Account, temp password is created, sends account Information to user, user changes temporary password into acceptable perm. one