Discover Classes. Earn 10% Rewards.

Oracle Database 11g: Administration II Course is unfortunately unavailable

Thankfully we have 301 other Tech Classes for you to choose from. Check our top choices below or see all classes for more options.

Figma Bootcamp

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Learn how to master Figma and become a pro in UI/UX design with this comprehensive course that covers everything from the basics to advanced features. Craft stunning user interfaces and experiences, design complex prototypes, and collaborate seamlessly with others using Figma's cloud-based platform. Elevate your design skills and create professional-grade designs with ease.

(373) All levels 18 and older
$695

4 sessions

Gift it!

After Effects Bootcamp

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Discover the secrets of creating captivating motion graphics and animations in this comprehensive course. Gain hands-on experience with real-world projects and learn from a leading instructor, as you delve into techniques like motion tracking and animating 3D layers. Prerequisite: Basic knowledge of Adobe Photoshop recommended.

(373) All levels 18 and older
$975

3 sessions

Gift it!

Microsoft Excel Bootcamp

NYC Career Centers @ 185 Madison Ave, New York, NY & Virtually Online

Master all aspects of Microsoft Excel in just three days with the comprehensive Excel Bootcamp at NYC Career Centers. This intensive course covers everything from basic calculations and tables to advanced spreadsheet features and automation with macros. Take your Excel skills to the next level and become an expert user in no time.

(680) All levels 18 and older
$549

3 sessions

Gift it!

Adobe Photoshop Bootcamp

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Enhance your photos and create stunning graphics with this comprehensive Photoshop course. From removing unwanted elements to making precise selections, you'll master essential techniques to transform your images. Unleash your creativity and learn from industry experts at Noble Desktop.

(373) All levels 18 and older
$975

6 sessions

Gift it!

Adobe InDesign Bootcamp

Noble Desktop @ 185 Madison Ave, New York, NY & Virtually Online

Master the art of page layout and design with Adobe InDesign at Noble Desktop. Create stunning books, magazines, and advertisements while learning essential techniques for professional typesetting. Elevate your design skills and unleash your creativity with this comprehensive InDesign course.

(373) All levels 18 and older
$975

3 sessions

Gift it!
See all Tech classes NYC

Oracle Database 11g: Administration II Course

  • Intermediate
  • 18 and older
  • $2,995
  • Earn 29,950 reward points
  • Price Lock Guarantee
  • 33 Wood Avenue S, Iselin, NJ
  • over 5 sessions

Start Dates (0)

  • $2,995
  • over 5 sessions
  • All classes are live, hands-on training via remote instructor.
Showing 10 of 0

Class Description

Description

What you'll learn in this oracle database training:

The overall objective of this course is to bring database administrators beyond a basic understanding of their environment and to focus attention on more advanced skills needed to effectively configure, administer, monitor and tune the database within a large-scale enterprise. 

Specific subjects to be considered are:
• Automatic database management, monitoring and tuning facilities. Included is automatic management of storage space and memory resources within the database.
• Using Oracle flashback technology to recover from user errors and from database failures, including flashback data archive and flashback transaction backout along with the Total Recall capability.
• Controlling resource utilization on database servers whose resource demand exceeds its capacity.
• Automating launching routine maintenance tasks and even application functions using the database Scheduler.
• Handling database corruption.
• Utilizing diagnostic sources in troubleshooting database problems and employing the Fault Diagnosability Infrastructure to capture fault data.
• Automatic resumption of database operations even in the face of failures and errors.
• User-managed and automatically managed backup strategies and database recovery operations.
• Use advanced Enterprise Manager wizards and tools, including the integrated LogMiner, Flasback Transaction Backout wizard, database Recovery Wizard, and others.
• Automatic Storage Management (ASM) of some or all database files, providing a database-centric and optimized storage subsystem and volume manager.

Target Audience
The primary target audience for this course is Oracle database administrators. Oracle web server and application server administrators, as well as others who must manage an embedded repository database using Oracle database technology will also find this information useful.

This course is also recommended for technical consultants, support engineers, project managers and other technical management and support personnel.

Course Prerequisites
Many students taking this course have familiarity with system administration and administration of other non-Oracle databases, and this is helpful though not mandatory. Specific course prerequisites for this course are these Sideris titles:
• ORACLE DATABASE 11g: SQL FUNDAMENTALS
• ORACLE DATABASE 11g: PL/SQL FUNDAMENTALS
• ORACLE DATABASE 11g: ADMINISTRATION I

Suggested Next Courses
Administrators may wish to proceed onto more focused and specialized courses with these modules:
• ORACLE DATABASE 11g: PERFORMANCE TUNING
• ORACLE DATABASE 11g: SQL TUNING
• ORACLE DATABASE 11g: PARALLEL SQL & PARTITIONING
• ORACLE DATABASE 11g: DATA WAREHOUSE IMPLEMENTATION

Certification Examination
This course along with its prerequisites cover information necessary to complete the certification test EXAM #1Z1-053 ORACLE DATABASE 11g: ADMINISTRATION II.

Course Outline

