Database Administrator: Roles & Responsibilities

guptaruby122 33 views 9 slides Mar 03, 2025
Slide 1
Slide 1 of 9
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9

About This Presentation

"This PowerPoint presentation on Database Administrator (DBA) explains the role, responsibilities, and skills required for a DBA. It covers database management, security, backup & recovery, and performance tuning. Ideal for computer science students, IT professionals, and aspiring database ...


Slide Content

DATABASE
ADMINISTRATOR
PRESENTED BY :-
GANGOTRI GUPTA
PGDCA STUDENT
KMT GOVT. GIRLS COLLEGE RAIGARH (C.G.)

CONTENTS
What is Database ?
What is Database Administrator ?
Primary Roles of DBA
Functions of DBA :-
Skills Required for DBA
•Schema Definition
•Approving Data access
•Monitoring Performance
•Backup and Recovery

WHAT IS DATABASE ?
•Database is a group of data .
•Data is stored systematically in the database.
•Database is an organized collection of data in which the user can
easily insert , delete and update the data .
•In the database , data is stored in table . A database can contain one
or more tables.
•It can be managed through a database management system (DBMS),
a software used to manage data.
•Database refers to related data in a structured form.
•The main purpose of database is to operate a large amount of
information by storing, retrieving and managing data.
•There are many database available like MySQL,Oracle, SQL server, etc.

WHAT IS DATABASE ADMINISTRATOR ?
A database administrator is a person responsible for the
These are those users who are very familiar with the database.
They have complete control over the database.
DBA is responsible for any type of action in database.
The DBA is responsible for understanding and managing the
overall database environment.
•installation
•configuration
•upgradation
•administratin
•monitoring and maintenance of database.

PRIMARY ROLES OF DBA
•Databasedesign
•Performance issues
•Database accessibility
•Capacity issues
•Data replication
•Table maintenance
operations
logical
Designplanning
Testing
implementation
DBA
Training
physicalconceptual

FUNCTIONS OF DBA
Schema Definition :-
Approving Data Access :-
•It defines the schema and also controls all three levels of
the database.
•Schema refers to the overall logical structure of the
database.
•According to this schema , database will be developed to
store the data required for an organization.
•It provides security to the database and allows only
authorized users to access and modify the database.
•The DBA determines which parts of the databseusers
need access to.

Monitoring Performance :-
Backup and Recovery :-
•DBA monitors the performance of the system.
•The DBA ensures that optimal performance is maintained
by making changes to the physical or logical schema if
• necessary.
•Database should not be lost or damaged.
•DBA periodically takes backup of the database on
magnetic tapes or remote servers.
•In case of failure , such as a virus attack , the database is
recovered from this backup.

SKILLS REQUIRED FOR DBA
Database designing .
Knowledge of structured query language (SQL).
Know about distributed architecture.
Knowledge on different operating servers.
Idea on Relational Database Management System (RDBMS).
Ready to face challenges and solve the problems quicky.
------------------------------------------------------------------------------------------------------