Overview

This course is targeted at Database Administratorsand begins with explaining the architecture of an Oracle Database instance and the tools used to access it. The course includes creating and managing a database, configuring and managing Oracle Net Services along with creating and administering pluggable databases (PDBs). You learn how to create and manage database storage, users, backup, and implement database security. Additionally, the course covers protection of database against failures, loading, and transporting data.

Read more +

Prerequisites

Oracle Database: SQL Workshop (or equivalent knowledge)
Please note: In order to provision you with your courseware and lab access for this course QA must share several items of basic personal information with our partner (usually your full name and email address). For more information on this please visit our QA Partner data sharing page. If you have any questions or concerns please contact your QA account manager.
Read more +

Outline

1 Introduction to Oracle Database
  • Objectives
  • Oracle Database Server Architecture: Overview
  • Oracle Database Instance Configurations
  • Oracle Multitenant Container Database: Introduction
  • Oracle Multitenant Container Database: Architecture
  • Oracle Database Memory Structures
  • Shared Pool
  • Database Buffer Cache
  • Redo Log Buffer
  • Large Pool
  • Java Pool and Streams Pool
  • Program Global Area (PGA)
  • Process Architecture
  • Process Structures
  • Database Writer Process (DBWn)
  • Log Writer Process (LGWR)
  • Checkpoint Process (CKPT)
  • System Monitor Process (SMON)
  • Process Monitor Process (PMON)
  • Recoverer Process
  • Archiver Processes (ARCn)
  • Database Sharding: Introduction
  • Oracle Database Server: Interactive Architecture Diagram
  • Summary
2 Accessing an Oracle Database
  • Objectives
  • Connecting to an Oracle Database Instance
  • Oracle Database Tools
  • Database Tool Choices
  • SQL*Plus
  • Oracle SQL Developer
  • Oracle SQL Developer: Connections
  • Oracle SQL Developer: DBA Actions
  • Database Configuration Assistant (DBCA)
  • Oracle Enterprise Manager Database Express
  • Enterprise Manager Cloud Control 13c Features
  • Oracle Enterprise Manager Component Overview
  • Single Pane of Glass for Enterprise Management
  • Oracle Enterprise Manager Database Management
  • Summary
3 Creating an Oracle Database by Using DBCA
  • Objectives
  • Planning the Database
  • Choosing a Database Template
  • Choosing the Appropriate Character Set
  • How are character sets used?
  • Setting NLS_LANG Correctly on the Client
  • Using the Database Configuration Assistant
  • Using DBCA in Silent Mode
  • Summary
4 Creating an Oracle Database by Using a SQL Command
  • Objectives
  • Creating a Container Database (CDB)
  • Creating a CDB by Using a SQL Command: Example
  • Using the SEED FILE_NAME_CONVERT Clause
  • Using the ENABLE PLUGGABLE DATABASE Clause
  • Summary
5 Starting Up and Shutting Down a Database Instance
  • Objectives
  • Starting the Oracle Database Instance
  • Shutting Down an Oracle Database Instance
  • Comparing SHUTDOWN Modes
  • Opening and Closing PDBs
  • Configuring PDBs to Automatically Open
  • Summary
6 Managing Database Instances
  • Objectives
  • Working with Initialization Parameters
  • Initialization Parameters
  • Modifying Initialization Parameters
  • Viewing Initialization Parameters
  • Working with the Automatic Diagnostic Repository
  • Automatic Diagnostic Repository
  • Viewing the Alert Log
  • Using Trace Files
  • Administering the DDL Log File
  • Querying Dynamic Performance Views
  • Considerations for Dynamic Performance Views
  • Data Dictionary: Overview
  • Querying the Oracle Data Dictionary
  • Summary
7 Oracle Net Services: Overview
  • Objectives
  • Connecting to the Database Instance
  • Oracle Net Services: Overview
  • Defining Oracle Net Services Components
  • Tools for Configuring and Managing Oracle Net Services
  • Oracle Net Listener: Overview
  • The Default Listener
  • Comparing Dedicated and Shared Server Architecture
  • Summary
8 Configuring Naming Methods
  • Objectives
  • Establishing Oracle Network Connections
  • Connecting to an Oracle Database Instance
  • Name Resolution
  • Establishing a Connection
  • User Sessions
  • Naming Methods
  • Easy Connect
  • Local Naming
  • Directory Naming
  • Using Database Services to Manage Workloads
  • Creating Database Services
  • Summary
