Passionate about Learning
HOME      LIVE CHAT    My NetCom Free Catalog 1-888-563-8266
.
Home > Vendors > Oracle > Oracle Database 11g, 10g > Oracle DBA Track (11g)

Oracle DBA Track (11g) Training Package


About the Oracle DBA Track (11g)

The Oracle Database 11g OCP is a credential for true database professionals who have the skills to set up and manage critical Oracle Database 11g functions and the know-how to keep it running at maximum efficiency. Acquiring an OCP credential is a real professional accomplishment. The OCP credential is proof to employers, peers and the technical community that you are a skilled professional and have taken a critical step in building your career.

This training combines and covers materials from the following courses:
Oracle Database 11g: Introduction to SQL (3 days)    More on this course...
  • Retrieve row and column data from tables with the SELECT statement
  • Create reports of sorted and restricted data
  • Employ SQL functions to generate and retrieve customized data
  • Display data from multiple tables using the ANSI SQL 99 JOIN syntax
  • Identify the major structural components of the Oracle Database 11g
  • Create reports of aggregated data
  • Write SELECT statements that include queries
  • Run data manipulation statements (DML) to update data in the Oracle Database 11g
  • Create tables to store data
  • Utilize views to display and retrieve data
  • Control database access to specific objects
  • Manage schema objects
  • Manage objects with data dictionary views
  • Write multiple-column sub-queries
  • Use scalar and correlated sub-queries
  • Use the regular expression support in SQL
  • Introducing Oracle Database 11g
    1. List the features of Oracle Database 11g
    2. Discuss the basic design, theoretical and physical aspects of a relational database
    3. Categorize the different types of SQL statements
    4. Describe the data set used by the course
    5. Log onto the database using the SQL Developer environment
    6. Save queries to files and use script files in SQL Developer
  • Retrieving Data Using the SQL SELECT Statement
    1. List the capabilities of SQL SELECT statements
    2. Generate a report of data from the output of a basic SELECT statement
    3. Select All Columns
    4. Select Specific Columns
    5. Use Column Heading Defaults
    6. Use Arithmetic Operators
    7. Understand Operator Precedence
    8. Learn the DESCRIBE command to display the table structure
  • Restricting and Sorting Data
    1. Write queries that contain a WHERE clause to limit the output retrieved
    2. List the comparison operators and logical operators that are used in a WHERE clause
    3. Describe the rules of precedence for comparison and logical operators
    4. Use character string literals in the WHERE clause
    5. Write queries that contain an ORDER BY clause sort the output of a SELECT statement
    6. Sort output in descending and ascending order
  • Using Single-Row Functions to Customize Output
    1. Describe the differences between single row and multiple row functions
    2. Manipulate strings with character function in the SELECT and WHERE clauses
    3. Manipulate numbers with the ROUND, TRUNC and MOD functions
    4. Perform arithmetic with date data
    5. Manipulate dates with the date functions
  • Using Conversion Functions and Conditional Expressions
    1. Describe implicit and explicit data type conversion
    2. Use the TO_CHAR, TO_NUMBER, and TO_DATE conversion functions
    3. Nest multiple functions
    4. Apply the NVL, NULLIF, and COALESCE functions to data
    5. Use conditional IF THEN ELSE logic in a SELECT statement
  • Reporting Aggregated Data Using the Group Functions
    1. Use the aggregation functions in SELECT statements to produce meaningful reports
    2. Create queries that divide the data in groups by using the GROUP BY clause
    3. Create queries that exclude groups of date by using the HAVING clause
  • Displaying Data From Multiple Tables
    1. Write SELECT statements to access data from more than one table
    2. View data that generally does not meet a join condition by using outer joins
    3. Join a table by using a self join
  • Using Sub-queries to Solve Queries
    1. Describe the types of problem that sub-queries can solve
    2. Define sub-queries
    3. List the types of sub-queries
    4. Write single-row and multiple-row sub-queries
  • Using the SET Operators
    1. Describe the SET operators
    2. Use a SET operator to combine multiple queries into a single query
    3. Control the order of rows returned when using the SET operators
  • Manipulating Data
    1. Describe each DML statement
    2. Insert rows into a table with the INSERT statement
    3. Use the UPDATE statement to change rows in a table
    4. Delete rows from a table with the DELETE statement
    5. Save and discard changes with the COMMIT and ROLLBACK statements
    6. Explain read consistency
  • Using DDL Statements to Create and Manage Tables
    1. Categorize the main database objects
    2. Review the table structure
    3. List the data types available for columns
    4. Create a simple table
    5. Decipher how constraints can be created at table creation
    6. Describe how schema objects work
  • Creating Other Schema Objects
    1. Create a simple and complex view
    2. Retrieve data from views
    3. Create, maintain, and use sequences
    4. Create and maintain indexes
    5. Create private and public synonyms
  • Controlling User Access
    1. Differentiate system privileges from object privileges
    2. Grant privileges on tables
    3. View privileges in the data dictionary
    4. Grant roles
    5. Distinguish between privileges and roles
  • Managing Schema Objects
    1. Add constraints
    2. Create indexes
    3. Create indexes using the CREATE TABLE statement
    4. Create function-based indexes
    5. Drop columns and set column UNUSED
    6. Perform FLASHBACK operations
    7. Create and use external tables
  • Managing Objects with Data Dictionary Views
    1. Explain the data dictionary
    2. Find table information
    3. Report on column information
    4. View constraint information
    5. Find view information
    6. Verify sequence information
    7. Understand synonyms
    8. Add comments
  • Manipulating Large Data Sets
    1. Manipulate data using sub-queries
    2. Describe the features of multi-table inserts
    3. Use the different types of multi-table inserts
    4. Merge rows in a table
    5. Track the changes to data over a period of time
  • Managing Data in Different Time Zones
    1. Use data types similar to DATE that store fractional seconds and track time zones
    2. Use data types that store the difference between two date-time values
    3. Practice using the multiple data-time functions for globalize applications
  • Retrieving Data Using Sub-queries
    1. Write a multiple-column sub-query
    2. Use scalar sub-queries in SQL
    3. Solve problems with correlated sub-queries
    4. Update and delete rows using correlated sub-queries
    5. Use the EXISTS and NOT EXISTS operators
    6. Use the WITH clause
  • Regular Expression Support
    1. List the benefits of using regular expressions
    2. Use regular expressions to search for, match, and replace strings
