Sei sulla pagina 1di 12

Educacion para el trabajo y el Desarrollo Humano

Diplomado Oracle DBA OCP

Duracion: 126 Horas Dirigido a:


- El Curso de Gestin de Bases de Datos Oracle con SQL, est pensado para cualquier persona que con algunos conocimientos bsicos de informtica, desee formarse profesionalmente en el lenguaje estndar de acceso a bases de datos relacionales ms moderno y potente, con el que podr manipular y configurar la informacin de una base de datos Oracle - Quienes deseen obtener la certificacin internacional oficial de Oracle OCP (Oracle Certified Professional).

Prerrequisitos:
- Oracle Administrator Database 11g: Introduction To Sql - Oracle Database 11g Administration Workshop I

Objetivos:
- Display data from multiple tables using the ANSI SQL 99 JOIN syntax. - Employ SQL functions to generate customized data. - Create reports of aggregated data. - Use the SET operators to create subsets of data. - Run data manipulation statements (DML) in Oracle Database 11g. - Run data definition language (DDL) statements to create schema objects. - Identify the major structural components of Oracle Database 11g. - Retrieve data from tables. - Create reports of sorted and restricted data. - Install Oracle Grid Infrastructure - Install and configure Oracle Database 11g - Configure Oracle Net services - Monitor and administer undo data - Manage the database storage structures - Create and administer user accounts - Perform basic backup and recovery of a database - Manage data concurrency - Monitor performance - Describe Oracle Database Architecture - Back and recover a database (and its parts) with RMAN (command-line and Enterprise Manager) - Use flashback technology to view past states of data and to revert either objects or the entire database back to a past state - Use an appropriate and flexible memory configuration for your database - Identify burdensome database sessions and poorly performing SQL - Configure the Oracle Database for optimal recovery - Configure the database instance such that resources are appropriately allocated among sessions and tasks - Schedule jobs to run inside or outside of the database - Use compression to optimize database storage and duplicate a database

Metodologia:
Nuestros ambientes de aprendizaje son tipo taller-empresa, y la capacitacin se orienta hacia la prctica en el desarrollo de un proyecto, y/o laboratorios que permitan dotar al estudiante de las competencias requeridas para desempearse eficientemente en el mercado laboral. El instructor (Ingeniero con amplia experiencia), es el director del proyecto, quien lo guiar paso a paso en el desarrollo
Pagina 1

de los los talleres requeridos y la preparacin del examen para certificacin Internacional.

Ofrece:
Calidad en nuestras capacitaciones orientadas a la practica. Aulas tipo laboratorio, equipos y recursos tcnicos acordes con el desarrollo prctico de cada capacitacin. Como parte de nuestra responsabilidad en su formacin, usted tiene la opcin de repetir temas sobre los cuales haya quedado duda, sin costo adicional. Certificacin acreditativa , una vez haya aprobado la evaluacin practica respecto al desarrollo de su competencia. Preparacin para exmen oficial de certificacion internacional Oracle ( 1Z0-051-ENU Oracle Database 11g: Introduction To Sql ) Preparacin para exmen oficial de certificacion internacional Oracle ( 1Z0-052-ENU Oracle Database 11g: Administration I ) Preparacin para exmen oficial de certificacion internacional Oracle ( 1Z0-053-ENU Oracle Database 11g: Administration II ) Voucher con beneficio del 25% sobre el valor de el examen y Certificado de asistencia generado por Oracle University; para cada nivel, una vez finalizada la capacitacion (Ver modelo de certificado) Asistir a un curso de Oracle en Aula Matriz, es vlido como requisito para presentar examen para Certificaciones OCP de Oracle, Java y Mysql. A su eleccin podr solicitar Certificado en espaol o Ingles.

Material del curso:


- Oracle Database 11g: Introduction To Sql Student Kit - Oracle Database 11g: Administration Workshop I Student Kit - Oracle Database 11g: Administration Workshop II Student Kit - Agenda - Esfero

