SlideShare a Scribd company logo
Database
Administrator(Oracle)
Chapter 1: Database Systems
Presented by: Abdalle M. Geele
abdallegeele@gmail.com
Objectives
In this chapter, you will learn:
 The difference between data and information
 What a database is?
 What the various types of databases are, and
why they are valuable assets for decision
making
 The importance of database design
 Data redundancy and data inconsistency
 Data anomalies and types of anomalies
 The main functions of a database
management system (DBMS)
 Advantages and disadvantages of DBMS
 Oracle and its editions
Data Vs Information
 Data is stored representations of
objects and events that have meaning
and importance in the user’s
environment.
Structured
Unstructured
• Information is data that have been
processed in such a way as to
increase the knowledge of the person
who uses the data
What database is?
Database is an organized collection of
logically related data. So that it can
easily be manipulated, accessed and
managed.
Types of Databases
Databases can be classified according
to:
 Number of users
 Database location(s)
 Expected type and extent of use
 List the types of databases? Give an
example for each?
Types of Databases
 Single-user database supports only
one user at a time
– Desktop database – single-user, runs on PC
 Multiuser database supports
multiple users at the same time
– Workgroup database supports a small
number
– Enterprise database supports a large number
Types of Databases
 Centralized database: data located at
a single site
 Distributed database: data
distributed across several different
sites
 Operational database: supports a
company’s day-to-day operations
– Transactional or production database
 Data warehouse: stores data used for
tactical or strategic decisions
Why Database Design is
Important?
 Database design focuses on design of
database structure used for end-user
data
– Designer must identify database’s expected use
 Well-designed database:
– Facilitates data management
– Generates accurate and valuable information
 Poorly designed database:
– Causes difficult-to-trace errors
Discussion
 What is:
 Data Redundancy?
 Data Anomalies?
• What are the types of data anomalies?
Data Redundancy
 Data redundancy: same data stored
unnecessarily in different place.
 In simple words Redundancy means
repetition. In database terms,
redundancy refers to the fact that again
and again same data is repeated in a
table or database which occupies more
space.
 Modern databases are designed to
reduce redundancy. In certain cases,
redundancy cannot be eliminated 100%
but surely can be reduced.
Data Anomalies
 Data anomalies is abnormalities
when all changes in redundant data
not made correctly.
 Anomalies are problems that can
occur in poorly planned, un
normalised databases where all the
data is stored in one table.
 Updation anomaly
 Insertion anomaly
 Deletion anomaly
Insertion Anomaly
 The insertion anomaly is the inability
to add data to the database due to the
absence of other data.
 It occurs when certain attributes can
not be inserted into the database
without presence of other attributes.
Updation Anomaly
 An updation anomaly exists when
one or more instances of duplicated
data is updated, but not all.
Deletion Anomaly
 Deletion anomaly exists when certain
attributes are lost because of the
deletion of the other attributes.
Normalization
 Normalization is the process of
removing or minimizing redundancy
from a table.
Name Age Class Division
Ali 14 8 A
Ali 14 8 A
The Database System
Environment
Database system: defines and
regulates the collection, storage,
management, use of data • Five major
parts of a database system:
 Hardware
 Software
 People
 Procedures
 Data
The Database System
Environment (continued)
 Hardware: all the system’s physical devices
 Software: three types of software required:
Operating system software
 DBMS software
Application programs and utility software
 People: all users of the database system:
 System and database administrators
 Database designers
 Systems analysts and programmers
 End users
• Procedures: instructions and rules that govern the
design and use of the database system
• Data: the collection of facts stored in the database
Database Management
System
 Database management system
(DBMS) is a software system that is
used to create, maintain, and provide
controlled access to user databases.
 What are the advantages and
disadvantage of the DBMS?
Advantages of DBMS
1. Improved data sharing
An advantage of the database management approach is, the
DBMS helps to create an environment in which end users have
better access to more and better-managed data.
 Such access makes it possible for end users to respond
