SlideShare a Scribd company logo
1 of 49
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

What's hot

Oracle architecture with details-yogiji creations
Oracle architecture with details-yogiji creationsOracle architecture with details-yogiji creations
Oracle architecture with details-yogiji creationsYogiji Creations
 
Dba 3+ exp qus
Dba 3+ exp qusDba 3+ exp qus
Dba 3+ exp quskrreddy21
 
Oracle architecture
Oracle architectureOracle architecture
Oracle architectureSoumya Das
 
Oracle RDBMS architecture
Oracle RDBMS architectureOracle RDBMS architecture
Oracle RDBMS architectureMartin Berger
 
Oracle dba training
Oracle  dba    training Oracle  dba    training
Oracle dba training P S Rani
 
Introduction to oracle(2)
Introduction to oracle(2)Introduction to oracle(2)
Introduction to oracle(2)Sumit Tambe
 
Introduction to oracle
Introduction to oracleIntroduction to oracle
Introduction to oracleSumit Tambe
 
Oracle dba interview questions with answer
Oracle dba interview questions with answerOracle dba interview questions with answer
Oracle dba interview questions with answerupenpriti
 
Oracle Database 12c - New Features for Developers and DBAs
Oracle Database 12c  - New Features for Developers and DBAsOracle Database 12c  - New Features for Developers and DBAs
Oracle Database 12c - New Features for Developers and DBAsAlex Zaballa
 
Oracle dba interview question
Oracle dba interview questionOracle dba interview question
Oracle dba interview questionAmarendra Sharma
 
Steps for upgrading the database to 10g release 2
Steps for upgrading the database to 10g release 2Steps for upgrading the database to 10g release 2
Steps for upgrading the database to 10g release 2nesmaddy
 

What's hot (14)

Less04 Instance
Less04 InstanceLess04 Instance
Less04 Instance
 
Introduction to oracle
Introduction to oracleIntroduction to oracle
Introduction to oracle
 
Oracle architecture with details-yogiji creations
Oracle architecture with details-yogiji creationsOracle architecture with details-yogiji creations
Oracle architecture with details-yogiji creations
 
Oracle 10g Introduction 1
Oracle 10g Introduction 1Oracle 10g Introduction 1
Oracle 10g Introduction 1
 
Dba 3+ exp qus
Dba 3+ exp qusDba 3+ exp qus
Dba 3+ exp qus
 
Oracle architecture
Oracle architectureOracle architecture
Oracle architecture
 
Oracle RDBMS architecture
Oracle RDBMS architectureOracle RDBMS architecture
Oracle RDBMS architecture
 
Oracle dba training
Oracle  dba    training Oracle  dba    training
Oracle dba training
 
Introduction to oracle(2)
Introduction to oracle(2)Introduction to oracle(2)
Introduction to oracle(2)
 
Introduction to oracle
Introduction to oracleIntroduction to oracle
Introduction to oracle
 
Oracle dba interview questions with answer
Oracle dba interview questions with answerOracle dba interview questions with answer
Oracle dba interview questions with answer
 
Oracle Database 12c - New Features for Developers and DBAs
Oracle Database 12c  - New Features for Developers and DBAsOracle Database 12c  - New Features for Developers and DBAs
Oracle Database 12c - New Features for Developers and DBAs
 
Oracle dba interview question
Oracle dba interview questionOracle dba interview question
Oracle dba interview question
 
Steps for upgrading the database to 10g release 2
Steps for upgrading the database to 10g release 2Steps for upgrading the database to 10g release 2
Steps for upgrading the database to 10g release 2
 

Viewers also liked

Bigtable and Boxwood
Bigtable and BoxwoodBigtable and Boxwood
Bigtable and BoxwoodEvan Weaver
 
Top 10 Oracle SQL tuning tips
Top 10 Oracle SQL tuning tipsTop 10 Oracle SQL tuning tips
Top 10 Oracle SQL tuning tipsNirav Shah
 
Tpr star tree
Tpr star treeTpr star tree
Tpr star treeWin Yu
 
Algorithm Introduction #18 B-Tree
Algorithm Introduction #18 B-TreeAlgorithm Introduction #18 B-Tree
Algorithm Introduction #18 B-TreeSatoshi Asano
 
Лекция 5: B-деревья (B-trees, k-way merge sort)
Лекция 5: B-деревья (B-trees, k-way merge sort)Лекция 5: B-деревья (B-trees, k-way merge sort)
Лекция 5: B-деревья (B-trees, k-way merge sort)Mikhail Kurnosov
 
