<?xml version="1.0" standalone="no" ?>

<!--  SC_O11g_DBAdminI.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_DBAdminI.xml"
     xmlns:FAI="http://www.fisher-assoc.com/DTDs/FAI_CourseOutline.dtd" >

  <FAI:CourseTitle FAI:level="Advanced"  FAI:code="Orcl11gDBAdminI">
	Oracle Database 11g: Administration I  
  </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 allow the student to gain 
	the skills necessary for day-today administration of an Oracle 
	database. This course is the starting point for Oracle database 
	administrators and also sets the foundation for advanced administrator 
	training and certification.
    </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="Software installation and the creation of new 
      		databases." />
      	<FAI:Objective FAI:desc="An in-depth exploration of the database 
      		architecture, including memory, process and data structures, 
      		and the management of those structures." />
      	<FAI:Objective FAI:desc="Management of database files." />
      	<FAI:Objective FAI:desc="Specialized facilities intended to maximize 
      		performance of enterprise-scale transactional applications, 
      		such as the shared SQL and PL/SQL cache, the result cache, the 
      		database buffer cache, and other similar components." />
      	<FAI:Objective FAI:desc="Management of security policies and procedures,
      		including administration of user accounts, roles, privileges 
      		and profiles." />
      	<FAI:Objective FAI:desc="Utilization of advanced self-tuning and 
      		self-management capabilities, including the use of 
      		Oracle-Managed Files, database Advisors and other components of
      		the Management Framework." />
      	<FAI:Objective FAI:desc="Performance monitoring, problem troubleshooting, 
      		and resolving lock and conflict issues." />
	<FAI:Objective FAI:desc="Using the Oracle Enterprise Manager and SQL 
		interfaces for administration tasks." />
	<FAI:Objective FAI:desc="Control over database support services, 
		including the Database Control, Oracle Net and others." />
	<FAI:Objective FAI:desc="A primer on backup and recovery structures and 
		strategies." />
	<FAI:Objective FAI:desc="Operating system-specific considerations for 
		various platforms, especially Linux and MS Windows Server." />
      	
    </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:CoursePrerequisiteList>    

  </FAI:SummaryInfo>  

  <FAI:TopicList>                            

    <FAI:SuperTopic FAI:title="Enterprise Edition Installation" >
      <FAI:Topic FAI:title="Identify System Requirements" />
      <FAI:Topic FAI:title="The Optimal Flexible Architecture (OFA)" />
      <FAI:Topic FAI:title="Oracle_base" />
      <FAI:Topic FAI:title="Oracle_home" />
      <FAI:Topic FAI:title="Configure the Installation Environment" />
      <FAI:Topic FAI:title="Enterprise Edition Installation" />
      <FAI:Topic FAI:title="DBCA" />
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="The Administrator Interface" >
      <FAI:Topic FAI:title="Enterprise Manager Tour" />
      <FAI:Topic FAI:title="Using EM SQL Worksheet" />
      <FAI:Topic FAI:title="Duties of a Database Administrator" />
      <FAI:Topic FAI:title="Exploring the Oracle Database Architecture: General" />
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="The Oracle Enterprise Architecture" >
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="Exploring the Oracle Database Architecture: Instance Memory" >
      <FAI:Topic FAI:title="What Is An Oracle Database Instance?" />
      <FAI:Topic FAI:title="More About the System Global Area (sga)" />
      <FAI:Topic FAI:title="About the PGA" />
      <FAI:Topic FAI:title="Managing Memory" />
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="Exploring the Oracle Database Architecture: Instance Processes" >
      <FAI:Topic FAI:title="Instance Background Processes" />
      <FAI:Topic FAI:title="SQL Execution Processes" />
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="Creating An Oracle Database" >
      <FAI:Topic FAI:title="Create a New Database" />
      <FAI:Topic FAI:title="Configure An Existing Database" />
      <FAI:Topic FAI:title="Drop a Database" />
      <FAI:Topic FAI:title="Manage DBCA Templates" />
      <FAI:Topic FAI:title="Manually Create a Database" />
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="Managing the Database Instance" >
      <FAI:Topic FAI:title="Configuring a Linux Environment" />
      <FAI:Topic FAI:title="Starting &amp; Stopping Database Control" />
      <FAI:Topic FAI:title="Starting &amp; Stopping the Database Listener" />
      <FAI:Topic FAI:title="Starting &amp; Stopping the Database Instance" />
      <FAI:Topic FAI:title="More About the Database Files" />
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="Manage Database Storage Structures: Tablespaces" >
      <FAI:Topic FAI:title="About Tablespaces" />
      <FAI:Topic FAI:title="Tablespace Management" />
      <FAI:Topic FAI:title="Drop Tablespace" />
      <FAI:Topic FAI:title="Alter Tablespace" />
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="Manage Database Storage Structures: Advanced Tablespaces" >
      <FAI:Topic FAI:title="More About Temporary Tablespaces" />
      <FAI:Topic FAI:title="About Temporary Tablespace Groups" />
      <FAI:Topic FAI:title="More About Permanent Tablespaces" />
      <FAI:Topic FAI:title="More About Bigfile Tablespaces" />
      <FAI:Topic FAI:title="More About the Sysaux Tablespace" />
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="Manage Database Storage Structures" >
      <FAI:Topic FAI:title="Data Files &amp; Temp Files" />
      <FAI:Topic FAI:title="Managing Data Files" />
      <FAI:Topic FAI:title="Managing Temp Files" />
      <FAI:Topic FAI:title="Enable Oracle-managed Files (OMF)" />
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="Managing Undo Data" >
      <FAI:Topic FAI:title="About Undo Space Management" />
      <FAI:Topic FAI:title="Configure Automatic Undo Management" />
      <FAI:Topic FAI:title="Undo_management" />
      <FAI:Topic FAI:title="Undo_tablespace" />
      <FAI:Topic FAI:title="Undo_retention" />
      <FAI:Topic FAI:title="Guarantee Undo Retention" />
      <FAI:Topic FAI:title="Monitor Undo Space" />
      <FAI:Topic FAI:title="Use the Undo Advisor" />
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="Network Environment: Oracle Shared Servers" >
      <FAI:Topic FAI:title="Shared Servers Architecture" />
      <FAI:Topic FAI:title="Configure Shared Servers" />
      <FAI:Topic FAI:title="Monitor Shared Servers" />
      <FAI:Topic FAI:title="V$shared_server" />
      <FAI:Topic FAI:title="V$shared_server_monitor" />
      <FAI:Topic FAI:title="V$session" />
      <FAI:Topic FAI:title="V$circuit" />
      <FAI:Topic FAI:title="V$dispatcher &amp; V$dispatcher_config" />
      <FAI:Topic FAI:title="V$queue" />
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="Security: Implementing Database Security" >
      <FAI:Topic FAI:title="Database System Privileges" />
      <FAI:Topic FAI:title="Database Object Privileges" />
      <FAI:Topic FAI:title="Administrator Auditing of Database Activity" />
      <FAI:Topic FAI:title="Enhanced Default Security Settings" />
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="Security: Administering User Security" >
      <FAI:Topic FAI:title="Create &amp; Manage Database Accounts" />
      <FAI:Topic FAI:title="Grant &amp; Revoke Database Privileges" />
      <FAI:Topic FAI:title="Resource Limits Via Profiles" />
      <FAI:Topic FAI:title="Alter Profile" />
      <FAI:Topic FAI:title="Drop Profile" />
      <FAI:Topic FAI:title="Password Management Via Profiles" />
      <FAI:Topic FAI:title="About Role-based Security" />
      <FAI:Topic FAI:title="With Admin Option" />
      <FAI:Topic FAI:title="Alter User...default Role" />
      <FAI:Topic FAI:title="Set Role" />
      <FAI:Topic FAI:title="Enhanced Default Security Settings" />
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="Moving Data: SQL Loader" >
      <FAI:Topic FAI:title="Loader Concepts" />
      <FAI:Topic FAI:title="Control File Options" />
      <FAI:Topic FAI:title="Load Methods" />
      <FAI:Topic FAI:title="Using the EM Interface" />
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="Moving Data: Export &amp; Import" >
      <FAI:Topic FAI:title="Manage Directory Objects" />
      <FAI:Topic FAI:title="About the Data Pump Architecture" />
      <FAI:Topic FAI:title="Data Pump Export" />
      <FAI:Topic FAI:title="Data Pump Import" />
      <FAI:Topic FAI:title="Data Pump Data Dictionary Views" />
      <FAI:Topic FAI:title="Using the EM Interface" />
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="Database Maintenance &amp; Performance Management" >
      <FAI:Topic FAI:title="The Management &amp; Advisory Framework" />
      <FAI:Topic FAI:title="Manage the Automatic Workload Repository" />
      <FAI:Topic FAI:title="Automatic Database Diagnostic Monitor" />
      <FAI:Topic FAI:title="Use Metrics &amp; Alert Thresholds" />
      <FAI:Topic FAI:title="Automatic Maintenance Tasks" />
    </FAI:SuperTopic>

    <FAI:SuperTopic FAI:title="Managing Concurrency &amp; Locks" >
      <FAI:Topic FAI:title="About Latches &amp; Locks" />
      <FAI:Topic FAI:title="Manage &amp; Monitor Latches" />
      <FAI:Topic FAI:title="Manage &amp; Monitor Locks" />
      <FAI:Topic FAI:title="V$lock" />
      <FAI:Topic FAI:title="V$locked_object" />
      <FAI:Topic FAI:title="V$session" />
      <FAI:Topic FAI:title="V$session_wait" />
      <FAI:Topic FAI:title="Dba_blockers &amp; Dba_waiters" />
      <FAI:Topic FAI:title="Dba_dml_locks &amp; Dba_ddl_locks" />
      <FAI:Topic FAI:title="Dml_locks" />
      <FAI:Topic FAI:title="Backup &amp; Recovery Concepts &amp; Configuration" />
      <FAI:Topic FAI:title="About Database Backup &amp; Recovery Structures" />
      <FAI:Topic FAI:title="Managing Redo Data" />
      <FAI:Topic FAI:title="Managing Archival Data" />
      <FAI:Topic FAI:title="Automatic Crash Recovery" />
      <FAI:Topic FAI:title="Creating a Basic Backup Strategy" />
    </FAI:SuperTopic>

 </FAI:TopicList>
 
</FAI:CourseOutline>

 