MANAGING MEMORY
• ABOUT MANUAL MEMORY MANAGEMENT
• AUTOMATIC MEMORY MANAGEMENT
• MEMORY_TARGET
• MEMORY_MAX_TARGET
• SGA_TARGET
• SGA_MAX_SIZE
• WORKAREA_SIZE_POLICY & PGA_AGGREGATE_TARGET
• USING EM & THE MEMORY ADVISORS
• MONITOR IN MEMORY ACCESS MODE

MANAGING STORAGE & THE SEGMENT ADVISOR
• MONITOR TABLESPACES
• ABOUT RESUMABLE SPACE ALLOCATION
• TABLE STORAGE MANAGEMENT
• PCTFREE Illustrated
• USE THE SEGMENT ADVISOR
• Using The SHRINK SPACE Option
• CASCADE To Dependent Objects
• Optionally Call DELETE_TASK()

MANAGING RESOURCES
• DATABASE RESOURCE MANAGER ARCHITECTURE
• CONSUMER GROUPS
• RESOURCE PLANS
• AUTOMATIC & ADAPTIVE CONSUMER GROUP MAPPING
• ACTIVATING PLANS
• MONITORING RESOURCE ALLOCATION
• EXPLICIT CONSUMER GROUP SWITCHING

AUTOMATING TASKS WITH THE SCHEDULER (BASIC)
• SCHEDULER ARCHITECTURE
• RAC Environment
• MANAGE PROGRAMS
• MANAGE SCHEDULES
• MANAGE JOBS

AUTOMATING TASKS WITH THE SCHEDULER (ADVANCED)
• MANAGE JOB CLASSES
• MANAGE WINDOWS & WINDOW GROUPS
• MANAGE CHAINS
• ABOUT EVENTS & THE SCHEDULER

GLOBALIZATION
• GLOBALIZATION SETTINGS
• NLS_LANG
• NLS_LANGUAGE & NLS_TERRITORY
• DATE & TIME LOCALIZATION
• LINGUISTIC INDEXES
• ABOUT LOCALE BUILDER

DIAGNOSING DATABASE PROBLEMS
• ABOUT THE FAULT DIAGNOSABILITY INFRASTRUCTURE
• ADR Highlights From EM
• USING THE ALERT LOG
• ABOUT THE TRACE FILES
• DATABASE INSTANCE HEALTH SNAPSHOT
• USING THE SUPPORT WORKBENCH
• ENABLE ORACLE CONFIGURATION MANAGER

AUTOMATIC STORAGE MANAGEMENT
• ASM & THE BROADER DATABASE ARCHITECTURE
• CREATING THE ASM INSTANCE
• ADMINISTERING THE ASM INSTANCE
• SYSASM Super Administrator
• ASM Storage Parameters
• Using DBCA
• Using ASMCMD
• CONFIGURING DATABASES FOR ASM STORAGE
• DBCA
• DBUA
• ASM Migration Using EM

RECOVERY CONCEPTS
• ABOUT THE BACKUP & RECOVERY STRUCTURES
• MANAGING REDO DATA
• Is LOG_BUFFER Large Enough?
• What V$LOG Reveals
• What V$LOG_HISTORY Reveals
• What V$LOGFILE Reveals
• What V$ARCHIVED_LOG Reveals
• MANAGING ARCHIVED REDO DATA
• ARCHIVELOG Status
• CREATING A FOUNDATION FOR SOUND RECOVERY

ORACLE FLASHBACK TECHNOLOGY
• ABOUT FLASHBACK TECHNOLOGY
• FLASHBACK QUERY
• SELECT...AS OF TIMESTAMP
• SELECT...AS OF SCN
• Using DBMS_FLASHBACK()
• CONFIGURING UNDO MANAGEMENT FOR FLASHBACK
• UNDO_RETENTION
• FLASHBACK TABLE
• FLASHBACK DROP
• FLASHBACK VERSIONS QUERY
• FLASHBACK TRANSACTION QUERY
• FLASHBACK TRANSACTION BACKOUT

FLASHBACK DATABASE
• ABOUT FLASHBACK DATABASE
• CONFIGURING THE FLASH RECOVERY AREA
• More About DB_RECOVERY_FILE_DEST
• PERFORMING DATABASE FLASHBACK
• MONITORING FLASHBACK PERFORMANCE
• FLASHBACK DATABASE CONSIDERATIONS
• CONFIGURE FLASHBACK DATA ARCHIVE

INSTANCE RECOVERY
• ABOUT INSTANCE RECOVERY
• SMON Process & Instance Recovery
• PMON Process & Process Recovery
• INSTANCE RECOVERY PARALLELISM
• Changing RECOVERY_PARALLELISM
• MTTR ADVISOR & TUNING CHECKPOINTS
• LOG_CHECKPOINTS_TO_ALERT
• REDO LOGFILE SIZE ADVISOR
• FAST-START ON-DEMAND PARALLELISM

CONFIGURING RMAN
• RMAN ARCHITECTURE
• RMAN Sample Backup Session
• LAUNCH & USE RMAN
• CONFIGURE RMAN SETTINGS
• ALLOCATE RMAN CHANNELS

