Oracle Database 11g: Database Administration (DBA) Track Training

Download Course Brochure

Instructor-Led Training Parameters

Course Highlights

  • Instructor-led Online Training
  • Project Based Learning
  • Certified & Experienced Trainers
  • Course Completion Certificate
  • Lifetime e-Learning Access
  • 24x7 After Training Support

Instructor-led Training Live Online Classes

Suitable batches for you

Mar, 2024 Weekdays Mon-Fri Enquire Now
Weekend Sat-Sun Enquire Now
Apr, 2024 Weekdays Mon-Fri Enquire Now
Weekend Sat-Sun Enquire Now

Share details to upskills your team



Build Your Own Customize Schedule



Oracle Database 11g: Database Administration (DBA) Track Training Course Overview

Oracle Database 11g: Database administration (DBA) Track training course cumulatively equips the participants with knowledge and skills about SQL and administrative workshop I and II. The Introduction to SQL section of this training enables you to build queries, create indexes, generate reports and work on external tables. The Administration Workshop I section of this training reinforces the elementary database administration concepts. The Administration Workshop II section of this training extends the learning from the fundamental level to detailed understanding of the DBA role including backup and recovery of data.

After learning Introduction to SQL section of this course, the learners will be able to:

  • Understand the features and basic concepts of relational databases.
  • Use data manipulation statements for performing various operations such as sorting, modifying, and retrieving data.
  • Customize output using single-row functions, conversion functions and conditional expressions.
  • Consolidate and display data from multiple tables using Joins and Group functions.
  • Use data definition language to create and manage tables.
  • Manage schema objects and control database access to specific objects.
  • Create indexes and constraints; and use regular expression.
  • Perform data management in different time zones.

On the completion of Administration Workshop I section of this course, the students will be able to:

  • Understand Oracle database architecture.
  • Install Oracle Grid Infrastructure and Oracle database software.
  • Configure Oracle Network Environment using Enterprise Manager.
  • Create and manage database, storage structures, and users.
  • Manage data manipulation and data concurrency.
  • Implementing Oracle Database Auditing.
  • Perform backup and recovery of the database.

By undergoing the Administration Workshop II section of the training, participants will be able to:

  • Understand backup and recoverability and use Recovery manager (RMAN) to perform it.
  • Use flashback technology to diagnose and repair data failures.
  • Perform memory management operations to use available space in optimized way and create room for growing requirements.
  • Identify and tune poorly performing SQL and database session by using SQL Tuning Advisor
  • Monitor and manage performance and resources.
  • Automate DBA tasks with the scheduler.
  • Clone a database and carry all operations on it for optimal use.
Target audience
  • PL/SQL Developer
  • Forms Developer
  • Application Developer
  • Support Engineer
  • Database administrator
  • Technical Administrator
  • Data Warehouse Administrator
Prerequisites

The candidates having familiarity with data processing concepts and techniques are eligible to go through this training.

Exams
Level Exam Name Exam Code
OCA Oracle Database11g: SQL Fundamental 1Z0-051
Oracle Database 11g: Administration I 1Z0-052
OCP Oracle database 11g:Administration II 1Z0-053

Oracle Database 11g: Database Administration (DBA) Track Training Course Content

Oracle Database: Introduction to SQL

Introduction to Oracle Database

  • List the features of Oracle Database 12c
  • Discuss the basic design, theoretical, and physical aspects of a relational database
  • Categorize the different types of SQL statements
  • Describe the data set used by the course
  • Log on to the database using SQL Developer environment
  • Save queries to files and use script files in SQL Developer

Retrieve Data using the SQL SELECT Statement

  • List the capabilities of SQL SELECT statements
  • Generate a report of data from the output of a basic SELECT statement
  • Select All Columns
  • Select Specific Columns
  • Use Column Heading Defaults
  • Use Arithmetic Operators
  • Understand Operator Precedence
  • Learn the DESCRIBE command to display the table structure

