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) - Boot Camp

Oracle DBA Track (11g) - Boot Camp Training Package


About the Oracle DBA Track (11g) - Boot Camp

The Oracle Certified Associate (OCA) credential is typically the first step toward achieving the flagship Oracle Certified Professional certification. The OCA credential ensures that the individual is equipped with fundamental skills, providing a strong foundation for supporting Oracle products. An OCA credential is available for several of today's most in-demand technology job roles.

Oracle Database 11g extends Oracle's unique ability to deliver the benefits of grid computing with more self-management and automation.

Oracle Database 11g Administrator Certification combines training, experience, and testing to ensure that you have a strong foundation and expertise in the industry's most advanced database management system.

This training combines and covers materials from the following courses:
Oracle Database 11g: Introduction to SQL Boot Camp (2 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 Boot Camp (3 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
This training prepares students for the following exams:
  • 1Z0-051 : Oracle Database 11g: Introduction to SQL
  • 1Z0-052 : Oracle Database 11g: Administration I

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

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.

What's Included

We take care of all logistics for you, so you can concentrate on learning, acquiring skills and getting certified. We provide instructors, books, computer equipment and software in a comfortable learning environment for most training.

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

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

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
Database Designers

Benefit of taking Oracle DBA Track (11g) - Boot Camp 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
    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

    Mar 07 2011
    [The Instructor] has knowledge, experience, approach and commitment. Further these classes are more important even for the experienced people. The arrangements and food are good .

    -Sai P.
    Course(s) Taken

    Mar 05 2011
    Although it was a lot of information it was a good experience. Very informative and very good.
    -Melvin H.
    Course(s) Taken

    Mar 05 2011
    NetCom has done a great service. The arrangements are good. The food is good. Geoff has done a very good job. His dedication to his profession is highly notable and appreciated. This class really refreshes the fundamentals.
    -Sai P.
    Course(s) Taken

    Mar 05 2011
    Geoff is one of the best instructors I've taken a course from. Very knowledgeable and I would take a course from him anytime.
    -Kyle A.
    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

    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) - Boot Camp?

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: 5 days (50 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 Feb 6, 2012 Las VegasLive Online
 register for class Mar 5, 2012 ArlingtonLive Online
 register for class May 7, 2012 Las VegasLive 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.