Temas del curso:


Nivel I: Oracle Database 11g: Introduction To Sql Introduction - Overview of Oracle Database 11g and related products - Overview of relational database management concepts and terminologies - Introduction to SQL and its development environments - The HR schema and the tables used in this course - Oracle Database documentation and additional resources Retrieve Data Using the SQL SELECT Statement - List the capabilities of SQL SELECT statements - Generate a report of data from the output of a basic SELECT statement - Usage of arithmetic expressions and NULL values - Implement Column aliases - Describe the concatenation operator, literal character strings, alternative quote operator, and the DISTINCT keyword - Display the table structure using the DESCRIBE command Restrict and Sort Data - Write queries with a WHERE clause to limit the output retrieved - Use the comparison operators and logical operators - Identify the rules of precedence for comparison and logical operators - Usage of character string literals in the WHERE clause
Pagina 2

- Write queries with an ORDER BY clause - Sort output in descending and ascending order - Substitution Variables Use Single-Row Functions to Customize Output - Differentiate between single row and multiple row functions - Manipulate strings using character functions - Manipulate numbers with the ROUND, TRUNC, and MOD functions - Perform arithmetic with date data - Manipulate dates with the DATE functions Conversion Functions and Conditional Expressions - Describe implicit and explicit data type conversion - Describe TO_CHAR, TO_NUMBER, and TO_DATE conversion functions - Nesting multiple functions - Apply the NVL, NULLIF, and COALESCE functions to data - Use conditional IF THEN ELSE logic Aggregated Data Using Group Functions - How aggregation functions help to produce meaningful reports? - Use the AVG, SUM, MIN, and MAX function - How to handle Null Values in a group function? - Divide the data in groups by using the GROUP BY clause - Exclude groups of date by using the HAVING clause Display Data From Multiple Tables Using Joins - Write SELECT statements to access data from more than one table - Join Tables Using SQL:1999 Syntax - View data that does not meet a join condition by using outer joins - Join a table to itself by using a self join - Create Cross Joins Use Sub-queries to Solve Queries - Use a Subquery to Solve a Problem - Execute Single-Row Sub-queries - Deploy Group Functions in a Sub-query - Multiple-Row Subqueries - Use ANY and ALL Operator in Multiple-Row Sub-queries - Use EXISTS Operator SET Operators - What are SET operators? - Use a SET operator to combine multiple queries into a single query - Use UNION, UNION ALL, INTERSECT, and MINUS Operator - Use ORDER BY Clause in Set Operations Data Manipulation - Add New Rows to a Table - Change the Data in a Table
Pagina 3

- Use DELETE and TRUNCATE Statements - Save and discard changes with the COMMIT and ROLLBACK statements - Implement Read Consistency - Describe the FOR UPDATE Clause Use DDL Statements to Create and Manage Tables - Categorize Database Objects - Create Tables using the CREATE TABLE Statement - Identify the data types - Describe Constraints - Create a table using a subquery - How to alter a table? - Drop a table Other Schema Objects - Create, modify, and retrieve data from a view - Perform Data manipulation language (DML) operations on a view - Drop a view - Create, use, and modify a sequence - Create and maintain indexes - Create and drop synonyms Control User Access - Differentiate system privileges from object privileges - Create Users - Grant System Privileges - Create and Grant Privileges to a Role - Change Your Password - Grant Object Privileges - How to pass on privileges? - Revoke Object Privileges Management of Schema Objects - Add, Modify, and Drop a Column - Add, Drop, and Defer a Constraint - How to enable and Disable a Constraint? - Create and Remove Indexes - Create a Function-Based Index - Perform Flashback Operations - Create an External Table by Using ORACLE_LOADER and by Using ORACLE_DATAPUMP - Query External Tables Manage Objects with Data Dictionary Views - Explain the data dictionary - Use the Dictionary Views - USER_OBJECTS and ALL_OBJECTS Views - Table and Column Information - Query the dictionary views for constraint information - Query the dictionary views for view, sequence, index and synonym information
Pagina 4