Learn to Restrict and Sort Data

  • Write queries that contain a WHERE clause to limit the output retrieved
  • List the comparison operators and logical operators that are used in a WHERE clause
  • Describe the rules of precedence for comparison and logical operators
  • Use character string literals in the WHERE clause
  • Write queries that contain an ORDER BY clause to sort the output of a SELECT statement
  • Sort output in descending and ascending order

Usage of Single-Row Functions to Customize Output

  • Describe the differences between single row and multiple row functions
  • Manipulate strings with character function in the SELECT and WHERE clauses
  • Manipulate numbers with the ROUND, TRUNC, and MOD functions
  • Perform arithmetic with date data
  • Manipulate dates with the DATE functions

Invoke Conversion Functions and Conditional Expressions

  • Describe implicit and explicit data type conversion
  • Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions
  • Nest multiple functions
  • Apply the NVL, NULLIF, and COALESCE functions to data
  • Use conditional IF THEN ELSE logic in a SELECT statement

Aggregate Data Using the Group Functions

  • Use the aggregation functions to produce meaningful reports
  • Divide the retrieved data in groups by using the GROUP BY clause
  • Exclude groups of data by using the HAVING clause

Display Data From Multiple Tables Using Joins

  • Write SELECT statements to access data from more than one table
  • View data that generally does not meet a join condition by using outer joins
  • Join a table to itself by using a self-join

Use Sub-queries to Solve Queries

  • Describe the types of problem that sub-queries can solve
  • Define sub-queries
  • List the types of sub-queries
  • Write single-row and multiple-row sub-queries

The SET Operators

  • Describe the SET operators
  • Use a SET operator to combine multiple queries into a single query
  • Control the order of rows returned

Data Manipulation Statements

  • Describe each DML statement
  • Insert rows into a table
  • Change rows in a table by the UPDATE statement
  • Delete rows from a table with the DELETE statement
  • Save and discard changes with the COMMIT and ROLLBACK statements
  • Explain read consistency

Use of DDL Statements to Create and Manage Tables

  • Categorize the main database objects
  • Review the table structure
  • List the data types available for columns
  • Create a simple table
  • Decipher how constraints can be created at table creation
  • Describe how schema objects work

Other Schema Objects

  • Create a simple and complex view
  • Retrieve data from views
  • Create, maintain, and use sequences
  • Create and maintain indexes
  • Create private and public synonyms

Control User Access

  • Differentiate system privileges from object privileges
  • Create Users
  • Grant System Privileges
  • Create and Grant Privileges to a Role
  • Change Your Password
  • Grant Object Privileges
  • How to pass on privileges?
  • Revoke Object Privileges

Management of Schema Objects

  • Add, Modify, and Drop a Column
  • Add, Drop, and Defer a Constraint
  • How to enable and Disable a Constraint?
  • Create and Remove Indexes
  • Create a Function-Based Index
  • Perform Flashback Operations
  • Create an External Table by Using ORACLE_LOADER and by Using ORACLE_DATAPUMP
  • Query External Tables

Manage Objects with Data Dictionary Views

  • Explain the data dictionary
  • Use the Dictionary Views
  • USER_OBJECTS and ALL_OBJECTS Views
  • Table and Column Information
  • Query the dictionary views for constraint information
  • Query the dictionary views for view, sequence, index and synonym information
  • Add a comment to a table
  • Query the dictionary views for comment information

Manipulate Large Data Sets

  • Use Subqueries to Manipulate Data
  • Retrieve Data Using a Subquery as Source
  • Insert Using a Subquery as a Target
  • Usage of the WITH CHECK OPTION Keyword on DML Statements
  • List the types of Multitable INSERT Statements
  • Use Multitable INSERT Statements
  • Merge rows in a table
  • Track Changes in Data over a period of time

Data Management in different Time Zones

  • Time Zones
  • CURRENT_DATE, CURRENT_TIMESTAMP, and LOCALTIMESTAMP
  • Compare Date and Time in a Session’s Time Zone
  • DBTIMEZONE and SESSIONTIMEZONE
  • Difference between DATE and TIMESTAMP
  • INTERVAL Data Types
  • Use EXTRACT, TZ_OFFSET and FROM_TZ
  • Invoke TO_TIMESTAMP,TO_YMINTERVAL and TO_DSINTERVAL

