Jump to content

Would You Like To Start An Outstanding Career In Database


D2trainings

Recommended Posts

Oracle 11g DBA + Linux Training ( 75 Hours)

By

8+ Years experienced MASTER DBA in USA!!!

 

 

This is a comprehensive course on

* Oracle11g Administration including Performance monitoring

* Linux Administration

* SQL Programming

* PL/SQL Programming

 

Trained by Oracle Certified DBA with 8+ year’s industry experience. 

* My profile http://www.linkedin.com/in/danielthedba/

* My blog  www.datadude.info

* My Website www.empiredatasystems.com

* My YouTube Channel www.youtube.com/user/empiredatasystems

* Please make contact for career discussion and my direct number is  267 718 1533

* Total duration of the course is 75 hours.

* Course fee is $500 per student.

* Course schedule is Monday to Friday 9:00PM to 11:00 PM Eastern Time.

 

After each class, you will get

* Excellent course material.

* Hands-On LAB exercises which you need to finish before next class.

* Recorded video of the live class which you can keep it forever and review it later.

My Credentials:

Mr.Parth is and Oracle Certified DBA (OCP) 7+ years’ experience in managing mission critical onlinesystems in Multi-country support environment.  He is an expertise in all areas which cover Oracle administration tasks. Installation, configuration, tuning, backup strategy, integration in OLTP and DWH environment on *nix and Windows OS in one-node and RAC configurations I can provide complete service for your existing Oracle DB as also install and configure your future Oracle database infrastructure. From 8.1.7* to 11.2* version on Linux, Windows, Solaris, HP-UX. - File system, raw devices, ASM. - Oracle DB performance tuning - Backup and recovery solutions for Oracle DB - Dataguard solutions - Data management - Security configuration - oracle failsafe administration, configuration, tuning - oracle golden gate administration, configuration - Installation and configuration OEM version 10g, 11g, 12c.

 

Parth has excellent communication skills and has always promoted an atmosphere where candid and open discussions take place. As a result the class is going to be highly interactive and high morale among students attending his class. 

Linux Course Content

1. Linux Introduction

* What is Linux

* Logging in to a Linux System

* Working with Linux Shells

* Changing your Password

* Editing Text files

2. Running Command and Getting Help

* Running Commands

* What is command

* Man command

* Navigating Man Pages

3. Browsing File system

* File Hierarchy Concept

* Current Working Directory

* File and Directory Names

* Changing Directory

* Copying Files and Directories

4. Users, Groups and Permissions

* User

* Group

* Permission Types

* Changing File Ownership

5. Investigating and Managing Process

* Process

* Signals

* Scheduling priority

* Job Control

6. Finding and Processing File

* Locate

* Find

* Executing Commands with Find

* Find and Access Time

7. Batch Shell

* Shell scripting

* Crontab Job

* Changing shell

8. Installing Linux on System 

* Partitions

* LVM

* Removing Partitions

Oracle 11g DBA Course Content

1. Installing the Oracle Database Software

* Objectives Tasks of an Oracle Database Administrator 

* Tools Used to Administer an Oracle Database

* Installation: System Requirements

* Checking the System Requirements

* Optimal Flexible Architecture (OFA)

* Using Optimal Flexible Architecture

* Setting Environment Variables

* Oracle Universal Installer (OUI)

* Installing the Oracle Software

* Database Configuration Options

* Executing Configuration Scripts

* Completing Your Installation

* Advanced Installation Options

* Installation Option: Silent Mode

2. Cre ating an Oracle Database

* Planning the Database

* Databases: Examples

* Database Configuration Assistant (DBCA)

* Using the DBCA to Create a Database

* Password Management

* Creating a Database Design Template 

* Using the DBCA to Delete a Database

3.Managing Schema Objects

* What Is a Schema?

* Accessing Schema Objects

* Naming Database Objects

* Specifying Data Types in Tables

* Creating and Modifying Tables

* Manipulating Data through SQL

* The INSERT Command

* The UPDATE Command

* The DELETE Command

* The MERGE Command

* The COMMIT and ROLLBACK Commands

* Understanding Data Integrity

* Defining Constraints

* Constraint Violations

* Constraint States

* Constraint Checking

* Creating Constraints with SQL: Examples

* Viewing the Columns in a Table

* Viewing the Contents of a Table

* Actions with Tables

* Dropping a Table

* Truncating a Table

* Indexes

* Types of Indexes

* B-Tree Index

* Bitmap Indexes

* Index Options

* Creating Indexes

* What Is a View?

* Creating Views

* Sequences

* Creating a Sequence

* Using a Sequence

* Temporary Tables

* Temporary Tables: Considerations

* Data Dictionary: Overview

* Data Dictionary Views

* Data Dictionary: Usage Examples

4. Introduction and Architecture

* Oracle Products and Services

* Oracle Database 11g: “g” Stands for Grid

* Oracle Database Architecture

* Database Structures

* Oracle Memory Structures

* Process Structures

* Oracle Instance Management