Oracle Database 11g: Administration Workshop I (5 days)    More on this course...
  • Describe Oracle Database Architecture
  • Install and configure Oracle Database 11g
  • Configure Oracle Net services
  • Manage the database storage structures
  • Create and administer user accounts
  • Perform basic backup and recovery of a database
  • Manage users and schemas
  • Manage data and concurrency
  • Monitor and administer undo data
  • Backup and recover a database
  • Monitor performance
  • Use the database diagnostic monitor
  • Exploring the Oracle Database Architecture
    1. Oracle Database Architecture Overview
    2. Interacting with an Oracle Database
    3. Process Architecture
    4. Database Storage Architecture
    5. Logical and Physical Database Structures
    6. Tablespaces and Data Files
    7. SYSTEM and SYSAUX Tablespaces
    8. Segments, Extents, and Blocks
  • Preparing the Database Environment
    1. Tasks of an Oracle Database Administrator
    2. Tools Used to Administer an Oracle Database
    3. Installation: System Requirements
    4. Optimal Flexible Architecture (OFA)
    5. Setting Environment Variables
    6. Oracle Universal Installer (OUI)
    7. Database Configuration Options
    8. Advanced Installation Options
  • Creating an Oracle Database
    1. Planning the Database
    2. Configuring the Listener
    3. Using the DBCA to Create a Database
    4. Password Management
    5. Creating a Database Design Template
    6. Using the DBCA to Delete a Database
    7. Using DBCA For Additional Tasks
  • Managing the Oracle Instance
    1. Management Framework
    2. Oracle Enterprise Manager
    3. Initialization Parameter
    4. Database Startup and Shutdown
    5. Shutdown Modes
    6. Viewing the Alert History
    7. Using Trace Files
    8. Data Dictionary: Overview
  • Configuring the Oracle Network Environment
    1. Oracle Net Services & Listener
    2. Establishing Net Connections
    3. Tools for Configuring and Managing the Oracle Network
    4. Net Services Administration Pages
    5. Naming Methods
    6. Directory Naming
    7. SGA and PGA
    8. When Not to Use a Shared Server
  • Managing Database Storage Structures
    1. Storage Structures
    2. How Table Data Is Stored
    3. Anatomy of a Database Block
    4. Space Management in Tablespaces
    5. Tablespaces in the Preconfigured Database
    6. Actions with Tablespaces
    7. Oracle Managed Files (OMF)
    8. ASM: Concepts
  • Administering User Security
    1. Database User Accounts
    2. Predefined Accounts: SYS and SYSTEM
    3. Administrator Authentication
    4. Benefits of Roles
    5. Predefined Roles
    6. Implementing Password Security Features
    7. Assigning Quota to Users
  • Managing Schema Objects
    1. What Is a Schema?
    2. Accessing Schema Objects
    3. Specifying Data Types in Tables
    4. Creating and Modifying Tables
    5. Understanding Data Integrity
    6. Indexes & Views
    7. Sequences
    8. Temporary Tables
  • Managing Data and Concurrency
    1. Manipulating Data Through SQL
    2. PL/SQL
    3. Administering PL/SQL Objects
    4. Functions, Procedures, Packages & Triggers
    5. Data Concurrency
    6. Enqueue Mechanism
    7. Resolving Lock Conflicts Using SQL
    8. Deadlocks
  • Managing Undo Data
    1. Data Manipulation
    2. Transactions and Undo Data
    3. Undo Data Versus Redo Data
    4. Configuring Undo Retention
    5. Guaranteeing Undo Retention
    6. Using the Undo Advisor
    7. Viewing System Activity
  • Implementing Oracle Database Security
    1. Industry Security Requirements
    2. Principle of Least Privilege
    3. Monitoring for Compliance
    4. Value-Based Auditing
    5. Fine-Grained Auditing
    6. DBA Auditing
    7. Security Updates
    8. Applying Security Patches
  • Database Maintenance
    1. Introducing Terminology
    2. Optimizer Statistics
    3. Automatic Workload Repository (AWR)
    4. Automatic Database Diagnostic Monitor (ADDM)
    5. Advisory Framework
    6. Automated Maintenance Tasks
    7. Server-Generated Alerts
    8. Reacting to Alerts
  • Performance Management
    1. Performance Monitoring
    2. Managing Memory Components
    3. Enabling Automatic Memory Management (AMM)
    4. Automatic Shared Memory Advisor
    5. Using Memory Advisors
    6. Dynamic Performance Statistics
    7. Troubleshooting and Tuning Views
    8. Invalid and Unusable Objects
  • Backup and Recovery Concepts
    1. Part of Your Job
    2. Statement Failure
    3. User Error
    4. Understanding Instance Recovery
    5. Phases of Instance Recovery
    6. Using the MTTR Advisor
    7. Media Failure
    8. Archive Log Files
  • Performing Database Backups
    1. Backup Solutions: Overview
    2. Oracle Secure Backup
    3. User-Managed Backup
    4. Terminology
    5. Recovery Manager (RMAN)
    6. Configuring Backup Settings
    7. Backing Up the Control File to a Trace File
    8. Monitoring the Flash Recovery Area
  • Performing Database Recovery
    1. Opening a Database
    2. Data Recovery Advisor
    3. Loss of a Control File
    4. Loss of a Redo Log File
    5. Data Recovery Advisor
    6. Data Failures
    7. Listing Data Failures
    8. Data Recovery Advisor Views
  • Moving Data
    1. Moving Data: General Architecture
    2. Directory Object: Overview
    3. SQL*Loader: Overview
    4. Data Pump: Overview
    5. Performance Initialization Parameters
    6. Using Enterprise Manager to Monitor Data Pump Jobs
    7. Data Dictionary
  • Enhancing Database Capabilities
    1. Using EM Support Workbench
    2. Create a Service Request
    3. Package and upload diagnostic data to Oracle Support
    4. Track the SR and Implement Repairs
    5. Incident Packaging Configuration
    6. Working with Oracle Support
    7. MetaLink Integration
    8. Managing Patches