quickly to changes in their environment.
2. Improved data security
The more users access the data, the greater the risks of data
security breaches. Corporations invest considerable amounts of
time, effort, and money to ensure that corporate data are used
properly. A DBMS provides a framework for better enforcement
of data privacy and security policies.
3. Improved decision making
Better-managed data and improved data access make it
possible to generate better-quality information, on which better
decisions are based. The quality of the information generated
depends on the quality of the underlying data.
Data quality is a comprehensive approach to promoting the
accuracy, validity, and timeliness of the data. While the DBMS
does not guarantee data quality, it provides a framework to
facilitate data quality initiatives.
Disadvantages of Database
Management System (DBMS):
1. Increased costs
One of the disadvantages of dbms is Database systems require
sophisticated hardware and software and highly skilled personnel. The
cost of maintaining the hardware, software, and personnel required to
operate and manage a database system can be substantial. Training,
licensing, and regulation compliance costs are often overlooked when
database systems are implemented.
2. Management complexity
Database systems interface with many different technologies and have
a significant impact on a company’s resources and culture. The
changes introduced by the adoption of a database system must be
properly managed to ensure that they help advance the company’s
objectives. Given the fact that database systems hold crucial company
data that are accessed from multiple sources, security issues must be
assessed constantly.
3. Maintaining currency
 To maximize the efficiency of the database system, you must keep
your system current. Therefore, you must perform frequent updates
and apply the latest patches and security measures to all
components.
 Because database technology advances rapidly, personnel training
costs tend to be significant. Vendor dependence. Given the heavy
investment in technology and personnel training, companies might
What is Oracle?
 Oracle database is a relational
database management system. It is
known as oracle database, oracle DB
or simply oracle.
 It is produced and marketed by oracle
corporation.
 Oracle database is the first database
designed for enterprise computing.
Enterprise computing provides the
most flexible and cost effective way to
manage information and applications
Different editions of Oracle
database
 Following are the four editions of the
Oracle database
1.Enterprise edition: it is the most
secure edition. It offers all features
including performance and security
2.Standard edition: it provides the base
functionality for users that do not
require enterprise editions package.
3.Express edition(XE): it is lightweight,
free and limited windows and Linux
edition
4.Oracle lite: it is designed for mobile
devices.
The Beginning - 1977
 Larry Ellison co-founded Oracle
Corporation in 1977 with Bob Miner
and Ed Oates under the name
Software Development Laboratories
(SDL)
 Ellison took inspiration from the 1970
paper written by Edgar F. Codd on
relational database management
systems(RDBMS) named “A
Relational Model of Data for Large
Shared Data Banks.”
Oracle Corporation – 1979,
1982, 1995
 Ellison wanted to make Oracle’s product
compatible with the IBM system but
failed to do.
 SDL changed its name to Relational
Software Inc.(RSI) in 1979
 Then again changed to Oracle Systems
Corporation in 1982
 In 1995, Oracle Systems Corporation
changed its name to Oracle Corporation,
Officially named Oracle but sometimes
called to as Oracle Corporation.
Chapter 1 Database Systems.pptx
Chapter 1 Database Systems.pptx

More Related Content

Similar to Chapter 1 Database Systems.pptx

DBMS-INTRODUCTION.pptx
DBMS-INTRODUCTION.pptxDBMS-INTRODUCTION.pptx
DBMS-INTRODUCTION.pptx
DivyaKS12
 
Chapter 5 data processing
Chapter 5 data processingChapter 5 data processing
Chapter 5 data processingUMaine
 
database ppt(2)
database ppt(2)database ppt(2)
database ppt(2)
EshetuGeletu2
 
Data base management system
Data base management systemData base management system
Data base management system
ashirafzal1
 
INTRODUCTION TO DATABASE-SYSTEMS PRESENTATION.pptx
INTRODUCTION TO DATABASE-SYSTEMS PRESENTATION.pptxINTRODUCTION TO DATABASE-SYSTEMS PRESENTATION.pptx
INTRODUCTION TO DATABASE-SYSTEMS PRESENTATION.pptx
renadmajid789
 