* Server Process and Database Buffer Cache

* Physical Database Structure

* Tablespaces and Data Files

* SYSTEM and SYSAUX

* Tablespaces

* Segments, Extents, and Blocks

* Logical and Physical Database Structures

* Course Examples: The HR Schema

* Database Architecture: Summary of Structural Components

5. Managing the Oracle Instance

* Management Framework

* Starting and Stopping Database Control

* Oracle Enterprise Manager

* Accessing Oracle Enterprise Manager

* Database Home Page

* Using SQL*Plus and iSQL*Plus to Access Your Database

* Using iSQL*Plus

* Setting Up iSQL*Plus for SYSDBA and SYSOPER

* Access Using SQL*Plus

* Calling SQL*Plus from a Shell Script

* Calling a SQL Script from SQL*Plus

* Initialization Parameter Files

* Simplified Initialization Parameters

* Viewing and Modifying Initialization Parameters

* Database Startup and Shutdown

* Starting Up an Oracle Database Instance

* Starting Up an Oracle Database Instance: NOMOUNT

* Starting Up an Oracle Database Instance: MOUNT

* Starting Up an Oracle Database Instance: OPEN

* Shutting Down an Oracle Database Instance

* Shutdown Modes

* SHUTDOWN Options

* Using SQL*Plus to Start Up and Shut Down

* Viewing the Alert Log

* Viewing the Alert History

* Dynamic Performance Views

* Dynamic Performance Views: Usage Examples

* Dynamic Performance Views: Considerations

6. Managing Database Storage Structures

* Storage Structures

* How Table Data Is Stored

* Anatomy of a Database Block

* Tablespaces and Data Files

* Oracle Managed Files (OMF)

* Space Management in Tablespaces

* Exploring the Storage Structure

* Creating a New Tablespace

* Storage for Locally Managed Tablespaces

* Tablespaces in the Preconfigured Database

* Altering a Tablespace

* Actions with Tablespaces

* Dropping Tablespaces

* Viewing Tablespace Information

* Gathering Storage Information

* Viewing Tablespace Contents

* Enlarging the Database

7. Administering User Security

* Database User Accounts

* Predefined Accounts: SYS and SYSTEM

* Creating a User

* Authenticating Users

* Administrator Authentication

* Unlocking a User Account and Resetting the Password

* Privileges

* System Privileges

* Object Privileges

* Revoking System Privileges with ADMIN OPTION

* Revoking Object Privileges with GRANT OPTION

* Benefits of Roles

* Assigning Privileges to Roles and Roles to Users

* Predefined Roles

* Creating a Role

* Secure Roles

* Assigning Roles to Users

* Profiles and Users

* Implementing Password Security Features

* Creating a Password Profile

* Supplied Password Verification Function: VERIFY_FUNCTION

* Assigning Quota to Users

8. Ma naging Data Concurrency

* Locks

* Locking Mechanism

* Data Concurrency

* DML Locks

* Enqueue Mechanism

* Lock Conflicts

* Possible Causes of Lock Conflicts

* Detecting Lock Conflicts

* Resolving Lock Conflicts

* Resolving Lock Conflicts Using SQL

* Deadlocks

* Practice Overview: Managing Data and Concurrency

9. Managing Undo Data

* Data Manipulation

* Undo Data

* Transactions and Undo Data

* Storing Undo Information

* Undo Data Versus Redo Data

* Monitoring Undo 

* Administering Undo

* Configuring Undo Retention

* Guaranteeing Undo Retention

* Sizing the Undo Tablespace

* Using the Undo Advisor

10. Im plementing Oracle Database Security

* Industry Security Requirements

* Separation of Responsibilities

* Database Security

* Principle of Least Privilege

* Applying the Principle of Least Privilege

* Monitoring for Suspicious Activity

* Standard Database Auditing

* Enabling Auditing

* Uniform Audit Trails

* Enterprise Manager Audit Page

* Specifying Audit Options

* Using and Maintaining Audit Information

* Value-Based Auditing

* Fine-Grained Auditing

* FGA Policy

* Audited DML Statement: Considerations

* FGA Guidelines

* DBA Auditing

* Maintaining the Audit Trail

* Security Updates

* Applying Security Patches

11.Configuring the Oracle Network Environment

* Oracle Net Services

* Oracle Net Listener

* Establishing Net Connections

* Establishing a Connection

* User Sessions

* Tools for Configuring and Managing the Oracle Network

* Listener Control Utility

* Listener Control Utility Syntax

* Listener Home Page

* Net Services Administration Pages

* Creating a Listener

* Adding Listener Addresses

* Database Service Registration

* Naming Methods

* Easy Connect

* Local Naming

* Directory Naming  

* External Naming Method

* Configuring Service Aliases

* Testing Oracle Net Connectivity

* User Sessions: Dedicated Server

* User Sessions: Shared Servers

* SGA and PGA

* Shared Server: Connection Pooling

* When Not to Use a Shared Server

12. Moving Data

* Moving Data: General Architecture