Oracle Database 11g: Administration Workshop II (5 days)    More on this course...
  • Back up and recover a database
  • Configure Oracle Database for optimal recovery
  • Administer ASM disk groups
  • Use an RMAN backup to duplicate a database
  • Automating Tasks with the Scheduler
  • Database Architecture and ASM
    1. Oracle Database Architecture Overview
    2. ASM General Architecture
    3. Creating an ASM Instance
    4. Using Enterprise Manager to Manage ASM Users
    5. ASM Storage Concepts
    6. The ASMCMD Utility
    7. ASM Scalability and Performance
  • Configuring for Recoverability
    1. Purpose of Backup and Recovery Functionality
    2. Typical Backup and Recovery Tasks
    3. Oracle Backup and Recovery Solutions
    4. Using Recovery Manager (RMAN)
    5. Using a Flash Recovery Area
    6. Flash Recovery Area Space Management
  • Using the RMAN Recovery Catalog
    1. RMAN Repository Data Storage: Comparison of Options
    2. Storing Information in the Recovery Catalog
    3. Registering a Database in the Recovery Catalog
    4. Recovery Catalog Resynchronization: Concepts
    5. Using RMAN Stored Scripts
    6. Backing Up and Recovering the Recovery Catalog
    7. Using a Virtual Private Catalog
  • Configuring Backup Specifications
    1. Using RMAN to Create Backups
    2. Configuring Persistent Settings for RMAN
    3. Using Enterprise Manager to Configure RMAN Settings
    4. Control File Auto-backups
    5. Managing Persistent Settings
    6. Configuring Devices for Backup
    7. Configuring and Allocating Channels for Use in Backups
    8. Configuring Backup Optimization
  • Creating Backups
    1. Creating an Oracle-Suggested Backup
    2. Creating Backup Sets & Image Copies
    3. Creating a Whole Database Backup
    4. RMAN Backup Types
    5. Monitoring Block Change Tracking
    6. Creating Duplex Backup Sets
    7. Archival Backups: Concepts
    8. Encrypting Backups
  • Performing User-Managed Backup and Recovery
    1. Restoring and Recovering
    2. Causes of File Loss
    3. Critical Versus Non-critical
    4. Recovering from a TEMPFILE Loss
    5. Re-creating Indexes
    6. Recovering from a Lost Index Tablespace
    7. Authentication Methods for Database Administrators
    8. Recovering a Read-Only Tablespace
  • Using RMAN to Perform Recovery
    1. Using RMAN RESTORE and RECOVER Commands
    2. Performing Recovery Using Enterprise Manager
    3. Recovery Using Incrementally Updated Backups
    4. Perform a Fast Switch to Image Copies
    5. Restoring and Recovering the Database on a New Host
    6. Performing Disaster Recovery
  • Using RMAN to Duplicate a Database
    1. Using RMAN to Create a Duplicate Database
    2. Creating a Duplicate Database
    3. Creating an Initialization Parameter File for the Auxiliary Instance
    4. Allocating Auxiliary Channels
    5. Understanding the RMAN Duplication Operation
    6. Using EM to Clone a Database
    7. Cloning a Running Database
  • Performing Tablespace Point-in-time Recovery
    1. Tablespace Point-in-Time Recovery (TSPITR) Concepts
    2. Tablespace Point-in-Time Recovery: Architecture
    3. Understanding When to Use TSPITR
    4. Determining the Tablespaces for the Recovery Set
    5. Using Enterprise Manager to Perform TSPITR
    6. Understanding TSPITR Processing
    7. Troubleshooting RMAN TSPITR
  • Monitoring and Tuning RMAN
    1. Parallelization of Backup Sets
    2. Monitoring RMAN Sessions
    3. Interpreting RMAN Message Output
    4. Using the DEBUG Option
    5. Tuning RMAN
    6. RMAN Multiplexing
    7. Comparing Synchronous and Asynchronous I/O
    8. Tape Subsystem Performance Rules
  • Using Flashback Technology
    1. Flashback Technology
    2. Transactions and Undo
    3. Guaranteeing Undo Retention
    4. Preparing Your Database for Flashback
    5. Flashback Drop and the Recycle Bin
    6. Using Flashback Technology to Query Data
    7. Possible Workflow
    8. Flashback Transaction Wizard
  • Using Flashback Database
    1. Flashback Table
    2. Enabling Row Movement on a Table
    3. Enabling Row Movement on a Table
    4. Flashback Database Architecture
    5. Configuring Flashback Database
    6. Performing Flashback Database Using EM
    7. Flashback Database Considerations
    8. Flashback Data Archive
  • Diagnosing the Database
    1. Automatic Diagnostic Workflow & Repository
    2. Location for Diagnostic Traces
    3. Viewing the Alert Log Using Enterprise Manager
    4. The Support Workbench and Oracle Configuration Manager
    5. Create a Service Request
    6. Package and upload diagnostic data to Oracle Support
    7. Incident Packaging Configuration
    8. Health Monitor Overview & Data Recovery Advisor
  • Managing Memory
    1. Oracle Memory Structures
    2. Automatic Memory Management Overview
    3. Oracle Database Memory Parameters
    4. Auto Memory Parameter Dependency
    5. Automatic Shared Memory Management: Overview
    6. Automatic PGA Memory Management
    7. Using the Memory Advisor to Size the SGA
    8. Memory Tuning Guidelines for the Library Cache
  • Managing Database Performance
    1. Tuning Activities
    2. Performance Planning & Performance Tuning Methodology
    3. Instance Tuning
    4. Troubleshooting and Tuning Views
    5. Automatic Workload Repository
    6. SQL Tuning & SQL Advisors
    7. Using the SQL Tuning Advisor
    8. SQL Access Advisor: Overview
  • Using the Segment Advisor
    1. Space Management: Overview
    2. Proactive Tablespace Monitoring
    3. Thresholds and Resolving Space Problems
    4. Monitoring Tablespace Space Usage
    5. Shrinking Segments
    6. Space Reclamation with ASSM
    7. Automatic Segment Advisor
    8. Minimum Compatibility Level
  • Managing Resources
    1. Database Resource Manager: Overview
    2. Database Resource Manager Concepts
    3. Accessing Resource Plans
    4. Default Maintenance Resource Manager Plan
    5. Creating Consumer Groups
    6. Resource Allocation Methods for Resource Plans
    7. Resource Allocation Methods for Resource Plans
    8. Monitoring the Resource Manager
  • Automating Tasks with the Scheduler
    1. Simplifying Management Tasks
    2. Key Components and Steps
    3. Creating an Event-Based Schedule
    4. Creating Complex Schedules
    5. Creating Job Chains
    6. Creating Job Chains
  • Administering the Scheduler
    1. Advanced Scheduler Concepts
    2. Job Classes
    3. Windows
    4. Prioritizing Jobs Within a Window
    5. Remote Jobs
    6. Installing the Scheduler Agent
    7. Dictionary Views Supporting Remote Jobs
  • Globalization
    1. Globalization Support Features
    2. What Every DBA Needs to Know
    3. Understanding Unicode
    4. Database Character Sets and National Character Sets
    5. Language- and Territory-Dependent Parameters
    6. Linguistic Searching and Sorting
    7. Case- and Accent-Insensitive Search and Sort
    8. NLS Data Conversion with Oracle Utilities

