Oracle


An Oracle database is a collection of data treated as a unit. The purpose of a database is to store and retrieve related information. 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.

Oracle Database is the first database designed for enterprise grid computing, the most flexible and cost effective way to manage information and applications. Enterprise grid computing creates large pools of industry-standard, modular storage and servers. With this architecture, each new system can be rapidly provisioned from the pool of components. There is no need for peak workloads, because capacity can be easily added or reallocated from the resource pools as needed.

Module

  • Introduction
    • What is Database
    • What is Database Management System
    • Different Types of Database Models
    • Different versions of Oracle
    • Features of Oracle
    • Installation
  • SQL
    • What is SQL
    • Role of SQL in RDBMS
    • Data Types of Oracle
    • Naming rules in Oracle
    • What is Schema
    • Data Dictionary Tables
  • SQL Statement
    • Data Definition Language (DDL)
    • Data Retrieval Language (DRL)
    • Data Manipulation Language (DML)
    • Transaction Control Language (TCL)
    • Database Security and Privileges (DCL)
  • SELECT Statement with all Critarea
  • Constraints
  • Functions
    • Number Functions
    • Date Functions
    • Conversion Functions
    • General Functions
    • Conditional Expressions
    • Aggregate functions
  • Join
  • Sub Queries
  • Database Objects
    • Views
    • Index
    • Sequence
  • PL/SQL
    • Introduction to PL/SQL
    • Advantages of PL/SQL
    • The PL/SQL Block
    • Basic PL/SQL Block Structure
    • The Declaration Section
    • The Execution Section
    • The Exception Section
    • Generation Output
  • Variables
  • Constants
  • Conditional Statement
  • Looping Statement
  • Cursors
  • Exception Handling
  • Stored Procedures
  • User Define Functions
  • Packages
  • Triggers