Database Users and Administration

22
Slide 1 COMM1E Lecture Seven Database Users & Administration Database Users & Administration

Transcript of Database Users and Administration

Page 1: Database Users and Administration

Slide 1

COMM1E Lecture Seven

Database Users & AdministrationDatabase Users & Administration

Page 2: Database Users and Administration

Slide 2

COMM1E Lecture Seven

• Database Users• Data Administration • Database Administration• DBA Functions • DBA Role

Database Users & AdministrationDatabase Users & Administration

Page 3: Database Users and Administration

Slide 3

COMM1E Lecture Seven

1. The End User

• The one who will use the information• Unaware of the background processes• Perhaps has little or no computing knowledge• Expertise is in the use of the data

Database UsersDatabase Users

Page 4: Database Users and Administration

Slide 4

COMM1E Lecture Seven

1. The End User (cont.)

The information must be– correct– readily available– user friendly format– meet their requirements– allow them to be productive

Database UsersDatabase Users

Page 5: Database Users and Administration

Slide 5

COMM1E Lecture Seven

2. Database specialist

– Database Administrator– Database Designer– Database Analyst– Database Programmer– Database Technician

Database UsersDatabase Users

Page 6: Database Users and Administration

Slide 6

COMM1E Lecture Seven

• A high level management function(E.g. Director)• Determination of overall information needs from a management

perspective• Developing & administering the policies, procedures, practices

& plans for definition, organisation, protection & efficient utilisation of data

• Encompasses all corporate data whether computerised or not

Data AdministrationData Administration

Page 7: Database Users and Administration

Slide 7

COMM1E Lecture Seven

• Normally responsible for computerised systems only• Management & Co-ordination function• Technical function responsible for:

– physical database design

– security

– backup

– recovery

– performance

Database AdministrationDatabase Administration

Page 8: Database Users and Administration

Slide 8

COMM1E Lecture Seven

What is it?

“To successfully set up and manage an environment in which the data resource is effectively used”

Database AdministrationDatabase Administration

Page 9: Database Users and Administration

Slide 9

COMM1E Lecture Seven

THERE ARE THREE MAIN FUNCTIONS:

1. Administration & management of Data Content

2. Administration & management of Data Structure

3. Administration & management of the Physical Database

DBA FunctionsDBA Functions

Page 10: Database Users and Administration

Slide 10

COMM1E Lecture Seven

1. Administration & management of Data Content

– which data is to be held on the database– which users have what kind of access to the database

– which kind of users have access to individual items of data– which consistency checks must be maintained– when should data be removed

DBA FunctionsDBA Functions

Page 11: Database Users and Administration

Slide 11

COMM1E Lecture Seven

2. The administration and management of data structure.

– how many logical databases do we need ?– what is the table column structure ?

• normalisation

• functional analysis

• de normalisation

– how is security to be implemented ?

DBA FunctionsDBA Functions

Page 12: Database Users and Administration

Slide 12

COMM1E Lecture Seven

2. The administration and management of data structure (Cont.)– how are consistency checks made ?– how is access to be optimised ?

• transactions

• clustering

• indexing

• query optimisation

– how and when to re-organise the database ?

DBA FunctionsDBA Functions

Page 13: Database Users and Administration

Slide 13

COMM1E Lecture Seven

3. The administration and management of the physical database

– how many copies should run ?• machine sizing

• operating system performance

– when and how should we perform backups?• database files

• recovery log files

DBA FunctionsDBA Functions

Page 14: Database Users and Administration

Slide 14

COMM1E Lecture Seven

3.The administration and management of the physical database ( cont.)– start-up and shutdown procedures.

• DBMS parameters

• control procedures

– what procedures are required to recover from system failures ?

• export / import procedures

• roll forward / rollback

DBA FunctionsDBA Functions

Page 15: Database Users and Administration

Slide 15

COMM1E Lecture Seven

• integrity and consistency• monitoring and tuning• reducing redundant storage• facilitating sharing of data• security• backups• recovery• keep down time to a minimum

DBA RoleDBA Role

Page 16: Database Users and Administration

Slide 16

COMM1E Lecture Seven

Liaison with:• Management

– enterprise objectives– time constraints for development– budget constraints– Future plans– organisational changes

DBA RoleDBA Role

Page 17: Database Users and Administration

Slide 17

COMM1E Lecture Seven

Liaison with:• Users

– data requirements– application priorities– ownership of data– archiving requirements– documentation– response times

DBA RoleDBA Role

Page 18: Database Users and Administration

Slide 18

COMM1E Lecture Seven

Liaison with:• Application Development Staff

– security/privacy controls– education/training– data integrity rules– housekeeping programs– information about the database– Test plans etc.

DBA RoleDBA Role

Page 19: Database Users and Administration

Slide 19

COMM1E Lecture Seven

Liaison with:• Operations Staff

– availability requirements– batch job priorities– security procedures– error recovery requirements– performance monitoring etc.

DBA RoleDBA Role

Page 20: Database Users and Administration

Slide 20

COMM1E Lecture Seven

Liaison with:• Software Vendors

– Education/training needs– Hardware requirements– documentation– service support & maintenance– utilities etc.

DBA RoleDBA Role

Page 21: Database Users and Administration

Slide 21

COMM1E Lecture Seven

Liaison with:• Hardware Vendors

– hardware capabilities– expansion capability– incompatibility with any existing hardware– servicing requirements– training– equipment failure

DBA RoleDBA Role

Page 22: Database Users and Administration

Slide 22

COMM1E Lecture Seven

Further ReadingFurther Reading

• Database Administration– Connelly & Begg, chapter 4, section 4.7– McFadden & Hoffer, chapter 13

• Next week– Database Security, Integrity and Recovery