Oracle
Oracle
Oracle
Introduction
Oracle
• Oracle is not a language
• Basically, Oracle is a company that provide
RDBMS
• What is RDBMS?
• RDBMS is a software
• What is RDBMS Software?
• Relational Database Management Software
Introduction
• An Oracle database is a collection of data treated as a unit.
• A database server is the key to solving the problems of
information management.
• In general, a server reliably manages a large amount of
data in a multiuser environment so that many users can
concurrently access the same data.
• All this is accomplished while delivering high performance.
• A database server also prevents unauthorized access and
provides efficient solutions for failure recovery.
INTRODUCTION
• Oracle Database Developer
• Responsible of creating and maintaining the
database using oracle technology stack.
• Develop new component of an application or
either convert application to run in Oracle
development environment.
Schema Definition
• Oracle database group related information
into logical structure called Schema
• The logical structure is known as schema
object.
• When you provide username and password,
you specify the schema and indicate that you
are its owner
Schema Object
• Every object in an Oracle Database belongs to only one schema, and
has a unique name with that schema.
• Some of the objects that schemas can contain are:
• Tables
• Views
• Indexes
• Sequences
• Synonyms
• Stored subprogram
• Triggers
• Packages
Database
• Database is a program to store the data
• What is data?
• It can be anything about which information is
to be stored
• Database are most widely used for businesses.
• All the Business related data is to be stored for
the purpose of making right decisions.
Database
• Example:
• Sales: A store sell two type of burgers. They
store the information about the sold burgers.
• From this data , they can guess which burger is
mostly liked by customers.
• Another Example:
• Websites: they contain all kind of data
Relational Database Management System