CAD: introduction to floorplanning
CAD:  introduction to floorplanningCAD:  introduction to floorplanning
CAD: introduction to floorplanningTeam-VLSI-ITMU
 
Examining Mac File Structures
Examining Mac File StructuresExamining Mac File Structures
Examining Mac File Structuresprimeteacher32
 
17. Trees and Graphs
17. Trees and Graphs17. Trees and Graphs
17. Trees and GraphsIntro C# Book
 

Viewers also liked (13)

Bigtable and Boxwood
Bigtable and BoxwoodBigtable and Boxwood
Bigtable and Boxwood
 
B-link-tree
B-link-treeB-link-tree
B-link-tree
 
Top 10 Oracle SQL tuning tips
Top 10 Oracle SQL tuning tipsTop 10 Oracle SQL tuning tips
Top 10 Oracle SQL tuning tips
 
1.9 b tree
1.9 b tree1.9 b tree
1.9 b tree
 
Network Forensics
Network ForensicsNetwork Forensics
Network Forensics
 
Tpr star tree
Tpr star treeTpr star tree
Tpr star tree
 
B trees
B treesB trees
B trees
 
Algorithm Introduction #18 B-Tree
Algorithm Introduction #18 B-TreeAlgorithm Introduction #18 B-Tree
Algorithm Introduction #18 B-Tree
 
Лекция 5: B-деревья (B-trees, k-way merge sort)
Лекция 5: B-деревья (B-trees, k-way merge sort)Лекция 5: B-деревья (B-trees, k-way merge sort)
Лекция 5: B-деревья (B-trees, k-way merge sort)
 
floor planning
floor planningfloor planning
floor planning
 
CAD: introduction to floorplanning
CAD:  introduction to floorplanningCAD:  introduction to floorplanning
CAD: introduction to floorplanning
 
Examining Mac File Structures
Examining Mac File StructuresExamining Mac File Structures
Examining Mac File Structures
 
17. Trees and Graphs
17. Trees and Graphs17. Trees and Graphs
17. Trees and Graphs
 

Similar to Oracle DBA Online Training in India

Orcale dba training
Orcale dba trainingOrcale dba training
Orcale dba trainingUgs8008
 
Oracle DBA Training in Hyderabad
Oracle DBA Training in HyderabadOracle DBA Training in Hyderabad
Oracle DBA Training in Hyderabadunited global soft
 
Oracle DBA Training in Hyderabad
Oracle DBA Training in HyderabadOracle DBA Training in Hyderabad
Oracle DBA Training in HyderabadUgs8008
 
Oracle DBA Online Trainingin India
Oracle DBA Online Trainingin IndiaOracle DBA Online Trainingin India
Oracle DBA Online Trainingin Indiaunited global soft
 
Oracle DBA Training in Hyderabad
Oracle DBA Training in HyderabadOracle DBA Training in Hyderabad
Oracle DBA Training in Hyderabadunited global soft
 
Oracle Database Overview
Oracle Database OverviewOracle Database Overview
Oracle Database Overviewhonglee71
 
ORACLE APPS DBA ONLINE TRAINING
ORACLE APPS DBA ONLINE TRAININGORACLE APPS DBA ONLINE TRAINING
ORACLE APPS DBA ONLINE TRAININGSanthosh Sap
 
ORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGsapcrmtraining
 
ORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGtraining3
 
Oracle core dba online training
Oracle core dba online trainingOracle core dba online training
Oracle core dba online trainingSanthosh Reddy
 
Capitulo 01 Dba 2
Capitulo 01 Dba 2Capitulo 01 Dba 2
Capitulo 01 Dba 2Julio Pari
 
ORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGTRAINING ICON
 
Oracle core dba online training
Oracle core dba online trainingOracle core dba online training
Oracle core dba online trainingTRAINING ICON
 
Oracle dba training in singapore india usa uk canada
Oracle dba training in singapore india usa uk canadaOracle dba training in singapore india usa uk canada
Oracle dba training in singapore india usa uk canadatrainingindians
 
Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767
Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767
Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767trainingindians
 
Saying goodbye to SQL Server 2000
Saying goodbye to SQL Server 2000Saying goodbye to SQL Server 2000
Saying goodbye to SQL Server 2000ukdpe
 
ORACLE RAC DBA ONLINE TRAINING
ORACLE RAC DBA ONLINE TRAININGORACLE RAC DBA ONLINE TRAINING
ORACLE RAC DBA ONLINE TRAININGTRAINING ICON
 

