SlideShare a Scribd company logo
United Global Soft
Call : +91 8099902123(IND)
+1-201-710-8393(USA)
Email : Info@Unitedglobalsoft.com
 ORACLE DBA Course Contents
 No. Of Hours : 48 Hours.
 Architecture & Configuration
 Overview of Oracle DBA tasks
 Oracle as a flexible, complex & robust RDBMS
 The evolution of hardware and the relation to
Oracle
 Different DBA job roles(VP of DBA, developer
DBA,production DBA, database babysitter)
 The changing job role of the Oracle DBA
 Environment management (network, CPU,
disk and RAM)
Email : Info@Unitedglobalsoft.com
 Instance management (managing SGA regions)
 Oracle table and index management
 Instance Architecture
 Instance vs. database
 Components of an instance
 Creating the OFA file structure ($DBA, bdump,
udump, pfile)
 Oracle Instance Internals

 SGA vs. PGA
 Background processes
 Interfaces with server and disk I/O subsystem
 Using SQL*Plus for DBA management


Email : Info@Unitedglobalsoft.com
 Connecting and executing SQL
 Using the “as sysdba” syntax
 Overview of SQL*Plus DBA commands
(startup, etc.)
 Control file, UNDO and REDO management
 Explaining the use of control files
 Listing the Contents of the control File
 File locations for control Files
 Obtaining Control File Information
 Listing control file contents
Email : Info@Unitedglobalsoft.com
 Displaying and Creating Undo segments
 Altering Undo Segments
 Determining the Number and Size of Undo
segments
 Understanding flashback technology
 Troubleshooting Undo – snapshot too old
 Redo log concepts for recovery
 Online redo log (log_buffer) online redo logs and
archived redo logs
 Oracle ARCH and LGWR background processes
 Redo log dictionary queries
 Redo log switch frequency and performance
 Multiplexing the Online Redo Log Files
 Archiving the Oracle Redo Logs
Email : Info@Unitedglobalsoft.com
 Recovery using the redo log files
 User and privilege management
 Creating New Database Users
 Using pre-spawned Oracle connections
 Auditing User activity
 Identifying System and Object Privileges
 Granting and Revoking Privileges
 Creating and Modifying Roles
 Displaying user security Information from the
Data Dictionary
 Oracle database management
Email : Info@Unitedglobalsoft.com
 Overview of instance management
 Parameter files (init.ora, listener.ora,
tnsnames.ora)
 Rules for sizing SGA components
 Automated Oracle memory management
(AMM)
 Initialization file management
 Creating the init.ora file
 Using spfile
 Displaying init.ora values with vparameter
 Oracle*Net configuration

Email : Info@Unitedglobalsoft.com
 Creating the listener.ora file
 Creating the tnsnames.ora file
 Data buffer configuration & sizing
 Inside the Oracle data buffers
 Using the KEEP pool
 Monitoring buffer effectiveness
 Using multiple blocksizes (multiple buffer
pools)
 Shared pool and PGA configuration & Sizing
Email : Info@Unitedglobalsoft.com
 Shared pool concepts and components
 Understanding the library cache
 Relieving shared pool contention
 Overview of PGA for sorting and hash joins
 Using sort_area_size, hash_area_size and
pga_aggregate_target
 Troubleshooting network connectivity
 Verifying network connectivity with ping and
tnsping
 Testing database links
 Oracle object management
Email : Info@Unitedglobalsoft.com
 Oracle tables, views and materialized views
 Types of Oracle tables (regular, IOT, sorted hash
clusters, nested tables)
 Oracle Views
 Oracle materialized views
 Oracle indexes
 Types of Oracle indexes (b-tree, bitmap, bitmap
join index)

 Creating B*-Tree, bitmap and function-based
Indexes
 Function-based indexes
 Finding indexing opportunities

Email : Info@Unitedglobalsoft.com
 Index maintenance
 Oracle constraints
 Costs & benefits of constraints
 Types of Oracle indexes constraints (check,
not null, unique, PK, FK)
 Cascading constraints
 Schema, File & tablespace management
 Describing the relationship between data
files, tablespaces and table
 Understanding Oracle segments
 Creating Tablespaces – using the autoextend