Why You Should Take the Oracle DBA Track (11g)

Benefits of Certification

For IT professionals, certification is a third party validation of your skills, that helps distinguish you from your peers. Beyond demonstrating a level of competency and proficiency, certification proves that you are committed to your cause and that you've invested the time and money to prove it. Holding a certification also makes you a more valuable employee, and often results in raises, promotions, and a better career.

For organizations, certifications identify the credentials that can be used to hire the right employee. Having certified employees also increases sales for the organization by proving to prospective clients that the organization has the skills to support its claims.

For the ultimate and complete, all inclusive learning experience, please see our Las Vegas Boot Camp Experience.

Discover Our Vegas Boot Camp experience

What's Included
  • Instructor-led Training -- Learn from expert, Oracle authorized instructors who are themselves certified and have years of experience in the real world as well as in teaching. A large majority of our instructors are part-time consultants and provide solutions to a wide variety of companies.
  • High Quality Courseware -- Learn using the best courseware for this training -- we use Oracle authorized training material for the courses in this package.
  • Skills Assessment -- The only boot camp that makes sure all the students have the correct pre-requisites.
  • Thirteen days of complete immersion and distraction-free training -- Includes 104 hours of lectures, hands on labs, topic reviews, test preparation.

Do you have the right background for Oracle DBA Track (11g)?