- Add a comment to a table - Query the dictionary views for comment information Manipulate Large Data Sets - Use Subqueries to Manipulate Data - Retrieve Data Using a Subquery as Source - Insert Using a Subquery as a Target - Usage of the WITH CHECK OPTION Keyword on DML Statements - List the types of Multitable INSERT Statements - Use Multitable INSERT Statements - Merge rows in a table - Track Changes in Data over a period of time Data Management in different Time Zones - Time Zones - CURRENT_DATE, CURRENT_TIMESTAMP, and LOCALTIMESTAMP - Compare Date and Time in a Sessions Time Zone - DBTIMEZONE and SESSIONTIMEZONE - Difference between DATE and TIMESTAMP - INTERVAL Data Types - Use EXTRACT, TZ_OFFSET and FROM_TZ - Invoke TO_TIMESTAMP,TO_YMINTERVAL and TO_DSINTERVAL Retrieve Data Using Sub-queries - Multiple-Column Subqueries - Pairwise and Nonpairwise Comparison - Scalar Subquery Expressions - Solve problems with Correlated Subqueries - Update and Delete Rows Using Correlated Subqueries - The EXISTS and NOT EXISTS operators - Invoke the WITH clause - The Recursive WITH clause Regular Expression Support - Use the Regular Expressions Functions and Conditions in SQL - Use Meta Characters with Regular Expressions - Perform a Basic Search using the REGEXP_LIKE function - Find patterns using the REGEXP_INSTR function - Extract Substrings using the REGEXP_SUBSTR function - Replace Patterns Using the REGEXP_REPLACE function - Usage of Sub-Expressions with Regular Expression Support - Implement the REGEXP_COUNT function Nivel II: Oracle Database 11g Administration Workshop I Release 2 Exploring the Oracle Database Architecture - Oracle Database Architecture Overview - Oracle ASM Architecture Overview
Pagina 5

- Process Architecture - Memory structrues - Logical and physical storage structures - ASM storage components Installing your Oracle Software - Tasks of an Oracle Database Administrator - Tools Used to Administer an Oracle Database - Installation: System Requirements - Oracle Universal Installer (OUI) - Installing Oracle Grid Infrastructure - Installing Oracle Database Software - Silent Install Creating an Oracle Database - Planning the Database - Using the DBCA to Create a Database - Password Management - Creating a Database Design Template - Using the DBCA to Delete a Database Managing the Oracle Database Instance - Start and stop the Oracle database and components - Use Oracle Enterprise Manager - Access a database with SQLPlus - Modify database installation parameters - Describe the stages of database startup - Describe database shutdown options - View the alert log - Access dynamic performance views Manage the ASM Instance - Set up initialization parameter files for ASM instance - Start up and shut down ASM instances - Administer ASM disk groups Configuring the Oracle Network Environment - Use Enterprise Manager to create and configure the Listener - Enable Oracle Restart to monitor the listener - Use tnsping to test Oracle Net connectivity - Identify when to use shared servers and when to use dedicated servers Managing Database Storage Structures - Storage Structures - How Table Data Is Stored - Anatomy of a Database Block - Space Management in Tablespaces - Tablespaces in the Preconfigured Database - Actions with Tablespaces
Pagina 6

- Oracle Managed Files (OMF) Administering User Security - Database User Accounts - Predefined Administrative Accounts - Benefits of Roles - Predefined Roles - Implementing Profiles Managing Data Concurrency - Data Concurrency - Enqueue Mechanism - Resolving Lock Conflicts - Deadlocks Managing Undo Data - Data Manipulation - Transactions and Undo Data - Undo Data Versus Redo Data - Configuring Undo Retention Implementing Oracle Database Auditing - Describe DBA responsibilities for security - Enable standard database auditing - Specify audit options - Review audit information - Maintain the audit trail Database Maintenance - Manage optimizer statistics - Manage the Automatic Workload Repository (AWR) - Use the Automatic Database Diagnostic Monitor (ADDM) - Describe and use the advisory framework - Set alert thresholds - Use server-generated alerts - Use automated tasks Performance Management - Performance Monitoring - Managing Memory Components - Enabling Automatic Memory Management (AMM) - Automatic Shared Memory Advisor - Using Memory Advisors - Dynamic Performance Statistics - Troubleshooting and Tuning Views - Invalid and Unusable Objects Backup and Recovery Concepts - Part of Your Job
Pagina 7