9 Configuring and Administering the Listener
  • Objectives
  • Review: Oracle Net Services Overview
  • Oracle Net Listener: Overview
  • The Default Listener
  • Configuring Dynamic Service Registration
  • Configuring Static Service Registration
  • Summary
10 Configuring a Shared Server Architecture
  • Objectives
  • Shared Server Architecture: Overview
  • Comparing Dedicated and Shared Server Architecture: Review
  • Enabling Shared Server
  • Controlling Shared Server Operations
  • SGA and PGA Usage
  • Shared Server Configuration Considerations
  • Summary
  • Practice Overview
11 Creating PDBs from Seed
  • Objectives
  • Provisioning New Pluggable Databases
  • Tools
  • Creating a New PDB from PDB$SEED
  • Using the FILE_NAME_CONVERT Clause
  • Using OMF or the PDB_FILE_NAME_CONVERT Parameter
  • Summary
12 Using Other Techniques to Create PDBs
  • Objectives
  • Cloning Regular PDBs
  • Migrating Data from a Non-CDB into a CDB
  • Plugging a Non-CDB into CDB Using DBMS_PDB
  • Replicating a Non-CDB into a CDB by Using GoldenGate
  • Cloning a Non-CDB or Remote PDB
  • Using DBCA to Clone a Remote PDB
  • Plugging an Unplugged Regular PDB into CDB
  • Plugging in a PDB Using an Archive File
  • Cloning Remote PDBs in Hot Mode
  • Near-Zero Downtime PDB Relocation
  • Using DBCA to Relocate a Remote PDB
  • Proxy PDB: Query Across CDBs Proxying Root Replica
  • Creating a Proxy PDB
  • Summary
13 Managing PDBs
  • Objectives
  • Changing the PDB Mode
  • Modifying PDB Settings
  • Impact of Changing Initialization Parameters
  • Changing Initialization Parameters: Example
  • Using the ALTER SYSTEM Command in a PDB
  • Configuring Host Name and Port Number per PDB
  • Dropping PDBs
  • Summary
14 Database Storage Overview
  • Objectives
  • Database Storage Architecture
  • Logical and Physical Database Structures
  • Segments, Extents, and Blocks
  • Tablespaces and Data Files
  • Default Tablespaces in a Multitenant Container Database
  • SYSTEM and SYSAUX Tablespaces
  • Types of Segments
  • How Table Data Is Stored
  • Database Block Content
  • Understanding Deferred Segment Creation
  • Controlling Deferred Segment Creation
  • Monitoring Tablespace Space Usage
  • Summary
15 Creating and Managing Tablespaces
  • Objectives
  • Creating Tablespaces
  • Creating a Tablespace: Clauses
  • Creating Permanent Tablespaces in a CDB
  • Defining Default Permanent Tablespaces
  • Temporary Tablespaces
  • Altering and Dropping Tablespaces
  • Viewing Tablespace Information
  • Implementing Oracle Managed Files (OMF)
  • Enlarging the Database
  • Moving or Renaming Online Data Files
  • Examples: Moving and Renaming Online Data Files
  • Summary
16 Improving Space Usage
  • Objectives
  • Space Management Features
  • Block Space Management
  • Row Chaining and Migration
  • Free Space Management Within Segments
  • Allocating Extents
  • Using Unusable Indexes
  • Using Temporary Tables
  • Creating Global Temporary Tables
  • Creating Private Temporary Tables
  • Table Compression: Overview
  • Table Compression: Concepts
  • Compression for Direct-Path Insert Operations
  • Advanced Row Compression for DML Operations
  • Specifying Table Compression
  • Using the Compression Advisor
  • Resolving Space Usage Issues
  • Reclaiming Space by Shrinking Segments
  • Shrinking Segments
  • Results of a Shrink Operation
  • Managing Resumable Space Allocation
  • Using Resumable Space Allocation
  • Resuming Suspended Statements
  • What operations are resumable?
  • Summary
17 Managing Undo Data
  • Objectives
  • Undo Data: Overview
  • Transactions and Undo Data
  • Storing Undo Information
  • Comparing Undo Data and Redo Data
  • Managing Undo
  • Comparing SHARED Undo Mode and LOCAL Undo Mode
  • Configuring Undo Retention
  • Categories of Undo
  • Guaranteeing Undo Retention
  • Changing an Undo Tablespace to a Fixed Size
  • Temporary Undo: Overview
  • Temporary Undo Benefits
  • Enabling Temporary Undo
  • Monitoring Temporary Undo
  • Summary