Database Design and Implementation
Database Design and ImplementationDatabase Design and Implementation
Database Design and ImplementationChristian Reina
 
Dbms mca-section a
Dbms mca-section aDbms mca-section a
Dbms mca-section a
Vaibhav Kathuria
 
database chap 1 and 2.pptx
database chap 1 and 2.pptxdatabase chap 1 and 2.pptx
database chap 1 and 2.pptx
Eliasasefa
 
Cp 121 lecture 01
Cp 121 lecture 01Cp 121 lecture 01
Cp 121 lecture 01
ITNet
 
1. Chapter One.pdf
1. Chapter One.pdf1. Chapter One.pdf
1. Chapter One.pdf
fikadumola
 
Database Systems
Database SystemsDatabase Systems
Database Systems
Usman Tariq
 
Database management system (part 1)
Database management system (part 1)Database management system (part 1)
Database management system (part 1)
KavithaA19
 
What is Database Management.pdf
What is Database Management.pdfWhat is Database Management.pdf
What is Database Management.pdf
Konverge Technologies Pvt. Ltd.
 
Unit 1.pptx
Unit 1.pptxUnit 1.pptx
Unit 1.pptx
chatkall46
 
Lecture#5
Lecture#5Lecture#5
LESSON 1 - DATABASE MANAGEMENT SYSTEM.pptx
LESSON 1 - DATABASE MANAGEMENT SYSTEM.pptxLESSON 1 - DATABASE MANAGEMENT SYSTEM.pptx
LESSON 1 - DATABASE MANAGEMENT SYSTEM.pptx
calf_ville86
 
ICT L5+.pptx
ICT L5+.pptxICT L5+.pptx
ICT L5+.pptx
AssemNazirova2
 
Mis chapter 7 database systems
Mis chapter 7 database systemsMis chapter 7 database systems
Mis chapter 7 database systems
Filmon Habtemichael Tesfai
 

Similar to Chapter 1 Database Systems.pptx (20)

DBMS NOTES.pdf
DBMS  NOTES.pdfDBMS  NOTES.pdf
DBMS NOTES.pdf
 
DBMS-INTRODUCTION.pptx
DBMS-INTRODUCTION.pptxDBMS-INTRODUCTION.pptx
DBMS-INTRODUCTION.pptx
 
Chapter 5 data processing
Chapter 5 data processingChapter 5 data processing
Chapter 5 data processing
 
database ppt(2)
database ppt(2)database ppt(2)
database ppt(2)
 
Dbms models
Dbms modelsDbms models
Dbms models
 
Data base management system
Data base management systemData base management system
Data base management system
 
INTRODUCTION TO DATABASE-SYSTEMS PRESENTATION.pptx
INTRODUCTION TO DATABASE-SYSTEMS PRESENTATION.pptxINTRODUCTION TO DATABASE-SYSTEMS PRESENTATION.pptx
INTRODUCTION TO DATABASE-SYSTEMS PRESENTATION.pptx
 
Database Design and Implementation
Database Design and ImplementationDatabase Design and Implementation
Database Design and Implementation
 
Dbms mca-section a
Dbms mca-section aDbms mca-section a
Dbms mca-section a
 
database chap 1 and 2.pptx
database chap 1 and 2.pptxdatabase chap 1 and 2.pptx
database chap 1 and 2.pptx
 
Cp 121 lecture 01
Cp 121 lecture 01Cp 121 lecture 01
Cp 121 lecture 01
 
1. Chapter One.pdf
1. Chapter One.pdf1. Chapter One.pdf
1. Chapter One.pdf
 
Database Systems
Database SystemsDatabase Systems
Database Systems
 
Database management system (part 1)
Database management system (part 1)Database management system (part 1)
Database management system (part 1)
 
What is Database Management.pdf
What is Database Management.pdfWhat is Database Management.pdf
What is Database Management.pdf
 