- Statement Failure - User Error - Understanding Instance Recovery - Phases of Instance Recovery - Using the MTTR Advisor - Media Failure -Archive Log Files Performing Database Backups - Backup Solutions: Overview - Oracle Secure Backup - User-Managed Backup - Terminology - Recovery Manager (RMAN) - Configuring Backup Settings - Backing Up the Control File to a Trace File - Monitoring the Flash Recovery Area Performing Database Recovery - Opening a Database - Data Recovery Advisor - Loss of a Control File - Loss of a Redo Log File - Data Recovery Advisor - Data Failures - Listing Data Failures - Data Recovery Advisor Views Moving Data - Describe ways to move data - Create and use directory objects - Use SQL*Loader to move data - Use external tables to move data - General architecture of Oracle Data Pump - Use Data Pump export and import to move data Working with Support - Use the Enterprise Manager Support Workbench - Work with Oracle Support - Log service requests (SR) - Manage patches Nivel III: Oracle Database 11g Administration Workshop II Core Concepts and Tools of the Oracle Database - The Oracle Database Architecture: Overview - ASM Storage Concepts - Connecting to the Database and the ASM Instance
Pagina 8

- DBA Tools Overview Configuring for Recoverability - Purpose of Backup and Recovery (B&R), Typical Tasks and Terminology - Using the Recovery Manager (RMAN) - Configuring your Database for B&R Operations - Configuring Archivelog Mode - Configuring Backup Retention - Configuring and Using a Flash Recovery Area (FRA) Using the RMAN Recovery Catalog - Tracking and Storing Backup Information - Setting up a Recovery Catalog - Recording Backups - Using RMAN Stored Scripts - Managing the Recovery Catalog (Backup, Export, Import, Upgrade, Drop and Virtual Private Catalog) Configuring Backup Settings - Configuring and Managing Persistent Settings for RMAN - Configuring Autobackup of Control File - Backup optimization - Advanced Configuration Settings: Compressing Backups - Configuring Backup and Restore for Very Large Files (Multisection) Creating Backups with RMAN - RMAN backup types - Creating and Using the following: - Backup Sets and Image Copies - Whole Database Backup - Fast Incremental Backup - Configure Backup Destinations - Duplexed Backup Sets - Archival Backups Restore and Recovery Task - Restoring and Recovering - Causes of File Loss - Automatic Tempfile Recovery - Recovering from the Loss of a Redo Log Group - Recovering from a Lost Index Tablespace - Re-creating a Password Authentication File - Complete and Incomplete Recovery - Other Recovery Operations Using RMAN to Perform Recovery - Complete Recovery after Loss of a Critical or Noncritical Data File - Recovering Image Copies and Switching Files - Restore and Recovery of a Database in NOARCHIVELOG Mode - Incomplete Recovery
Pagina 9