Skills Assessment

We ensure your success by asking all students to take a FREE Skill Assessment test. These short, instructor-written tests are an objective measure of your current skills that help us determine whether or not you will be able to meet your goals by attending this course at your current skill level. If we determine that you need additional preparation or training in order to gain the most value from this course, we will tell you so right away. We will also recommend cost-effective solutions that you can use to get ready for the course.

Our required skill-assessments ensure that:

  1. All students in the class are at a comparable skill level, so the class can run smoothly without beginners slowing down the class for everyone else.
  2. NetCom students enjoy one of the industry's highest success rates, and pass rates when a certification exam is involved.
  3. We stay committed to providing you real value. Again, your success is paramount; we will register you only if you have the skills to succeed.

This assessment is for your benefit and best taken without any preparation or reference materials, so your skills can be objectively measured.

Take your FREE Skill Assessment test now.

Pre-requisites
Target Audience
Support Engineer

Benefit of taking Oracle DBA Track (11g) at NetCom

  • Why Choose Oracle Training at NetCom Learning?

    As a recognition for training excellence, NetCom Learning was chosen by Microsoft as the 2007 Worldwide Learning Solutions Partner of the year out of 1400 training companies.

    In addition, we have won numerous other training awards for quality and customer satisfaction by CompTIA, EC-Council and other vendors. We are simply passionate about learning and achieving the highest customer satisfaction in your learning experience!

  • NetCom provides Authorized Training

    NetCom Learning is a Microsoft Gold Certified Partner for Learning Solutions (CPLS), Cisco Learning Partner, CompTIA Platinum Partner, EC-Council Accredited Training Center, Adobe Authorized Training Center, Autodesk Authorized Training Center and many others. We are proud to offer the highest quality, authorized training solutions from our many partners for our customers.

    See our comprehensive list of partner authorizations.

  • Award winning, world-class Instructors
    Finnbarr M.
    - Masters Degree in Computer Science from Boston University along with several certifications.
    - Over 25 years of experience in the IT field and expert in Unix, GNU/Linux, and Oracle ecosystems.
    - More than 10 years working as a Software Engineer in multinational companies such as Hewlett-Packard.

    Bio:

    Finnbarr has both breadth and in-depth knowledge of Unix, GNU/Linux, and Oracle with 25+ years of experience in operating system internals development, system administration, application development and project management on a wide variety of hardware and software platforms. As a Software Engineer, he developed and managed numerous projects in multinational companies such as Hewlett-Packard.

    Finnbarr is a member of the Institute of Electrical and Electronic Engineers as well as a Moderator at unix.com. He is also a top Instructor and Subject Matter Expert at NetCom Learning and is well recognized by the students for his knowledge and his great teaching technique.
  • Actual Client Testimonials
    May 15 2012
    Training environment and material are good. Materials are clear and short to the point. Instructor is very knowledgeable and full of experience. I've learned so much through the lecture as well as from his real life experiences.

    -Aye M.
    Course(s) Taken

    May 15 2012
    Great training! Great instructor!

    -Fasika M.
    Course(s) Taken

    May 15 2012
    This was a much needed and intensive training.

    -Paul V.
    Course(s) Taken

    May 15 2012
    Great experience! Geoff is awesome :-)

    -Nadie H.
    Course(s) Taken

    Aug 29 2011
    My instructor is very knowledgeable. He was capable of answering all questions and explaining all material in detail. I am glad I chose NetCm for my training. All of the NetCm staff were courteous helpful, and polite.
    -Adrienne B.
    Course(s) Taken

    Jul 02 2011
    I am very pleased about my experience with NetCom Learning. It was a great course! The best experience I could have expected. Great instructor! Great everything! I am very happy. Thank You!
    -Lorena M.
    Course(s) Taken

    Jul 02 2011
    Very clean facilities, super friendly staff, knowledgeable instructor.
    -Alma C.
    Course(s) Taken

    Jul 02 2011
    Geoff was a great instructor during the Oracle course. He ensured I understood the material and brought a sense of fun to the class. I really really have to study for the certification course due to my limited database management skills. This training and certification will hopefully allow me to start a new career.
    -Denise L.
    Course(s) Taken

  • Awards won by NetCom

    NetCom Learning is an award winning, customer focused company. We are simply Passionate About Learning!

    See our list of awards.

  • Specialized Boot Camp Training

    Discover Our Vegas Boot Camp experience

    This training is also available as a boot camp. NetCom is world famous for delivering specialized boot camp training to our clients.

    For answers to questions regarding our boot camp training delivery format, please refer to our Boot Camp FAQ section.

