ORACLE DBA TRAINING IN CHENNAI

 Home    IT Training    ORACLE DBA TRAINING IN CHENNAI 

Oracle DBA Training in Chennai


Our Oracle DBA Training in Chennai aims to teach beginners and employees. Oracle, the term can be defined as trademark of RDBMS. We are the Best Oracle DBA Training Institute in Chennai in-terms of syllabus and expert teaching. Oracle rapidly converging all IT required solutions like middleware, storage and OS by acquiring leading core pioneers and technology players in market. It is providing very strong and unique supports to customers. Still now oracle has acquired around 40 companies and expands its wings around 90% on RDBMS and ERP tools and services and related technologies. Oracle DBA is a leading and demanding skill-sets in IT as well highly paid jobs since the role need to be handling the backbone of organization’s vital data management at large scale.

We are Velgro Academy and covering Oracle® DBA course at unique level in all aspects Technical as well real time oriented. Our core ideology is to nurture each Oracle® DBA aspirants should be much strong in concepts as well must be opt in handling real time issues. Our faculty has extensive year’s hands on experience in oracle installation, upgrade, data guard and RAC installation and strong knowledge in real time issues handling and consultant area.

Especially at Velgro Academy, students are being trained and educated by core people, therefore we declare with sense of pride that student technical aspects would be level of IT competence. We designed syllabus at unique level, our motto is especially the DBA course deliverance shouldn’t be level of certificate mode and must be level of real time focused. We keep ourselves align with IT new technology needs and empowering and enhancing our Course syllabus, since it is very strong base for us.

Oracle DBA Training Syllabus:


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)
  • 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

  • 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
  • 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
  • Recovery using the redo log files

User and privilege management

  • The three security methods (VPD, Grant security/role-based security, grant execute)
  • 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

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 v$parameter

Oracle*Net configuration

  • 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

  • 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

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
  • 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
  • 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
  • Backup & Recovery overview (hot & cold Backups, RMAN, block change tracking)

Oracle DBA Utilities

  • Data pump (Imp and exp utilities)
  • SQL*Loader
  • LogMiner
  • Flashback
  • DataGuard
  • Oracle DBA utilities – Oracle dbms packages (dbms_redefinition)
  • Replication (Streams, multimaster, materialized views)

Monitoring Oracle

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
  • 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

Workload & Trend Monitoring

  • Oracle automated workload tools
  • Using v$bh to monitor buffer activity
  • Using v$sql and v$sql_plan

Instance Monitoring

  • Monitoring with the AWR and STATSPACK
  • Creating a time-series performance report
  • Using www.statspackanalyzer.com
  • Scripts for AWR and STATSPACK
  • Plotting performance data (Ion, 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
  • 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

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)
  • 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

  • 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

  • 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

  • Continuous availability and disaster recovery
  • Quantifying the cost of unplanned downtime
  • Oracle multi-master replication
  • DataGuard
  • Oracle Streams
  • Real Application Clusters

Backup & Recovery

  • OS-level backups
  • Hardware-level backup & recovery
  • Block-level change tracking
  • Disk mirroring
  • Backup & recovery and RAID level
  • Oracle-level backups (expdp & RMAN)
  • Hot vs. Cold backups

Course Duration:  2  to  3 Month, 2 hpd

Contact:  +91  7092284244

Mail:  info@velgrotechnologies.com

Click here for Offer

