Oracle 9i - PowerPoint PPT Presentation

1 / 12
About This Presentation
Title:

Oracle 9i

Description:

Collection of interrelated data & a set ... Airlines. Universities. Credit card transactions. Finance. Manufacturing. Human resources. Sales... CSD BITS Pilani ... – PowerPoint PPT presentation

Number of Views:18
Avg rating:3.0/5.0
Slides: 13
Provided by: pun4
Category:
Tags: airline | card | credit | oracle

less

Transcript and Presenter's Notes

Title: Oracle 9i


1
Oracle 9i
  • Puneet Shadija
  • Lecture - 1

2
Agenda
  • Understanding DBMS
  • Database System Application
  • Database Vs File system
  • Database Models
  • Hierarchical Model
  • Network Model
  • Relational Model
  • Database System Structure

3
What a Database is ???
  • Collection of interrelated data a set of
    program to access those data.
  • Goal is to provide way to store and retrieve data
    in an efficient and convenient manner.
  • Word MANAGEMENT indicates - providing
    mechanism for
  • Defining structure for storage of information.
  • Providing mechanism for manipulation of stored
    data.
  • Safety Mechanism

4
Database System Application
  • Banking
  • Airlines
  • Universities
  • Credit card transactions
  • Finance
  • Manufacturing
  • Human resources
  • Sales

5
Database Vs Filesystem
  • Data redundancy inconsistency
  • Difficulty in accessing data
  • Data isolation
  • Integrity problem
  • Atomicity problems
  • Concurrent-access anomalies
  • Security problem

6
Data Model
  • Data model is a description of both a container
    for data and a methodology for storing and
    retrieving data from that container
  • Few Data Models are
  • Hierarchical Database model
  • Network Database model
  • Relational Database Model

7
Hierarchical Model
  • Hierarchical Database Model defines
    hierarchically-arranged data.

8
Network Database Model
  • Network Model

9
Relational Database Model
  • A relational database allows the definition of
    data structures, storage and retrieval operations
    and integrity constraints. In such a database the
    data and relations between them are organized in
    tables. A table is a collection of records and
    each record in a table contains the same fields.
  • Features of RDBMS
  • Values Are Atomic
  • Each Row is Unique
  • Column Values Are of the Same Kind
  • The Sequence of Columns is Insignificant
  • The Sequence of Rows is Insignificant
  • Each Column Has a Unique Name

10
Database System Structure
  • Storage manager
  • Authorization integrity manager
  • Transaction manager
  • File manager (space allocation)
  • Buffer manager
  • Query Processor
  • DDL interpreter
  • DML compiler
  • Query evaluation Engine

11
Database System Structure
12
Questions ???
Write a Comment
User Comments (0)
About PowerShow.com