Oracle Installation Introduction
Oracle Installation Introduction
To install the Oracle database on your computer, you need to download the installer from the below
link.
https://drive.google.com/drive/folders/13iCU3E6x8DoHVVmYDTtmyp2dnJiEEDJd?usp=sharing
After having the installation files which are in ZIP format, you need to extract them into a specific
folder on your computer.
The following picture shows the structure of the folder of the Oracle installation
files after extraction.
Installing Oracle Database
Now you need to double-click the setup.exe file to start the installation process. There will be 9 steps
that mostly automatically execute.
Step 1. It will show below window.
Installing Oracle Database
Step 6. Enter your password e.g sys and confirm your password sys.(both password should
be same) and click on next button.
Installing Oracle Database
Step 8. Now installation process will be start (if any window is appear on your screen click
on YES. ) .
Installing Oracle Database
Step 9. Once installation completes successfully, the installer will inform you as shown in the
following screenshot. Click the Finish button to close the window.
Installing PL/SQL Developer
To install the Oracle database on your computer, you need to download the installer from the below
link.
https://drive.google.com/drive/folders/13iCU3E6x8DoHVVmYDTtmyp2dnJiEEDJd?usp=sharing
After having the installation files which are in ZIP format, you need to extract them into a specific
folder on your computer.
Installing PL/SQL Developer
Step 1. Open extracted folder and double click on plsqldev1103 exc file and click on ok/yes
button.
Installing PL/SQL Developer
Step 7. PLSQL Developer icon is created on your desktop double click on that icon. Below
window will be open.
Installing PL/SQL Developer
Step 8. Please keep Username as it is i.e sys, enter password which you have enter at the
time of oracle installation e.g sys,
Database XE and Connect as SYSDBA.
Installing PL/SQL Developer
Step 9. Click on OK. Now you are able to connect database server using PLSQL Developer.
Introduction to Core
Database Concepts
Getting started with Databases and Structure Query Language (SQL)
Objectives
Define Databases
Discuss the functionality of relational database management systems.
Define SQL
What is a Database (db)?
Entity
Object comprised of various pieces of data.
Attribute
Piece of information (data) that describes an entity.
What is a Database (db)?
PLSQL
Used in oracle database management systems.
What is Oracle 11g
Availability
Ability of a system to be constantly accessible by it’s users.
Provides reliability through features like online backups, failover clustering and log shipping.
Scalability
Ability to easily grow in size to support a growing user base.
Distributed partition view which is a single queriable entity that is horizontally partitioned and housed
on multiple physical computers.
Summary