option

Email : Info@Unitedglobalsoft.com
 Changing the Size of Tablespaces – alter database datafile
command
 Defining a TEMP tablespace
 Changing the default storage Settings for a tablespace
 Review of the storage parameters in DBA views (ASM,
ASSM, pctfree, pctused
 and freelists)
 Monitoring Chained rows (fetch continued rows)
 Monitoring Insert and Update performance (pctused,
APPEND)
 Database Maintenance
 Reason for reorgs – chained rows, imbalanced freelists
 Reorganizing Tables using Export and Import
 Using CTAS to reorganize data
 Index rebuilding

Email : Info@Unitedglobalsoft.com
 Backup & Recovery overview (hot & cold
Backups, RMAN, block change tracking)
 Oracle DBA Utilities
 Data pump (Imp and exp utilities)
 SQL*Loader
 LogMiner ,Flashback Introduction DataGuard
 Creating and Modifying Roles
 Oracle DBA utilities – Oracle dbms packages
(dbms_redefinition)
 Introduction Replication (Streams,
multimaster, materialized views)
 Monitoring Oracle

Email : Info@Unitedglobalsoft.com
 This section explores the methods used for
monitoring all active components
 of the Oracle database.
 Dictionary and v$ views
 The dba_, all_ and user_ structures
 Querying the tables, indexes, and segments
views
 Querying the AWR (STATSPACK) tables
 Table & index monitoring
 Monitoring table extents and fragmentation
 Using the dba_tables and dba_segments
views
 Monitoring table CBO statistics
Email : Info@Unitedglobalsoft.com
 Monitoring table extents and fragmentation
 Locating chained rows
 Monitoring table & index growth
 Monitoring index usage
 Monitoring index fragmentation
 Locating un-used indexes
 Identifying IOT candidates
 Reorganizing Indexes with alter index rebuild
 Dropping Indexes
 Getting Index Information from the Data
Dictionary
 Instance monitoring

Email : Info@Unitedglobalsoft.com
 Monitoring with the AWR and STATSPACK
 Creating a time-series performance report
 Using www.statspackanalyzer.com
 Scripts for AWR and STATSPACK
 Plotting performance data (WISE, Excel)
 Finding performance trends and signatures
 Oracle environment monitoring
 Displaying and managing Oracle sessions
(v$session, v$process)
 Using AWR to monitor disk, network and CPU
consumption
 Monitoring the alert log
Email : Info@Unitedglobalsoft.com
 Oracle trace/dump files
 STATSPACK and AWR performance
management
 Installing STATSPACK
 Running STATSPACK reports
 Interpreting a STATSPACK report
 Getting time series reports with STATSPACK
 Finding performance signatures with
STATSPACK
 Performance Management
 This section explores the methods used for
performance management in Oracle and
Email : Info@Unitedglobalsoft.com
 shows tips and scripts for monitoring all
components of any Oracle database. You will also
learn
 the proper action to take when any area of Oracle
becomes a bottleneck.
 Bottleneck performance analysis
 Drill-down into AWR reports
 Top-5 timed events
 External Server Bottlenecks (Network, I/O, RAM,
CPU)
 Network troubleshooting
 Instance Tuning
 Changing init.ora optimizer parameters
(index_optimizer_cost_adj,
 optimizer_mode)
Email : Info@Unitedglobalsoft.com
 Managing region parameters (shared_pool_size,
db_cache_size)
 Understanding instance contention (e.g. Buffer
busy waits, library cache
 contention)
 SQL and CBO behavior

 Introduction to cost-based optimization

 Changing the default optimizer modes
 Optimizer parameters
 Dynamic sampling
 Collecting table and index statistics (dbms_stats)
 Using column histograms and skewonly
 Tracing SQL Execution
Email : Info@Unitedglobalsoft.com
 Using EXPLAIN PLAN
 Using “set autotrace”
 Interpreting EXPLAIN PLAN Output
 Using TKPROF / SQL*Trace
 SQL Execution Internals

 Review of Basic joining methods
 Merge join
 Hash Join
 Nested Loop join
 Advanced SQL operators
 Between operator
 SQL Tuning