Retrieve Data Using Sub-queries

  • Multiple-Column Subqueries
  • Pairwise and Non-pairwise Comparison
  • Scalar Subquery Expressions
  • Solve problems with Correlated Subqueries
  • Update and Delete Rows Using Correlated Subqueries
  • The EXISTS and NOT EXISTS operators
  • Invoke the WITH clause
  • The Recursive WITH clause

Regular Expression Support

  • Use the Regular Expressions Functions and Conditions in SQL
  • Use Meta Characters with Regular Expressions
  • Perform a Basic Search using the REGEXP_LIKE function
  • Find patterns using the REGEXP_INSTR function
  • Extract Substrings using the REGEXP_SUBSTR function
  • Replace Patterns Using the REGEXP_REPLACE function
  • Usage of Sub-Expressions with Regular Expression Support
  • Implement the REGEXP_COUNT function

Oracle Database 11g: Administration Workshop I

Exploring the Oracle Database Architecture

  • Oracle Database Architecture Overview
  • Oracle ASM Architecture Overview
  • Process Architecture
  • Memory structures
  • Logical and physical storage structures
  • ASM storage components

Installing your Oracle Software

  • Tasks of an Oracle Database Administrator
  • Tools Used to Administer an Oracle Database
  • Installation: System Requirements
  • Oracle Universal Installer (OUI)
  • Installing Oracle Grid Infrastructure
  • Installing Oracle Database Software
  • Silent Install

Creating an Oracle Database

  • Planning the Database
  • Using the DBCA to Create a Database
  • Password Management
  • Creating a Database Design Template
  • Using the DBCA to Delete a Database

Managing the Oracle Database Instance

  • Start and stop the Oracle database and components
  • Use Oracle Enterprise Manager
  • Access a database with SQL*Plus
  • Modify database installation parameters
  • Describe the stages of database startup
  • Describe database shutdown options
  • View the alert log
  • Access dynamic performance views

Manage the ASM Instance

  • Set up initialization parameter files for ASM instance
  • Start up and shut down ASM instances
  • Administer ASM disk groups

Configuring the Oracle Network Environment

  • Use Enterprise Manager to create and configure the Listener
  • Enable Oracle Restart to monitor the listener
  • Use tnsping to test Oracle Net connectivity
  • Identify when to use shared servers and when to use dedicated servers

Managing Database Storage Structures

  • Storage Structures
  • How Table Data Is Stored
  • Anatomy of a Database Block
  • Space Management in Tablespaces
  • Tablespaces in the Preconfigured Database
  • Actions with Tablespaces
  • Oracle Managed Files (OMF)

Administering User Security

  • Database User Accounts
  • Predefined Administrative Accounts
  • Benefits of Roles
  • Predefined Roles
  • Implementing Profiles

Managing Data Concurrency

  • Data Concurrency
  • Enqueue Mechanism
  • Resolving Lock Conflicts
  • Deadlocks

Managing Undo Data

  • Data Manipulation
  • Transactions and Undo Data
  • Undo Data Versus Redo Data
  • Configuring Undo Retention

Implementing Oracle Database Auditing

  • Describe DBA responsibilities for security
  • Enable standard database auditing
  • Specify audit options
  • Review audit information
  • Maintain the audit trail

Database Maintenance

  • Manage optimizer statistics
  • Manage the Automatic Workload Repository (AWR)
  • Use the Automatic Database Diagnostic Monitor (ADDM)
  • Describe and use the advisory framework
  • Set alert thresholds
  • Use server-generated alerts
  • Use automated tasks

Performance Management

  • Performance Monitoring
  • Managing Memory Components
  • Enabling Automatic Memory Management (AMM)
  • Automatic Shared Memory Advisor
  • Using Memory Advisors
  • Dynamic Performance Statistics
  • Troubleshooting and Tuning Views
  • Invalid and Unusable Objects

