<?xml version="1.0" standalone="no" ?>

<!--  SC_O11g_DBAdminII.xml	Course Outline in XML format
 *
 * Copyright 2009 Affinity IT Training, LLC. All Rights Reserved.
 *
 -->

<!DOCTYPE FAI:CourseOutline SYSTEM "FAI_CourseOutline.dtd">

<?xml-stylesheet type="text/xsl" href="FAI_CourseOutline.xsl" ?>	

<FAI:CourseOutline FAI:link="SC_O11g_DBAdminII.xml"
     xmlns:FAI="http://www.fisher-assoc.com/DTDs/FAI_CourseOutline.dtd" >

  <FAI:CourseTitle FAI:level="Advanced"  FAI:code="Orcl11gDBAdminII">
	Oracle Database 11g: Administration II  
  </FAI:CourseTitle>  

  <FAI:CourseCategory>Database</FAI:CourseCategory>
  <FAI:CourseCategory>Oracle</FAI:CourseCategory>
  <FAI:CourseCategory>Administration</FAI:CourseCategory>

  <FAI:SummaryInfo>

    <FAI:CourseDesc FAI:version="Feb08" >
	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. 
    </FAI:CourseDesc>

    <FAI:CourseDuration>
	5 Days
    </FAI:CourseDuration>

    <FAI:CourseAudience>
	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.
    </FAI:CourseAudience>

    <FAI:CourseObjectives>

      	<FAI:Objective FAI:desc="Automatic database management, monitoring and 
      		tuning facilities. Included is automatic management of storage 
      		space and memory resources within the database." />
      	<FAI:Objective FAI:desc="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." />
      	<FAI:Objective FAI:desc="Controlling resource utilization on database 
      		servers whose resource demand exceeds its capacity." />
      	<FAI:Objective FAI:desc="Automating launching routine maintenance 
      		tasks and even application functions using the database 
      		Scheduler." />
      	<FAI:Objective FAI:desc="Handling database corruption." />
      	<FAI:Objective FAI:desc="Utilizing diagnostic sources in troubleshooting
      		database problems and employing the Fault Diagnosability 
      		Infrastructure to capture fault data." />
      	<FAI:Objective FAI:desc="Automatic resumption of database operations 
      		even in the face of failures and errors." />
      	<FAI:Objective FAI:desc="User-managed and automatically managed backup 
      		strategies and database recovery operations." />
      	<FAI:Objective FAI:desc="Use advanced Enterprise Manager wizards and 
      		tools, including the integrated LogMiner, Flasback Transaction 
      		Backout wizard, database Recovery Wizard, and others." />
      	<FAI:Objective FAI:desc="Automatic Storage Management (ASM) of some or 
      		all database files, providing a database-centric and optimized 
      		storage subsystem and volume manager." />
      	
    </FAI:CourseObjectives>

    <FAI:CourseSetupList>

      <FAI:Setup FAI:desc="Access to Oracle 11g"  />
      <FAI:Setup FAI:desc="Accounts and databases for all Students and Instructor" />

    </FAI:CourseSetupList>    

    <FAI:CourseTextList>

      <FAI:Text FAI:title="Course Workbook" />

    </FAI:CourseTextList>    

    <FAI:CoursePrerequisiteList>
    
    	<FAI:CoursePrerequisite FAI:title="Oracle Database 11g: SQL Fundamentals - Complete Coverage" 
        		FAI:link="SC_O11g_SQL_Fund_All.xml" />
        <FAI:CoursePrerequisite FAI:title="PL/SQL Fundamentals - Complete Coverage" 
        		FAI:link="SC_O11g_PLSQL_Fund_All.xml" />
	<FAI:CoursePrerequisite FAI:title="Oracle Database 11g: Administration I" 
	        	FAI:link="SC_O11g_DBAdminI.xml" />

    </FAI:CoursePrerequisiteList>    

  </FAI:SummaryInfo>  

  <FAI:TopicList>                            
    
	<FAI:SuperTopic FAI:title="Managing Memory" >
	  <FAI:Topic FAI:title="About Manual Memory Management" />
	  <FAI:Topic FAI:title="Automatic Memory Management" />
	  <FAI:Topic FAI:title="MEMORY_TARGET" />
	  <FAI:Topic FAI:title="MEMORY_MAX_TARGET" />
	  <FAI:Topic FAI:title="SGA_TARGET" />
	  <FAI:Topic FAI:title="SGA_MAX_SIZE" />
	  <FAI:Topic FAI:title="WORKAREA_SIZE_POLICY &amp; PGA_AGGREGATE_TARGET" />
	  <FAI:Topic FAI:title="Using EM &amp; the Memory Advisors" />
	  <FAI:Topic FAI:title="Monitor In Memory Access Mode" />
	</FAI:SuperTopic>

	<FAI:SuperTopic FAI:title="Managing Storage &amp; the Segment Advisor" >
	  <FAI:Topic FAI:title="Monitor Tablespaces" />
	  <FAI:Topic FAI:title="About Resumable Space Allocation" />
	  <FAI:Topic FAI:title="Table Storage Management" />
	  <FAI:Topic FAI:title="Pctfree Illustrated" />
	  <FAI:Topic FAI:title="Use the Segment Advisor" />
	  <FAI:Topic FAI:title="Using the Shrink Space Option" />
	  <FAI:Topic FAI:title="Cascade To Dependent Objects" />
	  <FAI:Topic FAI:title="Optionally Call Delete_task()" />
	</FAI:SuperTopic>

	<FAI:SuperTopic FAI:title="Managing Resources" >
	  <FAI:Topic FAI:title="Database Resource Manager Architecture" />
	  <FAI:Topic FAI:title="Consumer Groups" />
	  <FAI:Topic FAI:title="Resource Plans" />
	  <FAI:Topic FAI:title="Automatic &amp; Adaptive Consumer Group Mapping" />
	  <FAI:Topic FAI:title="Activating Plans" />
	  <FAI:Topic FAI:title="Monitoring Resource Allocation" />
	  <FAI:Topic FAI:title="Explicit Consumer Group Switching" />
	</FAI:SuperTopic>

	<FAI:SuperTopic FAI:title="Automating Tasks With the Scheduler (basic)" >
	  <FAI:Topic FAI:title="Scheduler Architecture" />
	  <FAI:Topic FAI:title="RAC Environment" />
	  <FAI:Topic FAI:title="Manage Programs" />
	  <FAI:Topic FAI:title="Manage Schedules" />
	  <FAI:Topic FAI:title="Manage Jobs" />
	</FAI:SuperTopic>

	<FAI:SuperTopic FAI:title="Automating Tasks With the Scheduler (advanced)" >
	  <FAI:Topic FAI:title="Manage Job Classes" />
	  <FAI:Topic FAI:title="Manage Windows &amp; Window Groups" />
	  <FAI:Topic FAI:title="Manage Chains" />
	  <FAI:Topic FAI:title="About Events &amp; the Scheduler" />
	</FAI:SuperTopic>

	<FAI:SuperTopic FAI:title="Globalization" >
	  <FAI:Topic FAI:title="Globalization Settings" />
	  <FAI:Topic FAI:title="NLS_LANG" />
	  <FAI:Topic FAI:title="NLS_LANGUAGE &amp; NLS_TERRITORY" />
	  <FAI:Topic FAI:title="Date &amp; Time Localization" />
	  <FAI:Topic FAI:title="Linguistic Indexes" />
	  <FAI:Topic FAI:title="About Locale Builder" />
	</FAI:SuperTopic>

	<FAI:SuperTopic FAI:title="Diagnosing Database Problems" >
	  <FAI:Topic FAI:title="About the Fault Diagnosability Infrastructure" />
	  <FAI:Topic FAI:title="Adr Highlights From EM" />
	  <FAI:Topic FAI:title="Using the Alert Log" />
	  <FAI:Topic FAI:title="About the Trace Files" />
	  <FAI:Topic FAI:title="Database Instance Health Snapshot" />
	  <FAI:Topic FAI:title="Using the Support Workbench" />
	  <FAI:Topic FAI:title="Enable Oracle Configuration Manager" />
	</FAI:SuperTopic>

	<FAI:SuperTopic FAI:title="Automatic Storage Management" >
	  <FAI:Topic FAI:title="ASM &amp; the Broader Database Architecture" />
	  <FAI:Topic FAI:title="Creating the ASM Instance" />
	  <FAI:Topic FAI:title="Administering the ASM Instance" />
	  <FAI:Topic FAI:title="Sysasm Super Administrator" />
	  <FAI:Topic FAI:title="ASM Storage Parameters" />
	  <FAI:Topic FAI:title="Using DBCA" />
	  <FAI:Topic FAI:title="Using ASMCMD" />
	  <FAI:Topic FAI:title="Configuring Databases For ASM Storage" />
	  <FAI:Topic FAI:title="DBCA" />
	  <FAI:Topic FAI:title="DBUA" />
	  <FAI:Topic FAI:title="ASM Migration Using EM" />
	</FAI:SuperTopic>

	<FAI:SuperTopic FAI:title="Recovery Concepts" >
	  <FAI:Topic FAI:title="About the Backup &amp; Recovery Structures" />
	  <FAI:Topic FAI:title="Managing Redo Data" />
	  <FAI:Topic FAI:title="Is Log_buffer Large Enough?" />
	  <FAI:Topic FAI:title="What v$log Reveals" />
	  <FAI:Topic FAI:title="What v$log_history Reveals" />
	  <FAI:Topic FAI:title="What v$logfile Reveals" />
	  <FAI:Topic FAI:title="What v$archived_log Reveals" />
	  <FAI:Topic FAI:title="Managing Archived Redo Data" />
	  <FAI:Topic FAI:title="Archivelog Status" />
	  <FAI:Topic FAI:title="Creating a Foundation For Sound Recovery" />
	</FAI:SuperTopic>

	<FAI:SuperTopic FAI:title="Oracle Flashback Technology" >
	  <FAI:Topic FAI:title="About Flashback Technology" />
	  <FAI:Topic FAI:title="Flashback Query" />
	  <FAI:Topic FAI:title="Select...as of Timestamp" />
	  <FAI:Topic FAI:title="Select...as of Scn" />
	  <FAI:Topic FAI:title="Using Dbms_flashback()" />
	  <FAI:Topic FAI:title="Configuring Undo Management For Flashback" />
	  <FAI:Topic FAI:title="Undo_retention" />
	  <FAI:Topic FAI:title="Flashback Table" />
	  <FAI:Topic FAI:title="Flashback Drop" />
	  <FAI:Topic FAI:title="Flashback Versions Query" />
	  <FAI:Topic FAI:title="Flashback Transaction Query" />
	  <FAI:Topic FAI:title="Flashback Transaction Backout" />
	  <FAI:Topic FAI:title="Flashback Database" />
	  <FAI:Topic FAI:title="About Flashback Database" />
	  <FAI:Topic FAI:title="Configuring the Flash Recovery Area" />
	  <FAI:Topic FAI:title="More About Db_recovery_file_dest" />
	  <FAI:Topic FAI:title="Performing Database Flashback" />
	  <FAI:Topic FAI:title="Monitoring Flashback Performance" />
	  <FAI:Topic FAI:title="Flashback Database Considerations" />
	  <FAI:Topic FAI:title="Configure Flashback Data Archive" />
	  <FAI:Topic FAI:title="Instance Recovery" />
	  <FAI:Topic FAI:title="About Instance Recovery" />
	  <FAI:Topic FAI:title="Smon Process &amp; Instance Recovery" />
	  <FAI:Topic FAI:title="Pmon Process &amp; Process Recovery" />
	  <FAI:Topic FAI:title="Instance Recovery Parallelism" />
	  <FAI:Topic FAI:title="Changing Recovery_parallelism" />
	  <FAI:Topic FAI:title="Mttr Advisor &amp; Tuning Checkpoints" />
	  <FAI:Topic FAI:title="Log_checkpoints_to_alert" />
	  <FAI:Topic FAI:title="Redo Logfile Size Advisor" />
	  <FAI:Topic FAI:title="Fast-start On-demand Parallelism" />
	  <FAI:Topic FAI:title="Configuring RMAN" />
	  <FAI:Topic FAI:title="RMAN Architecture" />
	  <FAI:Topic FAI:title="RMAN Sample Backup Session" />
	  <FAI:Topic FAI:title="Launch &amp; Use RMAN" />
	  <FAI:Topic FAI:title="Configure RMAN Settings" />
	  <FAI:Topic FAI:title="Allocate RMAN Channels" />
	  <FAI:Topic FAI:title="Backup With RMAN" />
	  <FAI:Topic FAI:title="About Backup File Types" />
	  <FAI:Topic FAI:title="Performing Full Backups" />
	  <FAI:Topic FAI:title="Performing Incremental Backups" />
	  <FAI:Topic FAI:title="Establishing a Backup Retention Policy" />
	  <FAI:Topic FAI:title="Generate Reports" />
	  <FAI:Topic FAI:title="Report Unrecoverable" />
	  <FAI:Topic FAI:title="Report Need Backup" />
	  <FAI:Topic FAI:title="List Incarnation" />
	  <FAI:Topic FAI:title="Validate Backup Data Integrity" />
	  <FAI:Topic FAI:title="RMAN Management With EM" />
	  <FAI:Topic FAI:title="Monitoring the Flash Recovery Area" />
	  <FAI:Topic FAI:title="The EM Interface To RMAN" />
	  <FAI:Topic FAI:title="Scheduling RMAN Backups" />
	  <FAI:Topic FAI:title="Using the Oracle-suggested Backup Strategy" />
	  <FAI:Topic FAI:title="Manage Current Backups" />
	  <FAI:Topic FAI:title="Backup Reports" />
	  <FAI:Topic FAI:title="Manage Restore Points" />
	  <FAI:Topic FAI:title="User-managed Recovery Operations" />
	  <FAI:Topic FAI:title="Recovery Concepts" />
	  <FAI:Topic FAI:title="Recover Temporary Tablespaces" />
	  <FAI:Topic FAI:title="Recover Read-only Tablespaces" />
	  <FAI:Topic FAI:title="Recover Index Tablespaces" />
	  <FAI:Topic FAI:title="Recover Redo Log Group Member" />
	  <FAI:Topic FAI:title="Recreate the Password File" />
	  <FAI:Topic FAI:title="Recovery With RMAN" />
	  <FAI:Topic FAI:title="Complete Media Recovery" />
	  <FAI:Topic FAI:title="Incomplete Media Recovery" />
	  <FAI:Topic FAI:title="TSPITR" />
	  <FAI:Topic FAI:title="DBPITR" />
	  <FAI:Topic FAI:title="Recovery Using EM" />
	  <FAI:Topic FAI:title="Using the RMAN Recovery Catalog" />
	  <FAI:Topic FAI:title="Configuring the Recovery Catalog" />
	  <FAI:Topic FAI:title="Using a Virtual Private Catalog" />
	  <FAI:Topic FAI:title="Advanced RMAN Capabilities" />
	  <FAI:Topic FAI:title="Backup Set Encryption" />
	  <FAI:Topic FAI:title="RMAN Duplicate Database" />
	</FAI:SuperTopic>

 </FAI:TopicList>
 
</FAI:CourseOutline>

 