* Directory Object: Overview

* Creating Directory Objects

* SQL*Loader: Overview

* Loading Data with SQL*Loader

* SQL*Loader Control File

* Loading Methods

* Data Pump: Overview

* Data Pump: Benefits

* Data Pump Export and Import: Overview

* Data Pump Utility: Interfaces and Modes

* Fine-Grained Object Selection

* Advanced Feature: Sampling

* Export Options: Files

* Data Pump File Locations

* Scheduling and Running a Job

* Data Pump File Naming and Size

* Data Pump Import: Transformations

* Data Pump: Performance Consideration

* Performance Initialization Parameters

* Data Pump Access Path: Considerations

* Using Enterprise Manager to Monitor Data Pump Jobs

* External Table Population

* Using External Tables

* External Table Population with ORACLE_DATAPUMP

* External Table Population with

* ORACLE_LOADER

* Data Dictionary                     

13. Backup and Recovery Concepts

* Part of Your Job

* Categories of Failures

* Statement Failure

* User Process Failure

* Network Failure

* User Error

* Instance Failure

* Background Processes and Recovery: Checkpoint (CKPT)

* Background Processes and Recovery: Redo Log Files and LogWriter

* Background Processes and Recovery: Archiver (ARCn)

* Instance Recovery

* Phases of Instance Recovery

* Tuning Instance Recovery

* Using the MTTR Advisor

* Media Failure

* Configuring for Recoverability

* Control Files

* Redo Log Files

* Multiplexing the Redo Log

* Archive Log Files

* Archive Log File: Naming and Destinations

* ARCHIVELOG Mode

14. Performing Database Backups

* Backup Solutions: Overview

* Oracle Secure Backup

* User-Managed Backup

* Terminology

* Recovery Manager (RMAN)

* Configuring Backup Settings

* Scheduling Backups: Strategy

* Scheduling Backups: Options

* Scheduling Backups: Settings

* Scheduling Backups: Schedule

* Scheduling Backups: Review

* Backing Up the Control File to a Trace File

* Managing Backups

* Flash Recovery Area

15. Performing Database Recovery

* Opening a Database

* Changing Instance Status

* Keeping a Database Open

* Loss of a Control File

* Loss of a Redo Log File

* Loss of a Data File in NOARCHIVELOG Mode

* Loss of a Noncritical Data File in ARCHIVELOG Mode

* Loss of a System-Critical Data File in ARCHIVELOG Mode

16.Performing Flashback

* Flashback Technology: Benefits

* When to Use the Flashback Technology

* Flashing Back Any Error

* Flashback Database: Overview

* Flashback Database: Reducing Restore Time

* Flashback Database: Considerations

* Flashback Database: Limitations

* Enabling Flashback Database

* Flashback Table: Overview

* Flashback Table

* Performing Flashback Table

* Flashback Table: Considerations

* Flashback Drop: Overview

* Flashing Back Dropped Tables Through Enterprise Manager

* Flashback Drop: Considerations

* Flashback Query: Overview

* Flashback Query: Example

* Flashback Versions Query: Overview

* Flashback Versions Query Through Enterprise Manager

* Flashback Versions Query: Considerations

* Flashback Transaction Query: Overview

* Flashback Transaction Query Through Enterprise Manager

* Flashback Transaction Query: Considerations

17. Proactive Maintenance

* Proactive Maintenance

* Introducing Terminology

* Optimizer Statistics

* Using the Manage Optimizer Statistics Page

* Automatic Workload Repository (AWR)

* AWR Infrastructure

* AWR Snapshot Sets 

* Enterprise Manager and AWR

* Managing the AWR

* Statistic Levels 

* Automatic Database Diagnostic Monitor (ADDM)

* ADDM Findings

* ADDM Recommendations

* Advisory Framework 

* Enterprise Manager and Advisors

* The DBMS_ADVISOR Package

* Server-Generated Alerts

* Default Server-Generated Alerts

* Setting Thresholds

* Creating and Testing an Alert

* Alerts Notification

* Reacting to Alerts

* Alert Types and Clearing Alerts 

* Automated Maintenance Tasks

 

18. Performance Management

* Performance Monitoring

* Performance Monitoring: Top Sessions

* Performance Monitoring: Top Services 

* SQL Tuning Advisor: Overview

* SQL Tuning Advisor Options and Recommendations

* Using the SQL Tuning Advisor

* Using the SQL Tuning Advisor: Example

* SQL Tuning Advisor: SQL Statistics

* SQL Tuning Advisor: Identifying Duplicate SQL

* Using the SQL Access Advisor

* Managing Memory Components

* Enabling Automatic Shared Memory Management (ASMM)

* Manually Setting Shared Memory Management

* Using the Memory Advisor

* Dynamic Performance Statistics

Get trained from the MASTER!!!!! You will not be disappointed.

 

Please make contact for career discussion and my direct number is 267 718 1533

 

Join my course only if you are SERIOUS about learning Oracle 11g

 

This is a course run by a professional for other professionals.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...