Unit 1.pptx
Unit 1.pptxUnit 1.pptx
Unit 1.pptx
 
Lecture#5
Lecture#5Lecture#5
Lecture#5
 
LESSON 1 - DATABASE MANAGEMENT SYSTEM.pptx
LESSON 1 - DATABASE MANAGEMENT SYSTEM.pptxLESSON 1 - DATABASE MANAGEMENT SYSTEM.pptx
LESSON 1 - DATABASE MANAGEMENT SYSTEM.pptx
 
ICT L5+.pptx
ICT L5+.pptxICT L5+.pptx
ICT L5+.pptx
 
Mis chapter 7 database systems
Mis chapter 7 database systemsMis chapter 7 database systems
Mis chapter 7 database systems
 

Recently uploaded

"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
ArianaBusciglio
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Ashish Kohli
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
Krisztián Száraz
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Landownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptxLandownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptx
JezreelCabil2
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
thanhdowork
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 

Recently uploaded (20)

"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
Aficamten in HCM (SEQUOIA HCM TRIAL 2024)
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Landownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptxLandownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptx
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
A Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptxA Survey of Techniques for Maximizing LLM Performance.pptx
A Survey of Techniques for Maximizing LLM Performance.pptx
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 

Chapter 1 Database Systems.pptx

  • 1. Database Administrator(Oracle) Chapter 1: Database Systems Presented by: Abdalle M. Geele abdallegeele@gmail.com
  • 2. Objectives In this chapter, you will learn:  The difference between data and information  What a database is?  What the various types of databases are, and why they are valuable assets for decision making  The importance of database design  Data redundancy and data inconsistency  Data anomalies and types of anomalies  The main functions of a database management system (DBMS)  Advantages and disadvantages of DBMS  Oracle and its editions
  • 3. Data Vs Information  Data is stored representations of objects and events that have meaning and importance in the user’s environment. Structured Unstructured • Information is data that have been processed in such a way as to increase the knowledge of the person who uses the data
  • 4. What database is? Database is an organized collection of logically related data. So that it can easily be manipulated, accessed and managed. Types of Databases Databases can be classified according to:  Number of users  Database location(s)  Expected type and extent of use
  • 5.  List the types of databases? Give an example for each?
  • 6. Types of Databases  Single-user database supports only one user at a time – Desktop database – single-user, runs on PC  Multiuser database supports multiple users at the same time – Workgroup database supports a small number – Enterprise database supports a large number
  • 7. Types of Databases  Centralized database: data located at a single site  Distributed database: data distributed across several different sites  Operational database: supports a company’s day-to-day operations – Transactional or production database  Data warehouse: stores data used for tactical or strategic decisions
  • 8. Why Database Design is Important?  Database design focuses on design of database structure used for end-user data – Designer must identify database’s expected use  Well-designed database: – Facilitates data management – Generates accurate and valuable information  Poorly designed database: – Causes difficult-to-trace errors
  • 9. Discussion  What is:  Data Redundancy?  Data Anomalies? • What are the types of data anomalies?
  • 10. Data Redundancy  Data redundancy: same data stored unnecessarily in different place.  In simple words Redundancy means repetition. In database terms, redundancy refers to the fact that again and again same data is repeated in a table or database which occupies more space.  Modern databases are designed to reduce redundancy. In certain cases, redundancy cannot be eliminated 100% but surely can be reduced.
  • 11. Data Anomalies  Data anomalies is abnormalities when all changes in redundant data not made correctly.  Anomalies are problems that can occur in poorly planned, un normalised databases where all the data is stored in one table.  Updation anomaly  Insertion anomaly  Deletion anomaly
  • 12. Insertion Anomaly  The insertion anomaly is the inability to add data to the database due to the absence of other data.  It occurs when certain attributes can not be inserted into the database without presence of other attributes.
  • 13. Updation Anomaly  An updation anomaly exists when one or more instances of duplicated data is updated, but not all.
  • 14. Deletion Anomaly  Deletion anomaly exists when certain attributes are lost because of the deletion of the other attributes.
  • 15. Normalization  Normalization is the process of removing or minimizing redundancy from a table. Name Age Class Division Ali 14 8 A Ali 14 8 A
  • 16. The Database System Environment Database system: defines and regulates the collection, storage, management, use of data • Five major parts of a database system:  Hardware  Software  People  Procedures  Data
  • 17. The Database System Environment (continued)  Hardware: all the system’s physical devices  Software: three types of software required: Operating system software  DBMS software Application programs and utility software  People: all users of the database system:  System and database administrators  Database designers  Systems analysts and programmers  End users • Procedures: instructions and rules that govern the design and use of the database system • Data: the collection of facts stored in the database
  • 18. Database Management System  Database management system (DBMS) is a software system that is used to create, maintain, and provide controlled access to user databases.
  • 19.  What are the advantages and disadvantage of the DBMS?
  • 20. Advantages of DBMS 1. Improved data sharing An advantage of the database management approach is, the DBMS helps to create an environment in which end users have better access to more and better-managed data.  Such access makes it possible for end users to respond quickly to changes in their environment. 2. Improved data security The more users access the data, the greater the risks of data security breaches. Corporations invest considerable amounts of time, effort, and money to ensure that corporate data are used properly. A DBMS provides a framework for better enforcement of data privacy and security policies. 3. Improved decision making Better-managed data and improved data access make it possible to generate better-quality information, on which better decisions are based. The quality of the information generated depends on the quality of the underlying data. Data quality is a comprehensive approach to promoting the accuracy, validity, and timeliness of the data. While the DBMS does not guarantee data quality, it provides a framework to facilitate data quality initiatives.
  • 21. Disadvantages of Database Management System (DBMS): 1. Increased costs One of the disadvantages of dbms is Database systems require sophisticated hardware and software and highly skilled personnel. The cost of maintaining the hardware, software, and personnel required to operate and manage a database system can be substantial. Training, licensing, and regulation compliance costs are often overlooked when database systems are implemented. 2. Management complexity Database systems interface with many different technologies and have a significant impact on a company’s resources and culture. The changes introduced by the adoption of a database system must be properly managed to ensure that they help advance the company’s objectives. Given the fact that database systems hold crucial company data that are accessed from multiple sources, security issues must be assessed constantly. 3. Maintaining currency  To maximize the efficiency of the database system, you must keep your system current. Therefore, you must perform frequent updates and apply the latest patches and security measures to all components.  Because database technology advances rapidly, personnel training costs tend to be significant. Vendor dependence. Given the heavy investment in technology and personnel training, companies might
  • 22. What is Oracle?  Oracle database is a relational database management system. It is known as oracle database, oracle DB or simply oracle.  It is produced and marketed by oracle corporation.  Oracle database is the first database designed for enterprise computing. Enterprise computing provides the most flexible and cost effective way to manage information and applications
  • 23. Different editions of Oracle database  Following are the four editions of the Oracle database 1.Enterprise edition: it is the most secure edition. It offers all features including performance and security 2.Standard edition: it provides the base functionality for users that do not require enterprise editions package. 3.Express edition(XE): it is lightweight, free and limited windows and Linux edition 4.Oracle lite: it is designed for mobile devices.
  • 24. The Beginning - 1977  Larry Ellison co-founded Oracle Corporation in 1977 with Bob Miner and Ed Oates under the name Software Development Laboratories (SDL)  Ellison took inspiration from the 1970 paper written by Edgar F. Codd on relational database management systems(RDBMS) named “A Relational Model of Data for Large Shared Data Banks.”
  • 25. Oracle Corporation – 1979, 1982, 1995  Ellison wanted to make Oracle’s product compatible with the IBM system but failed to do.  SDL changed its name to Relational Software Inc.(RSI) in 1979  Then again changed to Oracle Systems Corporation in 1982  In 1995, Oracle Systems Corporation changed its name to Oracle Corporation, Officially named Oracle but sometimes called to as Oracle Corporation.