Next Step, how do I attend the Oracle DBA Track (11g)?

Enrollment Options

Take this training with one of the following training delivery methods below:

  • Classroom Training
    Classroom Training NetCom’s classroom training ensures that you have state-of-the-art tools, techniques and practices you need to succeed on the job. Our instructors are active practitioners and true masters in their fields. With convenient classes at multiple learning centers across the US, you never have to go far to get ahead.
  • Live Online Training (LOT)
    Live Online Training NetCom’s premium Live Online Training (we call it LOT) is the ultimate in convenience and cost-effectiveness. LOT combines interactive video instruction via the latest web conference technology, and post-class access to learning labs for a best-in-class learning experience.
    Learn more about LOT
  • Boot Camp Training
    Boot Camp Training NetCom’s intensive boot camps are designed to advance your skills in the shortest possible amount of time and get you certified. Boot camps go at a faster pace and often run for longer days, so you must have some level of subject matter experience before enrolling. Boot camps have mandatory assessment tests to ensure no one will slow down the class for other students. Learn more about Boot Camps
  • Private Onsite Training
    Private Onsite Training With NetCom’s private training programs, you decide where and when courses are held. Tailor the training to reflect your industry, corporate culture, goals and schedule. You pick the course content, length of training and instructional technique. Save money by doing bulk customized training.
    Learn more about Private Onsite Training
  • Private 1-on-1 Training
    Private 1-on-1 Training NetCom’s private 1-on-1 training focuses on the highest quality training possible. You get individualized, full attention from the instructor and you decide where and when courses are held. The training is custom tailored to reflect your industry, corporate culture, goals and schedule. You pick the course content, length of training and instructional technique.
    Learn more about Private 1-on-1 Training
