Database Planning, Design, and Administration Transparencies
Database Planning, Design, and Administration Transparencies
Database Planning, Design, and Administration Transparencies
1
Chapter 4 - Objectives
How problems associated with
software development led to the
software crisis.
2
2
Chapter 4 - Objectives
2
3
Software crisis
4
Software crisis
Effort spent on maintenance of software
began to absorb resources at an alarming
rate.
As a result, many major software projects
were
late,
over budget,
unreliable,
difficult to maintain,
performed poorly.
5
Software depression
In late 1960s, led to ‘software crisis’, now
refer to as the ‘software depression’.
Major reasons for failure of software
projects includes:
- lack of a complete requirements specification;
- lack of appropriate development methodology;
- poor decomposition of design into manageable
components.
6
Information system lifecycle
7
Information system
Resources that enable collection,
management, control, and dissemination of
data/information throughout an
organization.
Database is fundamental component of IS.
Development/usage should be viewed from
perspective of the wider requirements of
the organization.
8
Stages of database system
development lifecycle
Database planning
System definition
Requirements collection and analysis
Database design
DBMS selection (optional)
9
Stages of database system
development lifecycle
Application design
Prototyping (optional)
Implementation
Data conversion and loading
Testing
Operational maintenance.
10
Stages of the database system
development lifecycle
11
Database planning
Management activities that allow stages
of database system development
lifecycle to be realized as efficiently
and effectively as possible.
12
Database planning – mission
statement
Mission statement for the database
project defines major aims of
database system.
13
Database planning – mission
statement
Mission statement helps clarify
purpose of the database project and
provides clearer path towards the
efficient and effective creation of
required database system.
14
Database planning – mission
objectives
Once mission statement is defined,
mission objectives are defined.
15
Database planning – mission
objectives
Should also include additional
information that specifies the work
to be done, the resources with which
to do it, and the money to pay for it
all.
16
Database planning
Database planning may also include
development of standards that
govern:
how data will be collected,
how the format should be specified,
what necessary documentation will be
needed,
how design and implementation should
proceed.
17
System definition
Describes scope and boundaries of
database system, including its major
user views.
18
Boundary for database
system of StayHome
19
System definition
User view defines what is required of a
database system from the perspective of:
a particular job (such as Manager or
Supervisor) or
business application area (such as marketing,
personnel, or stock control).
Database system may have one or more
user views.
20
System Definition
Identifying user views helps ensure that no
major users of the database are forgotten
when developing requirements for new
application.
21
Database system with
multiple user views
22
Requirements collection and
analysis
Process of collecting and analyzing
information about the organization
to be supported by the database
system, and using this information to
identify the requirements for the
new system.
23
Requirements collection and
analysis
Information is gathered for each
major user view including:
a description of data used or generated;
details of how data is to be
used/generated;
any additional requirements for new
database system.
24
Requirements collection and
analysis
Information is analyzed to identify
requirements for new database system.
Another important activity is deciding how
to manage database system with multiple
user views.
Three main approaches:
centralized approach;
view integration approach;
combination of both approaches.
25
Requirements collection and
analysis
Centralized approach
Requirements for each user view are
merged into a single set of requirements
for the new database system.
A data model representing all user views
is created during the database design
stage.
26
Centralized approach to
managing multiple user views
27
Requirements collection and
analysis
28
Requirements collection and
analysis
29
View integration approach to
managing multiple user views
30
Database design
Process of creating a design that will
support the organization’s mission
statement and objectives for the
required database system.
31
Database design
32
Database design
33
Database design
34
DBMS selection
Selection of an appropriate DBMS to
support the database system.
35
Application design
Design of user interface and
application programs that use and
process the database.
36
Application design
Transaction is an action, or series of
actions, carried out by a single user or
application program that accesses or
changes content of the database.
37
Application design
Important characteristics of
transactions:
data to be used by the transaction;
functional characteristics of the
transaction;
output of the transaction;
importance to the users;
expected rate of usage.
38
Application design
39
Guidelines for form/report
design
40
Prototyping
Building working model of a database system.
Purpose
to identify features of a system that work well, or
are inadequate;
to suggest improvements or even new features;
to clarify the users’ requirements;
to evaluate feasibility of a particular system
design.
41
Prototyping
There are two prototyping strategies:
Requirements prototyping determines the
requirements of a proposed database system
and then the prototype is discarded.
Evolutionary prototyping is used for the same
purposes, but the prototype is not discarded
and with further development becomes the
working database system.
42
Implementation
Physical realization of the database and
application designs.
Use DDL to create database schemas and empty database files.
Use DDL to create user views.
Use 3GL or 4GL to create the application programs, which
includes database transactions.
Use DDL to implement security and integrity controls.
However, some may be defined using DBMS utilities or
operating system.
43
Data conversion and loading
Transferring any existing data into new
database and converting any existing
applications to run on new database.
only required when a new database system is
replacing an old system.
common for a DBMS to have a utility that loads
existing files into the new database.
May be possible to convert and use application
programs from the old system for use by the new
system.
44
Testing
Process of running the database system with
the intent of finding errors.
Use carefully planned test strategies and
realistic data.
Testing cannot show absence of faults; it can
show only that software faults are present.
Demonstrates that database and application
programs appear to be working according to
requirements.
45
Operational maintenance
Process of monitoring and maintaining the
database system following installation and
involves:
monitoring performance of system. If performance
falls, may require tuning or reorganization of the
database.
maintaining and upgrading database system (when
required).
incorporating new requirements into database system.
46