Backup and Recovery Concepts

  • Part of Your Job
  • Statement Failure
  • User Error
  • Understanding Instance Recovery
  • Phases of Instance Recovery
  • Using the MTTR Advisor
  • Media Failure
  • Archive Log Files

Performing Database Backups

  • Backup Solutions: Overview
  • Oracle Secure Backup
  • User-Managed Backup
  • Terminology
  • Recovery Manager (RMAN)
  • Configuring Backup Settings
  • Backing Up the Control File to a Trace File
  • Monitoring the Flash Recovery Area

Performing Database Recovery

  • Opening a Database
  • Data Recovery Advisor
  • Loss of a Control File
  • Loss of a Redo Log File
  • Data Recovery Advisor
  • Data Failures
  • Listing Data Failures
  • Data Recovery Advisor Views

Moving Data

  • Describe ways to move data
  • Create and use directory objects
  • Use SQL*Loader to move data
  • Use external tables to move data
  • General architecture of Oracle Data Pump
  • Use Data Pump export and import to move data

Working with Support

  • Use the Enterprise Manager Support Workbench
  • Work with Oracle Support
  • Log service requests (SR)
  • Manage patches

Oracle Database 11g: Administration Workshop II

Core Concepts and Tools of the Oracle Database

  • The Oracle Database Architecture: Overview
  • ASM Storage Concepts
  • Connecting to the Database and the ASM Instance
  • DBA Tools Overview

Configuring for Recoverability

  • Purpose of Backup and Recovery (B&R), Typical Tasks and Terminology
  • Using the Recovery Manager (RMAN)
  • Configuring your Database for B&R Operations
  • Configuring Archivelog Mode
  • Configuring Backup Retention
  • Configuring and Using a Flash Recovery Area (FRA)

Using the RMAN Recovery Catalog

  • Tracking and Storing Backup Information
  • Setting up a Recovery Catalog
  • Recording Backups
  • Using RMAN Stored Scripts
  • Managing the Recovery Catalog (Backup, Export, Import, Upgrade, Drop and Virtual Private Catalog)

Configuring Backup Settings

  • Configuring and Managing Persistent Settings for RMAN
  • Configuring Autobackup of Control File
  • Backup optimization
  • Advanced Configuration Settings: Compressing Backups
  • Configuring Backup and Restore for Very Large Files (Multisection)

Creating Backups with RMAN

Restore and Recovery Task

Using RMAN to Perform Recovery

Monitoring and Tuning RMAN

Diagnosing the Database

Using Flashback Technology I

Using Flashback Technology II

Performing Flashback Database

Managing Memory

Managing Database Performance

Managing Performance by SQL Tuning