Contact us
telephoneCall us toll-free at 1-888-563-8266
mouseFREE Training Inquiry form
?Website Live Chat
e-mailContact us via Email: info@netcomlearning.com
Duration: 13 days (104 hours)
Pricing: Variable, please request
Why pricing varies..Why pricing varies..

Pricing depends on different training delivery methods, one or more students and availability of volume discounts or currently available promotions.

Our prices are frequently lower since we are able to work with our clients closely on their needs and pass on the optimum amount of savings.

In addition, we provide a price match guarantee for any competitive quotes.
click to Live Chat

.  Next Class Dates
Click on a date to register.
 register for class Jun 13, 2012 New YorkLive Online
 register for class Aug 4, 2012 New YorkLive Online
 register for class Sep 5, 2012 New YorkLive Online
 arrow more..

For a customized version of this class, please contact us or call 1-888-563-8266.
.  Get More Information
FREE Assessment Quiz
Monthly Email Newsletter
Request Print Catalog
Student Loan Application
Name: 
Email:  
Phone: 
Comments:

.  Similar Training Packages
. .
Live Help! Click to start chat.

.  CALL 1-888-563-8266
. arrow  Need course pricing?
arrow  Need more information?
arrow  Worried about financing?
NetCom IT training on YouTube
NetCom IT training on Twitter
NetCom IT training on Facebook
NetCom on LinkedIn
Newsletter:
© 1998-2012, NetCom Learning. All Rights Reserved.