Training Courses


  • Adobe Photoshop Training in Little Mount
  • Adobe Flash Training in Little Mount
  • Adobe Flex Training in Little Mount
  • Adobe Dreamweaver Training in Little Mount
  • Oracle Training in Little Mount
  • Teradata Training in Little Mount
  • Informix Training in Little Mount
  • Sybase Training in Little Mount
  • MongoDB Training in Little Mount
  • Apache Cassandra Training in Little Mount
  • Oracle DBA Training in Little Mount
  • Advanced Oracle DBA Training in Little Mount
  • Oracle Apps DBA Training in Little Mount
  • Performance Tuning Training in Little Mount
  • SQL Server DBA Training in Little Mount
  • DB2 DBA Training in Little Mount
  • Teradata DBA Training in Little Mount
  • MySQL DBA Training in Little Mount
  • MongoDB Admin Training in Little Mount
  • Informatica Training in Little Mount
  • DataStage Training in Little Mount
  • OBIEE Training in Little Mount
  • Microsoft BI Training in Little Mount
  • Microstrategy Training in Little Mount
  • Cognos Training in Little Mount
  • Cognos TM1 Training in Little Mount
  • SAS Training in Little Mount
  • Hadoop Training in Little Mount
  • Big Data Analytics Training in Little Mount
  • R Programming Training in Little Mount
  • Cognos TM1 Training in Little Mount
  • Ab Initio Training in Little Mount
  • Informatica Data Quality Training in Little Mount
  • Informatica MDM Training in Little Mount
  • Business Objects Training in Little Mount
  • Qlikview Training in Little Mount
  • Tableau Training in Little Mount
  • Pentaho Training in Little Mount
  • DataScience Training in Little Mount
  • DataScience with R Training in Little Mount
  • DataScience with SAS Training in Little Mount
  • DataScience with Python Training in Little Mount
  • Apache Spark Training in Little Mount
  • HTML Training in Little Mount
  • CSS Training in Little Mount
  • PHP Training in Little Mount
  • Mysql Training in Little Mount
  • JavaScript Training in Little Mount
  • DB2 DBA Training in Little Mount
  • AngularJS Training in Little Mount
  • Node.js Training in Little Mount
  • AngularJS2 Training in Little Mount
  • React.js Training in Little Mount
  • Core Java Training in Little Mount
  • J2EE Training in Little Mount
  • Struts Training in Little Mount
  • Hibernate Training in Little Mount
  • Spring Training in Little Mount
  • Manual Testing Training in Little Mount
  • QTP Training in Little Mount
  • LoadRunner Training in Little Mount
  • JMeter Training in Little Mount
  • Selenium Training in Little Mount
  • ETL Training in Little Mount
  • Mobile Application Training in Little Mount
  • Complete Test Training in Little Mount
  • SoapUI Training in Little Mount
  • Big Data Testing Training in Little Mount
  • Coded UI Training in Little Mount
  • Dot Net Training in Little Mount
  • Advanced .NET Training in Little Mount
  • SharePoint Training in Little Mount
  • SharePoint Admin Training in Little Mount
  • Microsoft Dynamics Training in Little Mount
  • SCCM Training in Little Mount
  • Windows Server Administration Training in Little Mount
  • MCSA Training in Little Mount
  • MicroSoft - Excel Training in Little Mount
  • Windows Azure Training in Little Mount
  • MVC Training in Little Mount
  • Oracle Apps Finance Training in Little Mount
  • Oracle Apps SCM Training in Little Mount
  • Oracle Apps HRMS Training in Little Mount
  • Oracle Apps Technical Training in Little Mount
  • PeopleSoft Finance Training in Little Mount
  • PeopleSoft HCM Training in Little Mount
  • Android Training in Little Mount
  • iOS Training in Little Mount
  • Objective-C Training in Little Mount
  • PhoneGap Training in Little Mount
  • Weblogic Server Training in Little Mount
  • SOA Admin Training in Little Mount
  • Oracle Identity Manager Training in Little Mount
  • Oracle 11g Training in Little Mount
  • Oracle ADF Training in Little Mount
  • Forms & Reports Training in Little Mount
  • Hyperion Planning Training in Little Mount
  • Hyperion Financial Management Training in Little Mount
  • ODI Training in Little Mount
  • Oracle Essbase Training in Little Mount
  • Amazon Web Services Training in Little Mount
  • Workday Training in Little Mount
  • Salesforce Admin Training in Little Mount
  • Salesforce Developer Training in Little Mount
  • VMWare Training in Little Mount
  • OpenStack Training in Little Mount
  • OpenNebula Training in Little Mount
  • Citrix Training in Little Mount
  • Mainframe Developer Training in Little Mount
  • Mainframe Admin Training in Little Mount
  • Websphere Training in Little Mount
  • Websphere MQ Admin Training in Little Mount
  • Websphere Message Broker Training in Little Mount
  • Pega Training in Little Mount
  • UNIX Training in Little Mount
  • Linux Training in Little Mount
  • C C++ Training in Little Mount
  • CCNA Training in Little Mount
  • CCNP Training in Little Mount