Similar to Oracle DBA Online Training in India (20)

Orcale dba training
Orcale dba trainingOrcale dba training
Orcale dba training
 
Oracle DBA Training in Hyderabad
Oracle DBA Training in HyderabadOracle DBA Training in Hyderabad
Oracle DBA Training in Hyderabad
 
Oracle DBA Training in Hyderabad
Oracle DBA Training in HyderabadOracle DBA Training in Hyderabad
Oracle DBA Training in Hyderabad
 
Oracle DBA Online Trainingin India
Oracle DBA Online Trainingin IndiaOracle DBA Online Trainingin India
Oracle DBA Online Trainingin India
 
Oracle DBA Training in Hyderabad
Oracle DBA Training in HyderabadOracle DBA Training in Hyderabad
Oracle DBA Training in Hyderabad
 
Oracle Database Overview
Oracle Database OverviewOracle Database Overview
Oracle Database Overview
 
ORACLE APPS DBA ONLINE TRAINING
ORACLE APPS DBA ONLINE TRAININGORACLE APPS DBA ONLINE TRAINING
ORACLE APPS DBA ONLINE TRAINING
 
Oracle Database Administration 11g Course Content
Oracle Database Administration 11g Course ContentOracle Database Administration 11g Course Content
Oracle Database Administration 11g Course Content
 
MS-SQL SERVER ARCHITECTURE
MS-SQL SERVER ARCHITECTUREMS-SQL SERVER ARCHITECTURE
MS-SQL SERVER ARCHITECTURE
 
ORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAINING
 
ORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAINING
 
Oracle core dba online training
Oracle core dba online trainingOracle core dba online training
Oracle core dba online training
 
Capitulo 01 Dba 2
Capitulo 01 Dba 2Capitulo 01 Dba 2
Capitulo 01 Dba 2
 
Sql server basics
Sql server basicsSql server basics
Sql server basics
 
ORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAININGORACLE CORE DBA ONLINE TRAINING
ORACLE CORE DBA ONLINE TRAINING
 
Oracle core dba online training
Oracle core dba online trainingOracle core dba online training
Oracle core dba online training
 
Oracle dba training in singapore india usa uk canada
Oracle dba training in singapore india usa uk canadaOracle dba training in singapore india usa uk canada
Oracle dba training in singapore india usa uk canada
 
Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767
Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767
Oracle dba training in Canada|Oracle dba training From Canada phno 09705612767
 
Saying goodbye to SQL Server 2000
Saying goodbye to SQL Server 2000Saying goodbye to SQL Server 2000
Saying goodbye to SQL Server 2000
 
ORACLE RAC DBA ONLINE TRAINING
ORACLE RAC DBA ONLINE TRAININGORACLE RAC DBA ONLINE TRAINING
ORACLE RAC DBA ONLINE TRAINING
 

More from united global soft

Business Analyst Online Training in Hyderabad, India
Business Analyst Online Training in Hyderabad, IndiaBusiness Analyst Online Training in Hyderabad, India
Business Analyst Online Training in Hyderabad, Indiaunited global soft
 
SEO Training Institute in Hyderabad
SEO Training Institute in HyderabadSEO Training Institute in Hyderabad
SEO Training Institute in Hyderabadunited global soft
 
QA Automation Testing Training in Hyderabad
QA Automation Testing Training in HyderabadQA Automation Testing Training in Hyderabad
QA Automation Testing Training in Hyderabadunited global soft
 
Business analyst training in india
Business analyst training in indiaBusiness analyst training in india
Business analyst training in indiaunited global soft
 
Hadoop Online Training in India
Hadoop Online Training in India Hadoop Online Training in India
Hadoop Online Training in India united global soft
 
Tivoli Online Training in India
Tivoli Online Training in IndiaTivoli Online Training in India
Tivoli Online Training in Indiaunited global soft
 
Business Analyst Online Training in India
Business Analyst Online Training in IndiaBusiness Analyst Online Training in India
Business Analyst Online Training in Indiaunited global soft
 
Oracle financials online training in india
Oracle financials online training in indiaOracle financials online training in india
Oracle financials online training in indiaunited global soft
 
MSBI Online Training in Hyderabad
MSBI Online Training in HyderabadMSBI Online Training in Hyderabad
MSBI Online Training in Hyderabadunited global soft
 
Tivoli Online Training in India
Tivoli Online Training in IndiaTivoli Online Training in India
Tivoli Online Training in Indiaunited global soft
 