Email : Info@Unitedglobalsoft.com
 Using hints to improve SQL performance
 Using parallel query to improve performance
 SQL reusability within the library cache
 Table high-water mark
 Table striping and table partitions
 Using indexes to improve performance
 Identifying full-table scans
 Re-writing SQL queries
 Tuning sub-queries
 Oracle High Availability tools
Email : Info@Unitedglobalsoft.com
 Continuous availability and disaster recovery
 Quantifying the cost of unplanned downtime
 Oracle multi-master replication
 Introduction to Data Guard
 Introduction to Oracle Streams
 Introduction to Real Application Clusters
 Backup & Recovery
 OS-level backups
 Hardware-level backup & recovery
 Block-level change tracking
 Disk mirroring
 & recovery and RAID level
 Oracle-level backups (exp, expdp & RMAN)
 Hot vs. Cold backups

Email : Info@Unitedglobalsoft.com
 Backup & recovery and RAID level
 Oracle-level backups (exp, expdp & RMAN)
 Hot vs. Cold backups
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com
Email : Info@Unitedglobalsoft.com

More Related Content

PPT
ora_sothea
PPTX
Oracle Tablespace - Basic
PPTX
Oracle DBA
PPTX
Oracle DBA Tutorial for Beginners -Oracle training institute in bangalore
PPT
Lecture2 oracle ppt
PPSX
Oracle database 12c new features
PPTX
Summer training oracle
PPT
Less04 Instance
ora_sothea
Oracle Tablespace - Basic
Oracle DBA
Oracle DBA Tutorial for Beginners -Oracle training institute in bangalore
Lecture2 oracle ppt
Oracle database 12c new features
Summer training oracle
Less04 Instance

What's hot (13)

PPT
Introduction to oracle
PPTX
Oracle architecture with details-yogiji creations
PPT
Oracle 10g Introduction 1
DOCX
Dba 3+ exp qus
DOCX
Oracle architecture
PDF
Oracle RDBMS architecture
PPTX
Oracle dba training
PPT
Introduction to oracle
PPT
Introduction to oracle(2)
DOCX
Oracle dba interview questions with answer
PPTX
Oracle Database 12c - New Features for Developers and DBAs
DOC
Oracle dba interview question
DOC
Steps for upgrading the database to 10g release 2
Introduction to oracle
Oracle architecture with details-yogiji creations
Oracle 10g Introduction 1
Dba 3+ exp qus
Oracle architecture
Oracle RDBMS architecture
Oracle dba training
Introduction to oracle
Introduction to oracle(2)
Oracle dba interview questions with answer
Oracle Database 12c - New Features for Developers and DBAs
Oracle dba interview question
Steps for upgrading the database to 10g release 2
Ad

Similar to Orcale dba training (20)

PPTX
Orcale dba training
PPTX
Oracle DBA Training in Hyderabad
PPTX
Oracle DBA Training in Hyderabad
PPTX
Oracle DBA Training in Hyderabad
PPTX
Oracle DBA Online Trainingin India
PPS
Oracle Database Overview
PPTX
ORACLE APPS DBA ONLINE TRAINING
DOCX
Oracle Database Administration 11g Course Content
PDF
MS-SQL SERVER ARCHITECTURE
PPTX
ORACLE CORE DBA ONLINE TRAINING
PPTX
Oracle core dba online training
PPTX
ORACLE CORE DBA ONLINE TRAINING
PPT
Capitulo 01 Dba 2
PPT
Sql server basics
PDF
ORACLE CORE DBA ONLINE TRAINING
PDF
Oracle core dba online training
PPTX
Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767
PPTX
Oracle dba training in singapore india usa uk canada
PPT
Saying goodbye to SQL Server 2000
PDF
Download full ebook of Oracle Sql Developer Narayanan Ajith instant download pdf
Orcale dba training
Oracle DBA Training in Hyderabad
Oracle DBA Training in Hyderabad
Oracle DBA Training in Hyderabad
Oracle DBA Online Trainingin India
Oracle Database Overview
ORACLE APPS DBA ONLINE TRAINING
Oracle Database Administration 11g Course Content
MS-SQL SERVER ARCHITECTURE
ORACLE CORE DBA ONLINE TRAINING
Oracle core dba online training
ORACLE CORE DBA ONLINE TRAINING
Capitulo 01 Dba 2
Sql server basics
ORACLE CORE DBA ONLINE TRAINING
Oracle core dba online training
Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767
Oracle dba training in singapore india usa uk canada
Saying goodbye to SQL Server 2000
Download full ebook of Oracle Sql Developer Narayanan Ajith instant download pdf
Ad