Managing Resources

  • RMAN backup types
  • Creating and Using the following:
    • Backup Sets and Image Copies
    • Whole Database Backup
    • Fast Incremental Backup
    • Configure Backup Destinations
    • Duplexed Backup Sets
    • Archival Backups
    • Restoring and Recovering
    • Causes of File Loss
    • Automatic Tempfile Recovery
    • Recovering from the Loss of a Redo Log Group
    • Recovering from a Lost Index Tablespace
    • Re-creating a Password Authentication File
    • Complete and Incomplete Recovery
    • Other Recovery Operations
    • Complete Recovery after Loss of a Critical or Noncritical Data File
    • Recovering Image Copies and Switching Files
    • Restore and Recovery of a Database in NOARCHIVELOG Mode
    • Incomplete Recovery
    • Performing Recovery with a Backup Control File
    • Restoring from Autobackup: Server Parameter File and Control File
    • Restoring and Recovering the Database on a New Host
    • Monitoring RMAN Jobs
    • Balance Between Speed of Backup Versus Speed of Recovery
    • RMAN Multiplexing
    • Synchronous and Asynchronous I/O
    • Explaining Performance Impact of MAXPIECESIZE, FILESPERSET, MAXOPENFILES and BACKUP DURATION
    • Data Recovery Advisor (DRA)
    • Block Corruption
    • Automatic Diagnostic Repository (ADR)
    • Health Monitor
    • The ADR Command-Line Tool, ADRCI
    • Flashback Technology: Overview and Setup
    • Using Flashback Technology to Query Data
    • Flashback Table
    • Flashback Transaction Query
    • Performing Flashback Transaction Backout
    • Oracle Total Recall
    • Flashback Drop and the Recycle Bin
    • Configuring Flashback Database
    • Performing Flashback Database Operations
    • Monitoring Flashback Database
    • Oracle Memory Structures
    • Oracle Database Memory Parameters
    • Using Automatic Memory Management
    • Automatic Shared Memory Management
    • Using Memory Advisors
    • Using Data Dictionary Views
    • Tuning Activities
    • Using Statistic Preferences
    • Optimizer Statistics Collection
    • Monitor the Performance of Sessions and Services
    • Automatic Workload Repository (AWR)
    • Describing the Benefits of Database Replay
    • SQL Tuning and SQL Advisors
    • Using SQL Tuning Advisor
    • SQL Access Advisor
    • SQL Performance Analyzer Overview

    Automating Tasks with the Scheduler

    Managing Space in Blocks

    Managing Space in Segments

    Managing Space for the Database

    Duplicating a Database

    • Database Resource Manager: Overview and Concepts
    • Accessing and Creating Resource Plans
    • Creating Consumer Group
    • Specifying Resource Plan Directives, including:
      • Limiting CPU Utilization at the Database Level
      • Instance Caging
      • Activating a Resource Plan
      • Monitoring the Resource Manager
      • Simplifying Management Tasks
      • Creating a Job, Program, and Schedule
      • Using Time-Based, Event-Based, and Complex Schedules
      • Describing the Use of Windows, Window Groups, Job Classes, and Consumer Groups
      • Multi-Destination Jobs
      • Free Space Management
      • Monitoring Space
      • Compressing Data
      • Segment Creation on Demand
      • Additional Automatic Space-Saving Functionality
      • Shrinking Segments
      • Segment Advisor
      • Managing Resumable Space Allocation
      • Using 4 KB-Sector Disks
      • Transporting Tablespaces
      • Transporting Databases
      • Purpose and Methods of Cloning a Database
      • Using RMAN to Create a Duplicate Database
      • Cloning a Database from a Backup
      • Duplicate a Database Based on a Running Instance
      • Targetless Duplicating a Database

video-img

Request for Enquiry

assessment_img

Free Oracle Database Admin Training Assessment

This assessment tests understanding of course content through MCQ and short answers, analytical thinking, problem-solving abilities, and effective communication of ideas. Some Multisoft Assessment Features :

  • User-friendly interface for easy navigation
  • Secure login and authentication measures to protect data
  • Automated scoring and grading to save time
  • Time limits and countdown timers to manage duration.
Try It Now

Oracle Database Admin Corporate Training

Employee training and development programs are essential to the success of businesses worldwide. With our best-in-class corporate trainings you can enhance employee productivity and increase efficiency of your organization. Created by global subject matter experts, we offer highest quality content that are tailored to match your company’s learning goals and budget.


500+
Global Clients
4.5 Client Satisfaction
Explore More

Customized Training

Be it schedule, duration or course material, you can entirely customize the trainings depending on the learning requirements

Expert
Mentors

Be it schedule, duration or course material, you can entirely customize the trainings depending on the learning requirements

360º Learning Solution

Be it schedule, duration or course material, you can entirely customize the trainings depending on the learning requirements

Learning Assessment

Be it schedule, duration or course material, you can entirely customize the trainings depending on the learning requirements

Certification Training Achievements: Recognizing Professional Expertise

Multisoft Systems is the “one-top learning platform” for everyone. Get trained with certified industry experts and receive a globally-recognized training certificate. Some Multisoft Training Certificate Features :

  • Globally recognized certificate
  • Course ID & Course Name
  • Certificate with Date of Issuance
  • Name and Digital Signature of the Awardee
Request for Certificate

What Attendees are Saying

Our clients love working with us! They appreciate our expertise, excellent communication, and exceptional results. Trustworthy partners for business success.

Share Feedback
  Chat On WhatsApp

+91-9810-306-956

Available 24x7 for your queries