BACKUP WITH RMAN
• ABOUT BACKUP FILE TYPES
• PERFORMING FULL BACKUPS
• PERFORMING INCREMENTAL BACKUPS
• ESTABLISHING A BACKUP RETENTION POLICY
• GENERATE REPORTS
• REPORT UNRECOVERABLE
• REPORT NEED BACKUP
• LIST INCARNATION
• VALIDATE BACKUP DATA INTEGRITY

RMAN MANAGEMENT WITH EM
• MONITORING THE FLASH RECOVERY AREA
• THE EM INTERFACE TO RMAN
• SCHEDULING RMAN BACKUPS
• USING THE ORACLE-SUGGESTED BACKUP STRATEGY
• MANAGE CURRENT BACKUPS
• BACKUP REPORTS
• MANAGE RESTORE POINTS

USER-MANAGED RECOVERY OPERATIONS
• RECOVERY CONCEPTS
• RECOVER TEMPORARY TABLESPACES
• RECOVER READ-ONLY TABLESPACES
• RECOVER INDEX TABLESPACES
• RECOVER REDO LOG GROUP MEMBER
• RECREATE THE PASSWORD FILE

RECOVERY WITH RMAN
• COMPLETE MEDIA RECOVERY
• INCOMPLETE MEDIA RECOVERY
• TSPITR
• DBPITR
• RECOVERY USING EM

Refund Policy

Cancellation / Reschedule by Student

Because we must schedule rooms, ship course materials, assign instructors and provision computer resources well in advance, it is important students alert us ASAP with any cancel/reschedule requests.

Please note the following policies:

  • If requested 16 or more calendar days before the class
    • Cancellation requests made in this timeframe are eligible for refund less 5% cancellation fee.
    • Reschedule requests made in this timeframe will be accommodated if availability exists and will be processed at no additional charge.
  • If requested 15 calendar days or less before the class
    • Cancellation or Reschedule requests made by the student 15 calendar days or less before the class starts will be charged 100% the course fee and are not entitled to a refund.

Substitutions

  • If you are unable to attend your class, a substitute who meets the course prerequisites may attend in your place at no additional charge for the original class title, date and location. If you cannot find a substitute, you will be subject to the class cancellation policy.

Make-up Policy

Students are permitted one (1) Make-Up opportunity to attend an instructor-led class that was paid for but not previously attended for no additional charge.

  • Make-Up class registrations are subject to availability and are not entitled to refund.
  • Students may not reschedule a Make-up class registration.
  • Any no shows or cancellations forfeit their one Make-up opportunity.

Additionally, ONLC reserves the right to retire courses due to lack of demand. Retired classes are not available for Make-Up.

In the event that an instructor or the school needs to cancel at the last minute, students will receive a refund less a 5% non-refundable registration fee.

In any event where a customer wants to cancel their enrollment and is eligible for a full refund, a 5% processing fee will be deducted from the refund amount.

Reviews of Classes at ONLC Training Centers (7)

Benefits of Booking Through CourseHorse

  • Booking is safe. When you book with us your details are protected by a secure connection.
  • Lowest price guaranteed. Classes on CourseHorse are never marked up.
  • This class will earn you 29950 points. Earn 10% back in reward points!

Questions & Answers (0)

Get quick answers from CourseHorse and past students.

ONLC Training Centers

ONLC Training Centers was founded in 1983 when Jim Palic and Andy Williamson left their positions as mainframe programmers with the Dupont Company to start one of the industry's first computer training companies.

Over thirty years and still growing, ONLC Training Centers is one of the the largest privately...

Read more about ONLC Training Centers

CourseHorse Approved

This school has been carefully vetted by CourseHorse and is a verified NYC educator.

ONLC Training Centers

ONLC Training Centers

All classes at this location

Google Map

Give This Course as a Gift Card

  • Thousands of classes
  • No expiration
  • Unique and memorable gifts for any occasion
  • Personalized
  • Explore a passion, gain a new skill, discover a new hobby, engage in a memorable experience
  • Instant delivery
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™

Buy a Gift Card

Book this Class as a Group Event

Booking this class for a group? Find great private group events

Or see all Professional Group Events

Explore group events and team building activities ranging from cooking, art, escape rooms, trivia, and more.

  • Price Lock Guarantee

    Secure your booking now and we'll match any price drop within 48 hours across all booking platforms, ensuring you never miss out on savings!

  • Earn 10% Reward Points

    Maximize your savings with every purchase. Unlock rewards on every transaction, ensuring you get the most value out of your experience!

  • No Added Fees

    Enjoy hassle-free transactions without worrying about additional charges. With us, what you see is what you pay - no surprises!

  • Curated Courses

    Discover a curated selection of courses handpicked by experts in the field. Dive into quality content that suits your learning needs and interests!

CourseHorse Gift Cards

  • Creative & unique gift for any occasion
  • Thousands of classes & experiences
  • No expiration date
  • Instant e-delivery (or choose a date)
  • Add a personalized message
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™
Buy a Gift Card
gift card with the CourseHorse logo gift card with the CourseHorse logo
Loading...