More from united global soft (20)

PPTX
Business Analyst Online Training in Hyderabad, India
PPTX
SEO Training Institute in Hyderabad
PPTX
QA Automation Testing Training in Hyderabad
PPT
Business analyst training in india
PPTX
Hadoop Online Training in India
PPTX
Tivoli Online Training in India
PPT
Business Analyst Online Training in India
PPTX
Oracle financials online training in india
PPTX
MSBI Online Training in Hyderabad
PPTX
Tivoli Online Training in India
PPTX
SQL DBA Training in India
PPTX
Oracle DBA Online Training in India
PPT
Business Analyst Training in India
PPTX
Selenium Testing Online Training in Hyderabad
PPTX
Tivoli Online Training in India
PPTX
QA Automation Testing Online Training in Hyderabad
PPTX
MSBI Online Training in Hyderabad
PPT
Business Analyst Online Training in India
PPT
Business Analyst Online Training in India
PPT
Business Analyst Online Training in India
Business Analyst Online Training in Hyderabad, India
SEO Training Institute in Hyderabad
QA Automation Testing Training in Hyderabad
Business analyst training in india
Hadoop Online Training in India
Tivoli Online Training in India
Business Analyst Online Training in India
Oracle financials online training in india
MSBI Online Training in Hyderabad
Tivoli Online Training in India
SQL DBA Training in India
Oracle DBA Online Training in India
Business Analyst Training in India
Selenium Testing Online Training in Hyderabad
Tivoli Online Training in India
QA Automation Testing Online Training in Hyderabad
MSBI Online Training in Hyderabad
Business Analyst Online Training in India
Business Analyst Online Training in India
Business Analyst Online Training in India

Recently uploaded (20)

PDF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Institutional Correction lecture only . . .
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Basic Mud Logging Guide for educational purpose
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PDF
Classroom Observation Tools for Teachers
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
Business Ethics Teaching Materials for college
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
Complications of Minimal Access Surgery at WLH
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Insiders guide to clinical Medicine.pdf
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Physiotherapy_for_Respiratory_and_Cardiac_Problems WEBBER.pdf
PPH.pptx obstetrics and gynecology in nursing
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
Pharma ospi slides which help in ospi learning
Final Presentation General Medicine 03-08-2024.pptx
Microbial diseases, their pathogenesis and prophylaxis
Institutional Correction lecture only . . .
O5-L3 Freight Transport Ops (International) V1.pdf
Basic Mud Logging Guide for educational purpose
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
Classroom Observation Tools for Teachers
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Business Ethics Teaching Materials for college
Renaissance Architecture: A Journey from Faith to Humanism
Complications of Minimal Access Surgery at WLH
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Abdominal Access Techniques with Prof. Dr. R K Mishra
Insiders guide to clinical Medicine.pdf
Pharmacology of Heart Failure /Pharmacotherapy of CHF