18 Creating and Managing User Accounts
  • Objectives
  • Database User Accounts
  • Oracle-Supplied Administrator Accounts
  • Creating Oracle Database Users in a Multitenant Environment
  • Creating Common Users in the CDB and PDBs
  • Creating Schema-Only Accounts
  • Authenticating Users
  • Using Password Authentication
  • Using Password File Authentication
  • Using OS Authentication
  • OS Authentication for Privileged Users
  • Assigning Quotas
  • Summary
19 Configuring Privilege and Role Authorization
  • Objectives
  • Privileges
  • System Privileges
  • System Privileges for Administrators
  • Schema-Level Privileges
  • New Developer Role and Simplified Schema Privileges
  • Object Privileges
  • Granting Privileges in a Multitenant Environment
  • Granting Privileges: Example
  • Using Roles to Manage Privileges
  • Assigning Privileges to Roles and Assigning Roles to Users
  • Oracle-Supplied Roles
  • Granting Roles in a Multitenant Environment
  • Granting Roles: Example
  • Making Roles More Secure
  • Revoking Roles and Privileges
  • Granting and Revoking System Privileges
  • Granting and Revoking Object Privileges
  • Summary
20 Configuring User Resource Limits
  • Objectives
  • Profiles and Users
  • Creating Profiles in a Multitenant Architecture
  • Creating Profiles: Example
  • Profile Parameters: Resources
  • Profile Parameters: Locking and Passwords
  • Oracle-Supplied Password Verification Functions
  • Assigning Profiles in a Multitenant Architecture
  • Summary
21 Implementing Oracle Database Auditing
  • Objectives
  • Database Security
  • Monitoring for Compliance
  • Types of Activities to be Audited
  • Mandatorily Audited Activities
  • Understanding Auditing Implementation
  • Administering the Roles Required for Auditing
  • Database Auditing: Overview
  • Configuring Auditing
  • Creating a Unified Audit Policy
  • Creating an Audit Policy: Systemwide Audit Options
  • Creating an Audit Policy: Object-Specific Actions
  • Creating an Audit Policy: Specifying Conditions
  • Enabling and Disabling Audit Policies
  • Auditing Actions in the CDB and PDBs
  • Modifying a Unified Audit Policy
  • Auditing Top-Level Statements Only
  • Viewing Audit Policy Information
  • Value-Based Auditing
  • Fine-Grained Auditing
  • FGA Policy
  • Audited DML Statements: Considerations
  • FGA Guidelines
  • Archiving and Purging the Audit Trail
  • Purging Audit Trail Records
  • Summary
22 Introduction to Loading and Transporting Data
  • Objectives
  • Moving Data: General Architecture
  • Oracle Data Pump: Overview
  • Oracle Data Pump: Benefits
  • SQL Loader: Overview
  • Summary
23 Loading Data
  • Objectives
  • SQL Loader: Review
  • Creating the SQL*Loader Control File
  • SQL*Loader Loading Methods
  • Protecting Against Data Loss
  • SQL*Loader Express Mode
  • Using SQL*Loader to Load a Table in a PDB
  • Summary
24 Transporting Data
  • Objectives
  • Data Pump Export and Import Clients
  • Data Pump Interfaces and Modes
  • Data Pump Import Transformations
  • Using Oracle Data Pump with PDBs
  • Exporting from a Non-CDB and Importing into a PDB
  • Exporting and Importing Between PDBs
  • Full Transportable Export/Import
  • Full Transportable Export/Import: Example
  • Transporting a Database Over the Network: Example
  • Using RMAN to Transport Data Across Platforms
  • RMAN CONVERT Command
  • Transporting Data with Minimum Down Time
  • Transporting a Tablespace by Using Image Copies
  • Determining the Endian Format of a Platform
  • Transporting Data with Backup Sets
  • Transporting a Tablespace
  • Transporting Inconsistent Tablespaces
  • Summary
25 Using External Tables to Load and Transport Data
  • Objectives
  • External Tables
  • External Tables: Benefits
  • ORACLE_LOADER Access Driver
  • ORACLE_DATAPUMP Access Driver
  • External Tables
  • Viewing Information About External Tables
  • Summary
  • Practice Overview
