Presentation is loading. Please wait.

Presentation is loading. Please wait.

IST 318 Database Administration Lecture 1 What Is a DBA?

Similar presentations


Presentation on theme: "IST 318 Database Administration Lecture 1 What Is a DBA?"— Presentation transcript:

1 IST 318 Database Administration Lecture 1 What Is a DBA?

2 Topics DBMS and DB Applications Database, Data, and System Administration DBA Tasks Types of DBAs Test and Production

3 DB Applications Data is the lifeblood of computerized applications  Business today is data Using DBMS is the efficient way for data persistence and manipulation DBA is at the center of the development lifecycle

4 Database vs. DBMS Database  An organized store of data  Data can be accessed by names DBMS  Software that enable users or programmers to share and manage data

5 Enterprise IT Infrastructure – a big picture

6 Application Development Lifecycle

7 Data Administration Concentrate on the business aspects  Business lexicon  logical data model  Requirements gathering, analysis, and design Typical tasks include  Identifying and cataloging business data  Producing conceptual and logical data models  Creating enterprise data model  Setting data policies and standards Concerns more about metadata

8 Metadata Metadata is often described as data of data  Definition  Business name  Abbreviation  Type and length/accuracy  Domain, or range of valid values

9 Data Models – three levels Conceptual model  Outlines data requirements at a very high level  Describes data mostly in business context Logical model  Provides in-depth details of data types, lengths, relationships, and cardinality Physical model  Defines the way data is organized in physical medium

10 DBA vs. DA DBAs have to take care the first two levels if no DA roles are implemented in an organization

11 System Administration SAs are more concerned about the installation and setup of DBMS Typical SA tasks include  Underlying OS systems  DBMS Installation, modification, and support  System configurations enabling DBMS to work with other software systems

12 DBA Tasks Ensuring data and databases are useful, usable, available, and correct Typical DBA tasks include  DB design and implementation  Performance monitoring and tuning  Availability  DB security and authorization  Backup and recovery  Data integrity  DBMS release migration

13 DB Design & Implementation Understand and adhere to sound relational design principles  Relational theories and ER diagrams  DBMS specifics Understanding conceptual/logical models and being able to transform to physical DB implementation  Poor design can result in poor performance

14 Performance Monitoring & Tuning Performance = the rate at which the DBMS supplies info to its users Influenced by five factors  Workload  Throughput  Resources  Optimization  Contention

15 Availability Multifaceted process  Keep the DBMS up and running  Minimize the downtime required for admin tasks Technologies and up-front planning can help

16 DB Security & Authorization Ensure data is available only to authorized users by granting privileges to different (groups of) users Actions need to be controlled  Creating/altering DB objects and/or their structures  Reading/modifying data from tables  Starting/stopping DB and/or associated objects  Running stored procedures or DB ultilities

17 Backup & Recovery Be prepared to recover DB in the event of  Improper shutdown of DB applications, due to Software error Human error Hardware failure Types of recovery  Recover to current  Point-in-time recovery  Transaction recovery

18 Data Integrity Store the correct data in the correct way Physical integrity  domains and data types Semantic integrity  quality data with no redundancy Internal integrity  internal structures and code

19 Types of DBAs System DBA DB architect DB analyst Data modeler Application DBA Task-oriented DBA Data warehouse administrator

20 Test & Production At least two separate environments must be created for quality DB implementation  Testing (aka development)  QA (aka staging)  Production Differences  They should share the same configuration  They don’t need to be identical Testing DB may have only a subset of data

21 Multiple DB Environments


Download ppt "IST 318 Database Administration Lecture 1 What Is a DBA?"

Similar presentations


Ads by Google