Orcale dba training

  • 1. United Global Soft Call : +91 8099902123(IND) +1-201-710-8393(USA) Email : Info@Unitedglobalsoft.com
  • 2.  ORACLE DBA Course Contents  No. Of Hours : 48 Hours.  Architecture & Configuration  Overview of Oracle DBA tasks  Oracle as a flexible, complex & robust RDBMS  The evolution of hardware and the relation to Oracle  Different DBA job roles(VP of DBA, developer DBA,production DBA, database babysitter)  The changing job role of the Oracle DBA  Environment management (network, CPU, disk and RAM) Email : Info@Unitedglobalsoft.com
  • 3.  Instance management (managing SGA regions)  Oracle table and index management  Instance Architecture  Instance vs. database  Components of an instance  Creating the OFA file structure ($DBA, bdump, udump, pfile)  Oracle Instance Internals   SGA vs. PGA  Background processes  Interfaces with server and disk I/O subsystem  Using SQL*Plus for DBA management   Email : Info@Unitedglobalsoft.com
  • 4.  Connecting and executing SQL  Using the “as sysdba” syntax  Overview of SQL*Plus DBA commands (startup, etc.)  Control file, UNDO and REDO management  Explaining the use of control files  Listing the Contents of the control File  File locations for control Files  Obtaining Control File Information  Listing control file contents Email : Info@Unitedglobalsoft.com
  • 5.  Displaying and Creating Undo segments  Altering Undo Segments  Determining the Number and Size of Undo segments  Understanding flashback technology  Troubleshooting Undo – snapshot too old  Redo log concepts for recovery  Online redo log (log_buffer) online redo logs and archived redo logs  Oracle ARCH and LGWR background processes  Redo log dictionary queries  Redo log switch frequency and performance  Multiplexing the Online Redo Log Files  Archiving the Oracle Redo Logs Email : Info@Unitedglobalsoft.com
  • 6.  Recovery using the redo log files  User and privilege management  Creating New Database Users  Using pre-spawned Oracle connections  Auditing User activity  Identifying System and Object Privileges  Granting and Revoking Privileges  Creating and Modifying Roles  Displaying user security Information from the Data Dictionary  Oracle database management Email : Info@Unitedglobalsoft.com
  • 7.  Overview of instance management  Parameter files (init.ora, listener.ora, tnsnames.ora)  Rules for sizing SGA components  Automated Oracle memory management (AMM)  Initialization file management  Creating the init.ora file  Using spfile  Displaying init.ora values with vparameter  Oracle*Net configuration  Email : Info@Unitedglobalsoft.com
  • 8.  Creating the listener.ora file  Creating the tnsnames.ora file  Data buffer configuration & sizing  Inside the Oracle data buffers  Using the KEEP pool  Monitoring buffer effectiveness  Using multiple blocksizes (multiple buffer pools)  Shared pool and PGA configuration & Sizing Email : Info@Unitedglobalsoft.com
  • 9.  Shared pool concepts and components  Understanding the library cache  Relieving shared pool contention  Overview of PGA for sorting and hash joins  Using sort_area_size, hash_area_size and pga_aggregate_target  Troubleshooting network connectivity  Verifying network connectivity with ping and tnsping  Testing database links  Oracle object management Email : Info@Unitedglobalsoft.com
  • 10.  Oracle tables, views and materialized views  Types of Oracle tables (regular, IOT, sorted hash clusters, nested tables)  Oracle Views  Oracle materialized views  Oracle indexes  Types of Oracle indexes (b-tree, bitmap, bitmap join index)   Creating B*-Tree, bitmap and function-based Indexes  Function-based indexes  Finding indexing opportunities  Email : Info@Unitedglobalsoft.com
  • 11.  Index maintenance  Oracle constraints  Costs & benefits of constraints  Types of Oracle indexes constraints (check, not null, unique, PK, FK)  Cascading constraints  Schema, File & tablespace management  Describing the relationship between data files, tablespaces and table  Understanding Oracle segments  Creating Tablespaces – using the autoextend option  Email : Info@Unitedglobalsoft.com
  • 12.  Changing the Size of Tablespaces – alter database datafile command  Defining a TEMP tablespace  Changing the default storage Settings for a tablespace  Review of the storage parameters in DBA views (ASM, ASSM, pctfree, pctused  and freelists)  Monitoring Chained rows (fetch continued rows)  Monitoring Insert and Update performance (pctused, APPEND)  Database Maintenance  Reason for reorgs – chained rows, imbalanced freelists  Reorganizing Tables using Export and Import  Using CTAS to reorganize data  Index rebuilding  Email : Info@Unitedglobalsoft.com
  • 13.  Backup & Recovery overview (hot & cold Backups, RMAN, block change tracking)  Oracle DBA Utilities  Data pump (Imp and exp utilities)  SQL*Loader  LogMiner ,Flashback Introduction DataGuard  Creating and Modifying Roles  Oracle DBA utilities – Oracle dbms packages (dbms_redefinition)  Introduction Replication (Streams, multimaster, materialized views)  Monitoring Oracle  Email : Info@Unitedglobalsoft.com
  • 14.  This section explores the methods used for monitoring all active components  of the Oracle database.  Dictionary and v$ views  The dba_, all_ and user_ structures  Querying the tables, indexes, and segments views  Querying the AWR (STATSPACK) tables  Table & index monitoring  Monitoring table extents and fragmentation  Using the dba_tables and dba_segments views  Monitoring table CBO statistics Email : Info@Unitedglobalsoft.com
  • 15.  Monitoring table extents and fragmentation  Locating chained rows  Monitoring table & index growth  Monitoring index usage  Monitoring index fragmentation  Locating un-used indexes  Identifying IOT candidates  Reorganizing Indexes with alter index rebuild  Dropping Indexes  Getting Index Information from the Data Dictionary  Instance monitoring  Email : Info@Unitedglobalsoft.com
  • 16.  Monitoring with the AWR and STATSPACK  Creating a time-series performance report  Using www.statspackanalyzer.com  Scripts for AWR and STATSPACK  Plotting performance data (WISE, Excel)  Finding performance trends and signatures  Oracle environment monitoring  Displaying and managing Oracle sessions (v$session, v$process)  Using AWR to monitor disk, network and CPU consumption  Monitoring the alert log Email : Info@Unitedglobalsoft.com
  • 17.  Oracle trace/dump files  STATSPACK and AWR performance management  Installing STATSPACK  Running STATSPACK reports  Interpreting a STATSPACK report  Getting time series reports with STATSPACK  Finding performance signatures with STATSPACK  Performance Management  This section explores the methods used for performance management in Oracle and Email : Info@Unitedglobalsoft.com
  • 18.  shows tips and scripts for monitoring all components of any Oracle database. You will also learn  the proper action to take when any area of Oracle becomes a bottleneck.  Bottleneck performance analysis  Drill-down into AWR reports  Top-5 timed events  External Server Bottlenecks (Network, I/O, RAM, CPU)  Network troubleshooting  Instance Tuning  Changing init.ora optimizer parameters (index_optimizer_cost_adj,  optimizer_mode) Email : Info@Unitedglobalsoft.com
  • 19.  Managing region parameters (shared_pool_size, db_cache_size)  Understanding instance contention (e.g. Buffer busy waits, library cache  contention)  SQL and CBO behavior   Introduction to cost-based optimization   Changing the default optimizer modes  Optimizer parameters  Dynamic sampling  Collecting table and index statistics (dbms_stats)  Using column histograms and skewonly  Tracing SQL Execution Email : Info@Unitedglobalsoft.com
  • 20.  Using EXPLAIN PLAN  Using “set autotrace”  Interpreting EXPLAIN PLAN Output  Using TKPROF / SQL*Trace  SQL Execution Internals   Review of Basic joining methods  Merge join  Hash Join  Nested Loop join  Advanced SQL operators  Between operator  SQL Tuning Email : Info@Unitedglobalsoft.com
  • 21.  Using hints to improve SQL performance  Using parallel query to improve performance  SQL reusability within the library cache  Table high-water mark  Table striping and table partitions  Using indexes to improve performance  Identifying full-table scans  Re-writing SQL queries  Tuning sub-queries  Oracle High Availability tools Email : Info@Unitedglobalsoft.com
  • 22.  Continuous availability and disaster recovery  Quantifying the cost of unplanned downtime  Oracle multi-master replication  Introduction to Data Guard  Introduction to Oracle Streams  Introduction to Real Application Clusters  Backup & Recovery  OS-level backups  Hardware-level backup & recovery  Block-level change tracking  Disk mirroring  & recovery and RAID level  Oracle-level backups (exp, expdp & RMAN)  Hot vs. Cold backups  Email : Info@Unitedglobalsoft.com
  • 23.  Backup & recovery and RAID level  Oracle-level backups (exp, expdp & RMAN)  Hot vs. Cold backups Email : Info@Unitedglobalsoft.com