Business Analyst Training in India
Business Analyst Training in IndiaBusiness Analyst Training in India
Business Analyst Training in Indiaunited global soft
 
Selenium Testing Online Training in Hyderabad
Selenium Testing Online Training in HyderabadSelenium Testing Online Training in Hyderabad
Selenium Testing Online Training in Hyderabadunited global soft
 
Tivoli Online Training in India
Tivoli Online Training in IndiaTivoli Online Training in India
Tivoli Online Training in Indiaunited global soft
 
QA Automation Testing Online Training in Hyderabad
QA Automation Testing Online Training in HyderabadQA Automation Testing Online Training in Hyderabad
QA Automation Testing Online Training in Hyderabadunited global soft
 
MSBI Online Training in Hyderabad
MSBI Online Training in HyderabadMSBI Online Training in Hyderabad
MSBI Online Training in Hyderabadunited global soft
 
Business Analyst Online Training in India
Business Analyst Online Training in IndiaBusiness Analyst Online Training in India
Business Analyst Online Training in Indiaunited global soft
 
Business Analyst Online Training in India
Business Analyst Online Training in IndiaBusiness Analyst Online Training in India
Business Analyst Online Training in Indiaunited global soft
 
Business Analyst Online Training in India
Business Analyst Online Training in IndiaBusiness Analyst Online Training in India
Business Analyst Online Training in Indiaunited global soft
 

More from united global soft (20)

Business Analyst Online Training in Hyderabad, India
Business Analyst Online Training in Hyderabad, IndiaBusiness Analyst Online Training in Hyderabad, India
Business Analyst Online Training in Hyderabad, India
 
SEO Training Institute in Hyderabad
SEO Training Institute in HyderabadSEO Training Institute in Hyderabad
SEO Training Institute in Hyderabad
 
QA Automation Testing Training in Hyderabad
QA Automation Testing Training in HyderabadQA Automation Testing Training in Hyderabad
QA Automation Testing Training in Hyderabad
 
Business analyst training in india
Business analyst training in indiaBusiness analyst training in india
Business analyst training in india
 
Hadoop Online Training in India
Hadoop Online Training in India Hadoop Online Training in India
Hadoop Online Training in India
 
Tivoli Online Training in India
Tivoli Online Training in IndiaTivoli Online Training in India
Tivoli Online Training in India
 
Business Analyst Online Training in India
Business Analyst Online Training in IndiaBusiness Analyst Online Training in India
Business Analyst Online Training in India
 
Oracle financials online training in india
Oracle financials online training in indiaOracle financials online training in india
Oracle financials online training in india
 
MSBI Online Training in Hyderabad
MSBI Online Training in HyderabadMSBI Online Training in Hyderabad
MSBI Online Training in Hyderabad
 
Tivoli Online Training in India
Tivoli Online Training in IndiaTivoli Online Training in India
Tivoli Online Training in India
 
SQL DBA Training in India
SQL DBA Training in IndiaSQL DBA Training in India
SQL DBA Training in India
 
Business Analyst Training in India
Business Analyst Training in IndiaBusiness Analyst Training in India
Business Analyst Training in India
 
Selenium Testing Online Training in Hyderabad
Selenium Testing Online Training in HyderabadSelenium Testing Online Training in Hyderabad
Selenium Testing Online Training in Hyderabad
 
Tivoli Online Training in India
Tivoli Online Training in IndiaTivoli Online Training in India
Tivoli Online Training in India
 
QA Automation Testing Online Training in Hyderabad
QA Automation Testing Online Training in HyderabadQA Automation Testing Online Training in Hyderabad
QA Automation Testing Online Training in Hyderabad
 
MSBI Online Training in Hyderabad
MSBI Online Training in HyderabadMSBI Online Training in Hyderabad
MSBI Online Training in Hyderabad
 
Business Analyst Online Training in India
Business Analyst Online Training in IndiaBusiness Analyst Online Training in India
Business Analyst Online Training in India
 
Business Analyst Online Training in India
Business Analyst Online Training in IndiaBusiness Analyst Online Training in India
Business Analyst Online Training in India
 
Business Analyst Online Training in India
Business Analyst Online Training in IndiaBusiness Analyst Online Training in India
Business Analyst Online Training in India
 
MSBI Online Training in India
MSBI Online Training in IndiaMSBI Online Training in India
MSBI Online Training in India
 

Recently uploaded

Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 

Recently uploaded (20)

Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 

Oracle DBA Online Training in India

  • 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