26 Automated Maintenance Tasks: Overview
  • Objectives
  • Proactive Database Maintenance Infrastructure
  • Automated Maintenance Tasks: Components
  • Predefined Automated Maintenance Tasks
  • Maintenance Windows
  • Predefined Maintenance Windows
  • Automated Maintenance Tasks
  • Summary
27 Automated Maintenance Tasks: Managing Tasks and Windows
  • Objectives
  • Configuring Automated Maintenance Tasks
  • Enabling and Disabling Maintenance Tasks
  • Creating and Managing Maintenance Windows
  • Resource Allocations for Automated Maintenance Tasks
  • Changing Resource Allocations for Maintenance Tasks
  • Summary
  • Practice Overview
28 Database Monitoring and Tuning Performance Overview
  • Objectives
  • Performance Management Activities
  • Performance Planning Considerations
  • Database Maintenance
  • Automatic Workload Repository (AWR)
  • Automatic Database Diagnostic Monitor (ADDM)
  • Configuring Automatic ADDM Analysis at the PDB Level
  • Advisory Framework
  • Performance Tuning Methodology
  • Summary
29 Monitoring Database Performance
  • Objectives
  • Server-Generated Alerts
  • Setting Metric Thresholds
  • Reacting to Alerts
  • Alert Types and Clearing Alerts
  • Database Server Statistics and Metrics
  • Performance Monitoring
  • Viewing Statistics Information
  • Monitoring Wait Events
  • Monitoring Sessions
  • Monitoring Services
  • Summary
30 Analyzing SQL and Optimizing Access Paths
  • Objectives
  • SQL Tuning Process
  • Oracle Optimizer
  • Optimizer Statistics
  • Optimizer Statistics Collection
  • Setting Optimizer Statistics Preferences
  • Optimizer Statistics Advisor
  • Optimizer Statistics Advisor Report
  • Executing Optimizer Statistics Advisor Tasks
  • SQL Plan Directives
  • Adaptive Execution Plans
  • SQL Tuning Advisor: Overview
  • SQL Access Advisor: Overview
  • SQL Performance Analyzer: Overview
  • Managing Automated Tuning Tasks
  • Summary
Read more +

Why choose QA

Dates & Locations

Need to know

Frequently asked questions

How can I create an account on myQA.com?

There are a number of ways to create an account. If you are a self-funder, simply select the "Create account" option on the login page.

If you have been booked onto a course by your company, you will receive a confirmation email. From this email, select "Sign into myQA" and you will be taken to the "Create account" page. Complete all of the details and select "Create account".

If you have the booking number you can also go here and select the "I have a booking number" option. Enter the booking reference and your surname. If the details match, you will be taken to the "Create account" page from where you can enter your details and confirm your account.

Find more answers to frequently asked questions in our FAQs: Bookings & Cancellations page.

How do QA’s virtual classroom courses work?

Our virtual classroom courses allow you to access award-winning classroom training, without leaving your home or office. Our learning professionals are specially trained on how to interact with remote attendees and our remote labs ensure all participants can take part in hands-on exercises wherever they are.

We use the WebEx video conferencing platform by Cisco. Before you book, check that you meet the WebEx system requirements and run a test meeting (more details in the link below) to ensure the software is compatible with your firewall settings. If it doesn’t work, try adjusting your settings or contact your IT department about permitting the website.

How do QA’s online courses work?

QA online courses, also commonly known as distance learning courses or elearning courses, take the form of interactive software designed for individual learning, but you will also have access to full support from our subject-matter experts for the duration of your course. When you book a QA online learning course you will receive immediate access to it through our e-learning platform and you can start to learn straight away, from any compatible device. Access to the online learning platform is valid for one year from the booking date.

All courses are built around case studies and presented in an engaging format, which includes storytelling elements, video, audio and humour. Every case study is supported by sample documents and a collection of Knowledge Nuggets that provide more in-depth detail on the wider processes.

When will I receive my joining instructions?

Joining instructions for QA courses are sent two weeks prior to the course start date, or immediately if the booking is confirmed within this timeframe. For course bookings made via QA but delivered by a third-party supplier, joining instructions are sent to attendees prior to the training course, but timescales vary depending on each supplier’s terms. Read more FAQs.

When will I receive my certificate?

Certificates of Achievement are issued at the end the course, either as a hard copy or via email. Read more here.

Let's talk

By submitting this form, you agree to QA processing your data in accordance with our Privacy Policy and Terms & Conditions. You can unsubscribe at any time by clicking the link in our emails or contacting us directly.