- Performing Recovery with a Backup Control File - Restoring from Autobackup: Server Parameter File and Control File - Restoring and Recovering the Database on a New Host Monitoring and Tuning RMAN - Monitoring RMAN Jobs - Balance Between Speed of Backup Versus Speed of Recovery - RMAN Multiplexing - Synchronous and Asynchronous I/O - Explaining Performance Impact of MAXPIECESIZE, FILESPERSET, MAXOPENFILES and BACKUP DURATION Diagnosing the Database - Data Recovery Advisor (DRA) - Block Corruption - Automatic Diagnostic Repository (ADR) - Health Monitor - The ADR Command-Line Tool, ADRCI Using Flashback Technology I - Flashback Technology: Overview and Setup - Using Flashback Technology to Query Data - Flashback Table - Flashback Transaction Query - Performing Flashback Transaction Backout Using Flashback Technology II - Oracle Total Recall - Flashback Drop and the Recycle Bin Performing Flashback Database - Configuring Flashback Database - Performing Flashback Database Operations - Monitoring Flashback Database Managing Memory - Oracle Memory Structures - Oracle Database Memory Parameters - Using Automatic Memory Management - Automatic Shared Memory Management - Using Memory Advisors - Using Data Dictionary Views Managing Database Performance - Tuning Activities - Using Statistic Preferences - Optimizer Statistics Collection - Monitor the Performance of Sessions and Services - Automatic Workload Repository (AWR) - Describing the Benefits of Database Replay
Pagina 10

Managing Performance by SQL Tuning - SQL Tuning and SQL Advisors - Using SQL Tuning Advisor - SQL Access Advisor - SQL Performance Analyzer Overview Managing Resources - Database Resource Manager: Overview and Concepts - Accessing and Creating Resource Plans - Creating Consumer Group - Specifying Resource Plan Directives, including: - Limiting CPU Utilization at the Database Level - Instance Caging - Activating a Resource Plan - Monitoring the Resource Manager Automating Tasks with the Scheduler - Simplifying Management Tasks - Creating a Job, Program, and Schedule - Using Time-Based, Event-Based, and Complex Schedules - Describing the Use of Windows, Window Groups, Job Classes, and Consumer Groups - Multi-Destination Jobs Managing Space in Blocks - Free Space Management - Monitoring Space - Compressing Data Managing Space in Segments - Segment Creation on Demand - Additional Automatic Space-Saving Functionalit - Shrinking Segments - Segment Advisor - Managing Resumable Space Allocation Managing Space for the Database - Using 4 KB-Sector Disks - Transporting Tablespaces - Transporting Databases Duplicating a Database - Purpose and Methods of Cloning a Database - Using RMAN to Create a Duplicate Database - Cloning a Database from a Backup - Duplicate a Database Based on a Running Instance - Targetless Duplicating a Database

Pagina 11

Duracion

Capacitacion Oracle Database 11g: Introduction To Sql English Oracle Database 11g: Administration Workshop I Release 2 Oracle Database 11g: Administration Workshop II Release 2 Preparacion Examen de certificacion (Simulador) 2 Voucher con 25% de descuento para presentar examen de certificacion Total de horas

Duracion 40 40 40 6 Si 126

Horarios y Fechas de inicio

Capacitacion Diplomado Oracle DBA OCP Diplomado Oracle DBA OCP Diplomado Oracle DBA OCP Diplomado Oracle DBA OCP

Horario Sabados7:00 AM 1:30 PMPresencial Sabados1:30 PM 6:30 PMPresencial Lunes a Viernes.6:00 PM. 9:00 PM.Presencial Lunes a Viernes.7:00 AM 9:00 AMPresencial

Fecha Inicio 2013-07-13 2013-07-13 2013-07-15 2013-07-22

Precios en pesos colombianos (COP) Tipo Particulares, Profesionales,Independientes y/o Estudiantes Formas De Pago a Plazos - En dos contados 50% iniciando la capacitacin y el otro 50% promediando la misma. - Tarjetas de Crdito - 2 Cheques sin financiacin as: Al dia y a 30 dias. Servicios de Educacin excluidos de IVA, numeral 6 articulo 476 ET. A plazos Contado Anticipado 4,245,000 3,945,000

Para reservar cupo o informacion adicional, por favor comuniquese al PBX: 606-5333, directamente en nuestra sede : Calle 63 N 15-18 Piso 3 Bogota D.C. Colombia. o a nuestro email capacita@aulamatriz.edu.co o en www.aulamatriz.edu.co

Pagina 12

Potrebbero piacerti anche