Oracle - Content Writing - Chapter 1
Oracle - Content Writing - Chapter 1
The purpose of this chapter is to introduce you the two basic approaches of data
management performed in computers.
The problems that occur from using the file-based approach has enlightened the
development of a new and innovative approach to manage humungous amount of
information related to an organization is treated as database approach.
1. Data: Data is collection of raw facts and figures. It is collected from various
sources for different purposes. It may consist of numbers, characters, symbols,
pictures, etc.,
2. Information: The processed data is called as information. It is an organized and
processed form of data. It is much more meaningful than data and is used for
decision making.
3. Metadata: Metadata provides information that describes the schema and other
information related to the stored data in the database, including storage,
programs, data elements, usage, and additional related information.
4. Data dictionary: A data dictionary can be treated as a collection of names,
definition and attributes for data elements and models. The data dictionary types
are classified as active and passive.
Introduction to prerequisites
Data redundancy
Data isolation
It is difficult for new applications to retrieve the appropriate data, which might be
stored in various files.
Integrity problems
Data values must satisfy certain consistency constraints that are specified in the
application programs.
Security problems
There are constraints regarding accessing privileges and also to enforce constraints.
Concurrency access
It is the ability of the database to allow multiple users access to the same record
without adversely affecting transaction processing.
The database management system uses certain terms to describe its components.
Database management: It is a software package that is designed to define,
manipulate, retrieve and manage data in a database. The type of database
management are treated as database models.
Database: A database is termed as a collection of tables (also called as entities).
Table: A table is made up of related records (tuples or horizontal rows). The main
criteria to be followed that each record should be unique within the table.
Fields: Each record is a combination of fields (attributes or vertical rows). A
record is considered as a single fact (like a vendor or purchase).
Database Models
Database models helps the users to identify the logical structure of a database and
basically determines the technique in which data can be stored, organized and
manipulated.
o Hierarchical Model
Hierarchical model is the oldest model. In this model, data is organized in a tree
with nodes representing records and branches representing fields. The data is
represented or stored in root node, parent node and child node.
o Network Model
o Relational Model
Step 2. In order to download the Oracle 19c software for any operating system
(for example, Windows 10), visit the following link:
https://www.oracle.com/technetwork/database/enterprise-edition/
downloads/index.html
Step 3. Click on the following link (ZIP) shown in the diagram to download the zip
file onto your system:
The recent stable version of Oracle 19c version is 19.3. The zip file contains the
software for Oracle 19c installation.
Step 4. Create a new folder (For example, Oracle_DB) in a drive (For example, C)
on your system. Now extract the zip file contents onto this new folder.
Step 5. Double click on the setup file to start the installation. Now the Oracle
installation popup window will open.
Note: User needs to login with administrative permission only for doing the
installation.
i. On the first step from Installer window, choose the “Create and configure
a single instance database” radio button and click on Next button to
continue.
ii. Now choose “Desktop class” and hit on Next button.
iii. At this point, user need to configure the user account. There are many
options available. User can choose to create a new Virtual account, use an
already existing user account or create a new account. Here, I will choose
“Create New Windows User” checkbox and provide User Name as oracle
and set desired password.
iv. Now, user need to configure the database. Choose the appropriate entry
from Oracle base dropdown list.
v. Note: When user changes the Oracle base value, the database file location
is automatically adjusted. Later set “Database edition” as Enterprise Edition
from the dropdown list. Create a password and later confirm it. Hit on
Next button.
vi. Now the Installer will check your system. After a few moments, user will
see the installation summary.
vii. Click on Install button to begin the installation process.
viii. Installer will take some time to do the installation process.
Step 6. After the installation is complete, user can access the Oracle Enterprise Manager
Database Express edition using the following link:
https://localhost:5500/em
Username: sys
Password: <password>