THE EXPERTS AT THE EMEA EXPERT SUMMIT

Size: px
Start display at page:

Download "THE EXPERTS AT THE EMEA EXPERT SUMMIT"

Transcription

1 THE EXPERTS AT THE EMEA EXPERT SUMMIT ARUP NANDA is an DAN HOTKA is an JOEL GOODMAN is Oracle DBA expert internationally recog- Senior Principal Tech- with more than 18 nized Oracle expert nical Team Leader years experience in and Oracle ACE Direc- at Oracle. He has 19 all aspects of Oracle tor with over 29 years years experience with database including of experience with Oracle DBA technol- modeling, performance tuning, backup, disaster Oracle products. His experience with the Oracle ogy in support, consulting and training. He assists recovery and security. Arup has co-authored RDBMS dates back to the Oracle V4.0 days. OU Curriculum development by leading a team 5 books, published more than 500 articles, He is well-published with 12 Oracle books and of Subject Matter Experts who provide Quality presented about 300 sessions at various Oracle well over 200 printed articles. Dan is frequently Assurance during course development. Joel is technology conferences and published techni- published in Oracle trade journals, regularly blogs also the Technical Team Leader of the Oracle DBA cal articles on his blog arup.blogspot.com. at DanHotka.Blogspot.com, and speaks at Oracle Certification Test Development Team. He is a Oracle awarded him the DBA of the Year title in conferences and user groups around the world. regular speaker at various EMEA Oracle conferences and a member of the Oak Table network of 2003 and Architect of the Year in Oracle DBA professionals. ILOON ELLEN-WOLFF JONATHAN LEWIS UWE HESSE is Senior is Senior Principal is an expert and Principal Instructor Technical Engineer well-known figure in at Oracle Germany. at Oracle Nether- the Oracle world with He is an Oracle lands. 15 years ago, more than 25 years Certified Master and she started working experience, who Oracle Certified Pro- for Oracle Support specializes in design, fessional (Database Services for the Developer competency and she troubleshooting and advanced training in best Administration versions 9i, 10g and 11g). He has specializes in Oracle Forms, Oracle Reports, use of the Oracle database engine. He is a regu- received many awards: Oracle Customer Ser- Application Express, APEX Listener, SQL*plus lar contributor to various Oracle-related maga- vices EMEA Excellence Award in 2012, Oracle and SQL Developer and Oracle Database Ser- zines, and also publishes technical articles on University EMEA Excellence Award in 2012, vice Cloud, assisting customers with solving his blog jonathanlewis.wordpress.com. election to the Oracle University Leadership their software problems. She co-authored the Circle in 2009, 2012 and 2013, Oracle Germany book Application Express Best Practices. Internal Award (M*Oscar) for Innovation in 2009 and Oracle University Internal Award for Communication via Web 2.0 in 2011.

2 PROGRAM SCHEDULE DAY-1 May 19 DAY-2 May 20 DAY-3 May 21 9:00-17:00 Session 1 Troubleshooting and Tuning with Jonathan Lewis ALL DAY: ALL DAY: MORNING: 09:00-12:30 Seminar 4 Learn about The Exciting 12c New Features for Data Guard with Uwe Hesse 9:00-17:00 Seminar 2 9:00-17:00 Seminar 3 AFTERNOON: Mastering ASM with Understanding Explain 14:00-15:00 Seminar 5 Arup Nanda Plans & Index Utilization APEX for DBA s with Iloon Ellen-Wolff with Dan Hotka 15:15-16:15 Seminar 6 How to Avoid Struggling with REST Data Services with Iloon Ellen-Wolff ALL DAY: ALL DAY: MORNING: 09:00-10:00 Seminar 9 Resource Coordination in RAC with Joel Goodman 9:00-17:00 Seminar 7 9:00-17:00 Seminar 8 10:00-12:30 Seminar 10 Performance Tuning in Advanced PL/SQL Administering parallel execution with RAC with Arup Nanda Techniques and Tuning Joel Goodman with Dan Hotka AFTERNOON: 13:30-17:00 Seminar 11 Partitioning in Oracle with Joel Goodman

3 TROUBLESHOOTING AND TUNING WITH JONATHAN LEWIS SESSION 1: MAY 19 9:00-17:00 This seminar presents a troubleshooting strategy tightly coupled with design. If you know how something should have been designed, you can do a better job of addressing the problems of a system in production. Jonathan will provide a strategic look at how to identify performance problems, and how to use Oracle tools to access the wealth of information collected in the dynamic performance views (v$ and x$). You will learn how to identify the critical cause of a problem and the best way to address that problem this means being able to recognize where the resource threat is, and why that threat matters. The seminar teaches you how to address commonly occurring problems and how to apply generic quick fixes that can often be used to patch a badly performing system. Jonathan will explain how Automatic Workload Repository (AWR) and Statspack capture and report useful information from the dynamic performance views and how to use the default reports to best effect. You will also understand how to analyze the information that is being presented, acting under time-pressure, to avoid following wrong clues or failing to notice inconsistencies in the symptoms Oracle is reporting. Design strategies Basic configuration Assessing features Dynamic Performance data Reading Statspack / AWR To recognise that some problems occur outside the database and can t be fixed by doing anything to the database, and to be able to identify such cases confidently. To learn some key structural approaches to the Oracle database, and coding strategies that eliminate unnecessary overheads. To learn a strategy for dealing methodically with any of the three main types of performance issue, and to improve the speed with which root causes can be identified. To understand more of the information available through the v$ and x$ dynamic performance views and how to read summaries and cross-sections of this data. To be able to read, and cross-check, the information that we can get from Statspack or the AWR reports. DBA s or developers/designers who need to ensure that the SQL arriving at the database operates efficiently, with a strong interest in the Oracle database engine, and at least 3 years of working with the Oracle database. Anyone attending this seminar should have some experience with the general syntax of SQL, and be aware of the general structure of select statements. A little familiarity with reading execution plans would be beneficial, but is not a strong prerequisite.

4 MASTERING ASM WITH ARUP NANDA SESSION 2: MAY 20 9:00-17:00 Automatic Storage Manager, introduced in early 2004, has been around for several years now, but there is a still a sense of awe and unfamiliarity to even the most seasoned Oracle DBAs. The reason could span from lack of awareness to even myths surrounding the product, such as it s yet another database to be managed. In simplest of terms, it is just a volume manager similar to whatever is available in your OS right now with one difference ASM is designed keeping in mind the benefits to the Oracle Database, and that alone. In this seminar, participants will learn all there is to know about ASM regardless of their expertise level or exposure to ASM. The seminar guides the participants through the concepts of ASM using live demonstrations from building, managing and solving problems with ASM. All the new features up to Oracle Database 12c will be covered. At the end of the seminar, regardless of the expertise level, you will come out as an expert. Why are filesystems inadequate for Oracle Database The Issue of POSIX locking Alternatives to files raw, OCFS, ASM Introduction to Volume Management for DBAs ASM as a volume manager comparison with others Why I/O is faster in ASM Concept of ASM instance and how it is different from a database instance. Why ASM is not a database Building ASM from devices Cluster Synchronization Service how to configure Compatibility of ASM and database versions How to present disks to ASM Creating and administering diskgroups How ASM preserves the metadata about its structure without a database Concept of change records in ASM database Security in ASM instance, SYSASM role How to create tablespaces, files on diskgroups Redundancy External/Normal/High Preferred mirror read Extents and Allocation Units Data Dictionary Views for ASM ASMCMD Command Line Interface How to check hotspots and unbalanced disks How to add/drop disks online How to check for and force rebalance Concept and management of striping Variable sized AUs Backup and restore of metadata of ASM Moving files in and out of ASM Fast disk resync ASMLib concepts, configuration and management Using SRVCTL for ASM management in RAC Flex ASM ASM Dynamic Volume Manager (ADVM) ASM Cluster File System (ACFS) Snapshots and database cloning Optimal placement of data ASM templates Troubleshooting Real-life tips and techniques Learn about ASM as a volume manager, how it overcomes the limitations of the file systems Learn how to choose redundancy, striping and attributes of a diskgroup Learn how to build an ASM service from scratch using various tools ranging from command line to ASMCA Learn how to detect and manage hotspots on disks and place data optimally Learn how to use ASMCMD effectively Learn how to build and deploy ADVM and ACFS Learn how to troubleshoot common and less common issues Learn all this from a practicing DBA using ASM since its inception Learn about ASM as a volume manager, how it overcomes the limitations of the filesystems Learn how to choose redundancy, striping and attributes of a diskgroup Learn how to build an ASM service from scratch using various tools ranging from command line to ASMCA Learn how to build and deploy ADVM and ACFS Learn how to troubleshoot common and less common issues Learn all this from a practicing DBA using ASM since its inception

5 UNDERSTANDING EXPLAIN PLANS & INDEX UTILIZATION WITH DAN HOTKA SESSION 3: MAY 20 9:00-17:00 Dan will explain how your SQL and application can take advantage of the computing environment by going into detail on how Oracle arrives at an execution plan, the explain plan. This seminar teaches you how Oracle s cost-based optimizer assembles explain plans. This is the core knowledge you will need to know in order to tune SQL without guess work. Various coding techniques will be illustrated that ensure the SQL runs at maximum performance in the current and future Oracle database environments. Dan will present a cool tool used to show important information and statistics to best tune SQL. Oracle RDBMS Architecture overview Understanding/Reading/Interpreting Explain Plans Understanding the Cost-based Optimizer Working with Hints Useful and current explain plan syntax tips and techniques Covers Oracle 10, Oracle 11, and Oracle 12 To better understand how the Cost-based Optimizer produces SQL Execution Plans so the attendee can produce better performing SQL. How-to, syntax, includes Oracle DB 12c topics Developers/DBA s/power users A working knowledge of the SQL language

6 LEARN ABOUT THE EXCITING 12c NEW FEATURES FOR DATA GUARD WITH UWE HESSE SESSION 4: MAY 20 9:00-12:30 Uwe will demonstrate how to enable large distances between primary and standby databases with Zero-Data-Loss, support easy and reliable Rolling Upgrades and enhance the usability of physical standby databases for production. As well, he will show how to support maintenance tasks, support separation of duties and support Multitenancy. / OBJECTIVES Larger distance between primary and standby though zero-data-loss: Far Sync Fast Sync Real-Time Cascade Other Active Data Guard Enhancements: DML on Temporary Tables Global Sequences Session Sequences Rolling Upgrades with DBMS_ROLLING Support for Moving Online Data Files Dealing with the new SYSDG privilege Data Guard Support for Oracle Multitenant DBAs, Technical Consultants Oracle Database Administration experience required, Data Guard 11g or 10g knowledge recommended

7 APEX FOR DBA S WITH ILOON ELLEN-WOLFF SESSION 5: MAY 20 14:00 15:00 Iloon will speak about the most common questions being raised by Database Administrators, running and supporting APEX environments. Different Architectures in APEX Advantage and disadvantage Installation Type(s) Administration of Users Security aspects Teach DBAs the main architecture, components and processing when using APEX DBAs Basic DBA skills

8 HOW TO AVOID STRUGGLING WITH REST DATA SERVICES WITH ILOON ELLEN-WOLFF SESSION 6: MAY 20 15:15-16:15 The new Oracle APEX Listener is a J2EE based alternative for the Oracle HTTP Server (OHS) and mod_plsql. The J2EE implementation offers improved functionality, including a web based configuration, and enhanced security. This session will explain how to install and configure the APEX Listener to work with GlassFish and Web Logic, and Tomcat, how to troubleshoot the listener and how to diagnose problems by using appropriate diagnostic information. Installation of REST Data Services Configuration of REST Data Services How to troubleshoot when running into problems Teach APEX administrators how to avoid common configuration problems with Rest Data Services DBAs Basic DBA skills

9 PERFORMANCE TUNING IN RAC WITH ARUP NANDA SESSION 7: MAY 21 9:00-17:00 Spread over 4 modules, this seminar will help you understand the deeper working of the RAC infrastructure and its constituent components and how to resolve performance issues using the knowledge gained on the internals. You will learn how these components work together to bring performance to the RAC cluster, how LMS works, how cache fusion works and how locks are coordinated across different machines. This will be achieved by watching live simulations on a RAC cluster instance. Then you will learn about different wait events in RAC and how they are mitigated to improve performance. You will learn various assessment methods - from resource to time accounting, how to monitor a running process, how to get the statistics on the RAC components and block transfers, how to get extended trace, how to analyze the traces and resource and correlate them to performance issues. Then you will learn how to design the various database objects like sequences, tables, indexes, etc. to avoid issues in RAC environments. Finally you will learn to use all these techniques in three real-life case studies. Module 1 Architecture What is RAC architecture? Locking and Latching Buffer Cache Management CR Processing and Past Image How Cache Fusion Works Concept of Buffer Lock How Resource is Mastered Module 2 Internals of Wait Events Placeholder event Blocking Events versus Grant Events Explanation of each event and why they occur How to measure Wait Events How to reduce these wait events Module 3 Assess and Plan Identifying resource consumption Correct way to get execution plan Deep dive into Wait Interface Extended Tracing Consolidating and analyzing tracefiles to find bottlenecks Using Hanganalyze Calculating the traffic over the interconnect Measuring performance of interconnect Associating AWR Reports to dynamic performance views Module 4 Specialized Tuning and Designing Designing Sequences Contention in the Library Cache Eliminating Buffer Busy Waits Interconnect tuning Parallel Query Tuning Issues on one instance causing the issue on the other Real World Case Studies Learn about different areas of RAC that contribute to performance Learn how each area works in tandem Learn about GCS, GES and GRD Learn how Cache Fusion Works Learn about the role of LMS in RAC Learn about buffer locks and how they differ from row locks Learn about various wait events in RAC Learn about master instance of the buffer Learn correct and comprehensive ways to measure performance characteristics

10 ADVANCED PL/SQL TECHNIQUES AND TUNING WITH DAN HOTKA SESSION 8: MAY 21 9:00-17:00 In this seminar Dan will cover advanced PL/SQL techniques including all compiler options, performance features that can be used when working with large amounts of data, processing of blobs/clobs/bfile objects and debugging of routines. Dan will share valuable PL/SQL tuning tips along with the PL/SQL profiler. This seminar utilizes many scripts that Dan wrote and he will give away during the session. PL /SQL Architecture Overview PL /SQL Compiler Options Code Encryption Conditional Compilation Definer/Invoker Rights Working with Collections Associate Arrays Nested Tables Varrays Bulk Collect /Forall Bulk Binding Using Collections for Reference Table DBMS_SQL & Dynamic SQL Working with Large Objects Debugging PL /SQL Routines PL /SQL Profile Covers Oracle 10, Oracle 11, and Oracle 12 This PL /SQL seminar covers more advanced features of PL /SQL. Anyone working with PL /SQL should attend this seminar. Developers/DBA s/power users A working knowledge of the SQL and PL /SQL languages (or attended the prior seminar PL /SQL Expert Programming Tips and Techniques)

11 RESOURCE COORDINATION IN RAC WITH JOEL GOODMAN SESSION 9: MAY 21 9:00-10:00 This session will focus on the concepts underlying global resource coordination for an Oracle RAC Database. It will discuss Global Enqueues, Instance Locks, Result Cache coordination and Buffer Cache fusion and explain the framework used by Oracle to coordinate access to shared resources from multiple database instances. The Need for Global Concurrency Control The Global Resource Directory How Global Resources are Managed Global Enqueue and Instance Lock Management Global Buffer Cache Management To teach DBAs the reasons for and the mechanics of coordinating access to resources from multiple database instances. DBAs Basic Oracle Database Admin and RAC Admin

12 ADMINISTERING PARALLEL EXECUTION WITH JOEL GOODMAN SESSION 10: MAY 21 10:00-12:30 This Oracle University Master Class discusses Parallel Execution, covering Parallel Query, DML and DDL. It begins by discussing the architecture for Parallel Exection in both Single Instance and RAC. It then describes Administration of parallelism, and the monitoring of Parallel exection SQL Statments. It then moves to the use of Automatic Parallelism introduced in 11g Release 2, covering the Administration and effects of Auto-Parallelism parameters, Automatic Parallelism behaviour, Parallel Statement queuing, use of The Resource Manager to control per consumer group queuing and In-Memory Parallel Query. Basic Parallel Execution Concepts Parallelism Administration Parallelism Monitoring Automatic Parallelism In Memory Parallel Query To Teach DBAs how to administer and monitor Parallel Execution features in Oracle. DBAs and Developers Basic DBA or deveoper skills and understanding of execution plans

13 PARTITIONING IN ORACLE WITH JOEL GOODMAN SESSION 11: MAY 21 13:30-17:00 This Oracle University Master Class discusses Partitioning methods for tables and indexes and includes Range, Hash, and List Partitioning as well as more recent methods such as Reference, System, Interval and Virtual Column Partitioning. It Explores all the possible Composite Partitioning methods including: Rangge-Hash, Range_List, Range-Range, Hash-Hash, List-List, List-Hash, List-Range, Interval-Range, Interval-Hash and Interval-List. It will advise DBAs and architects about appopriate uses of the different methods for different requirements. It also covers DBA Partition Maintenance Operations on tables and indexes covering all features up to and including Oracle 12c. Partitioning Concepts Table Partitioning Index Partitioning Partition Maintenance Operations Partition Pruning Partition Usage Teach DBAs and developers about all the partitioning methods for tables and indexes and the use cases for each, as well as partitioning maintenance operations and monitoring of partitioned execution plans. DBAs and Developers Basic DBA or deveoper skills and understanding of execution plans.

14 MORE INFORMATION LOCATION: Day 1 will be held at The Brewery: 52 Chiswell St, London EC1Y 4SD Day 2 and 3 will be held at the Oracle Office: One South Place London EC2M 2RB RECOMMENDED HOTELS: The Brewery have created The Brewery HotelMap to assist you in booking your perfect place to stay in London. REGISTERING FOR THE DBA EXPERT SUMMIT, MORE INFORMATION AND ASSISTANCE Eleven Expert Seminars are scheduled in 3 days only. You are free to choose to follow the sessions that are of most interest to you. Pick and build your own schedule. One registration pass will get you access to all seminars. Please contact your local Oracle University representative with any questions or requests regarding this Expert Summit and to book. Local contact details are listed at: oracle.com/education/contacts

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated R2 Duration: 5 Days What you will learn This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about

More information

Oracle Database 11g: Performance Tuning DBA Release 2

Oracle Database 11g: Performance Tuning DBA Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: Performance Tuning DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g Performance Tuning training starts with

More information

Ultimate Guide to Oracle Storage

Ultimate Guide to Oracle Storage Ultimate Guide to Oracle Storage Presented by George Trujillo George.Trujillo@trubix.com George Trujillo Twenty two years IT experience with 19 years Oracle experience. Advanced database solutions such

More information

Oracle Database 11g: New Features for Administrators DBA Release 2

Oracle Database 11g: New Features for Administrators DBA Release 2 Oracle Database 11g: New Features for Administrators DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: New Features for Administrators DBA Release 2 training explores new change

More information

Oracle 11g Database Administration

Oracle 11g Database Administration Oracle 11g Database Administration Part 1: Oracle 11g Administration Workshop I A. Exploring the Oracle Database Architecture 1. Oracle Database Architecture Overview 2. Interacting with an Oracle Database

More information

Advanced Oracle DBA Course Details

Advanced Oracle DBA Course Details Advanced Oracle DBA Course Details By Besant Technologies Course Name Category Venue Advanced Oracle DBA (RAC, ASM, Data guard) Database Administration Besant Technologies No.24, Nagendra Nagar, Velachery

More information

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress*

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress* Oracle Database 11 g Performance Tuning Recipes Sam R. Alapati Darl Kuhn Bill Padfield Apress* Contents About the Authors About the Technical Reviewer Acknowledgments xvi xvii xviii Chapter 1: Optimizing

More information

ORACLE DATABASE 11G: COMPLETE

ORACLE DATABASE 11G: COMPLETE ORACLE DATABASE 11G: COMPLETE 1. ORACLE DATABASE 11G: SQL FUNDAMENTALS I - SELF-STUDY COURSE a) Using SQL to Query Your Database Using SQL in Oracle Database 11g Retrieving, Restricting and Sorting Data

More information

Oracle 11g New Features - OCP Upgrade Exam

Oracle 11g New Features - OCP Upgrade Exam Oracle 11g New Features - OCP Upgrade Exam This course gives you the opportunity to learn about and practice with the new change management features and other key enhancements in Oracle Database 11g Release

More information

1. This lesson introduces the Performance Tuning course objectives and agenda

1. This lesson introduces the Performance Tuning course objectives and agenda Oracle Database 11g: Performance Tuning The course starts with an unknown database that requires tuning. The lessons will proceed through the steps a DBA will perform to acquire the information needed

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Performance Tuning DBA Release 2. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Performance Tuning DBA Release 2. 5 Jours [35 Heures] Plan de cours disponible à l adresse http://www.adhara.fr/.aspx Objectif Use the Oracle Database tuning methodology appropriate to the available tools Utilize database advisors to proactively tune an Oracle

More information

Oracle Database 11g: New Features for Administrators

Oracle Database 11g: New Features for Administrators Oracle University Entre em contato: 0800 891 6502 Oracle Database 11g: New Features for Administrators Duração: 5 Dias Objetivos do Curso This course gives students the opportunity to learn about-and practice

More information

Oracle Database 12c: Performance Management and Tuning NEW

Oracle Database 12c: Performance Management and Tuning NEW Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Performance Management and Tuning NEW Duration: 5 Days What you will learn In the Oracle Database 12c: Performance Management and Tuning

More information

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/-

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/- Oracle Objective: Oracle has many advantages and features that makes it popular and thereby makes it as the world's largest enterprise software company. Oracle is used for almost all large application

More information

Basic Tuning Tools Monitoring tools overview Enterprise Manager V$ Views, Statistics and Metrics Wait Events

Basic Tuning Tools Monitoring tools overview Enterprise Manager V$ Views, Statistics and Metrics Wait Events Introducción Objetivos Objetivos del Curso Basic Tuning Tools Monitoring tools overview Enterprise Manager V$ Views, Statistics and Metrics Wait Events Using Automatic Workload Repository Managing the

More information

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region 1977 Oracle Database 30 Years of Sustained Innovation Database Vault Transparent Data Encryption

More information

Exadata for Oracle DBAs. Longtime Oracle DBA

Exadata for Oracle DBAs. Longtime Oracle DBA Exadata for Oracle DBAs Longtime Oracle DBA Why this Session? I m an Oracle DBA Familiar with RAC, 11gR2 and ASM About to become a Database Machine Administrator (DMA) How much do I have to learn? How

More information

ORACLE DATABASE: ADMINISTRATION WORKSHOP I

ORACLE DATABASE: ADMINISTRATION WORKSHOP I ORACLE DATABASE: ADMINISTRATION WORKSHOP I CORPORATE COLLEGE SEMINAR SERIES Date: March 18 April 25 Presented by: Lone Star Corporate College in partnership with Oracle Workforce Development Program Format:

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: Administration Workshop I Release 2

More information

Oracle DBA Course Contents

Oracle DBA Course Contents Oracle DBA Course Contents Overview of Oracle DBA tasks: Oracle as a flexible, complex & robust RDBMS The evolution of hardware and the relation to Oracle Different DBA job roles(vp of DBA, developer DBA,production

More information

ORACLE DBA 11G TRAINING

ORACLE DBA 11G TRAINING ORACLE DBA 11G TRAINING DURATION 40hrs AVAILABLE BATCHES WEEKDAYS (7.00AM TO 8.00AM) & WEEKENDS (10AM TO 1PM) MODE OF TRAINING AVAILABLE ONLINE INSTRUCTOR LED CLASSROOM TRAINING (MARATHAHALLI, BANGALORE)

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - New Features for Administrators Release 2. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - New Features for Administrators Release 2. 5 Jours [35 Heures] Objectif Install Oracle Grid Infrastructure Install Oracle Database 11g Release 2 Use Oracle Restart to manage components Use Automatic Storage Management (ASM) enhancements Implement table compression

More information

Oracle Database 11g: RAC Administration Release 2

Oracle Database 11g: RAC Administration Release 2 Oracle University Contact Us: 01-800-919-3027 & 01-800-913-0322 Oracle Database 11g: RAC Administration Release 2 Duration: 4 Days What you will learn This Oracle Database 11g: RAC Administration Release

More information

Oracle Enterprise Manager 12c New Capabilities for the DBA. Charlie Garry, Director, Product Management Oracle Server Technologies

Oracle Enterprise Manager 12c New Capabilities for the DBA. Charlie Garry, Director, Product Management Oracle Server Technologies Oracle Enterprise Manager 12c New Capabilities for the DBA Charlie Garry, Director, Product Management Oracle Server Technologies of DBAs admit doing nothing to address performance issues CHANGE AVOID

More information

Oracle Database 12c: Performance Management and Tuning NEW

Oracle Database 12c: Performance Management and Tuning NEW Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Performance Management and Tuning NEW Duration: 5 Days What you will learn In the Oracle Database 12c: Performance Management and Tuning

More information

About the Author About the Technical Contributors About the Technical Reviewers Acknowledgments. How to Use This Book

About the Author About the Technical Contributors About the Technical Reviewers Acknowledgments. How to Use This Book About the Author p. xv About the Technical Contributors p. xvi About the Technical Reviewers p. xvi Acknowledgments p. xix Preface p. xxiii About This Book p. xxiii How to Use This Book p. xxiv Appendices

More information

Performance Tuning and Optimizing SQL Databases 2016

Performance Tuning and Optimizing SQL Databases 2016 Performance Tuning and Optimizing SQL Databases 2016 http://www.homnick.com marketing@homnick.com +1.561.988.0567 Boca Raton, Fl USA About this course This four-day instructor-led course provides students

More information

Oracle Database 11g: Administration And Backup & Recover

Oracle Database 11g: Administration And Backup & Recover Oracle Database 11g: Administration And Backup & Recover ส าหร บคอร ส Oracle 11g Database Administration น เป นคอร สส าหร บผ ท ก าล งเร มต นการเป น ORACLE DBA หร อผ ท ต องการจะสอบ Oracle Certified Associate

More information

<Insert Picture Here> Oracle Cloud Storage. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska

<Insert Picture Here> Oracle Cloud Storage. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Cloud Storage Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska Oracle Cloud Storage Automatic Storage Management (ASM) Oracle Cloud File System ASM Dynamic

More information

Database Technology Training

Database Technology Training Database Technology Training July December 2013 UNITED KINGDOM ORACLE United Kingdom Telephone: +44 11 89 249 066 www.oracle.com/uk/education Database Technology Training: July December 2013 Additional

More information

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP) Audience Data Warehouse Administrator Database Administrators Database Designers Support Engineer Technical Administrator Related Training Required Prerequisites Working knowledge of SQL and use of PL/SQL

More information

An Oracle White Paper July 2014. Oracle ACFS

An Oracle White Paper July 2014. Oracle ACFS An Oracle White Paper July 2014 Oracle ACFS 1 Executive Overview As storage requirements double every 18 months, Oracle customers continue to deal with complex storage management challenges in their data

More information

ORACLE CORE DBA ONLINE TRAINING

ORACLE CORE DBA ONLINE TRAINING ORACLE CORE DBA ONLINE TRAINING ORACLE CORE DBA THIS ORACLE DBA TRAINING COURSE IS DESIGNED TO PROVIDE ORACLE PROFESSIONALS WITH AN IN-DEPTH UNDERSTANDING OF THE DBA FEATURES OF ORACLE, SPECIFIC ORACLE

More information

Oracle Database 12c: Administration Workshop NEW

Oracle Database 12c: Administration Workshop NEW Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Administration Workshop NEW Duration: 5 Days What you will learn The Oracle Database 12c: Administration Workshop will teach you about

More information

SQL Server Performance Tuning and Optimization

SQL Server Performance Tuning and Optimization 3 Riverchase Office Plaza Hoover, Alabama 35244 Phone: 205.989.4944 Fax: 855.317.2187 E-Mail: rwhitney@discoveritt.com Web: www.discoveritt.com SQL Server Performance Tuning and Optimization Course: MS10980A

More information

Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop

Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop Programa de Actualización Profesional ACTI Oracle Database 11g: SQL Tuning Workshop What you will learn This Oracle Database 11g SQL Tuning Workshop training is a DBA-centric course that teaches you how

More information

AV-004: Administering and Programming with ORACLE

AV-004: Administering and Programming with ORACLE AV-004: Administering and Programming with ORACLE Oracle 11g Duration: 140 hours Introduction: An Oracle database is a collection of data treated as a unit. The purpose of a database is to store and retrieve

More information

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led

Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Microsoft SQL Server for Oracle DBAs Course 40045; 4 Days, Instructor-led Course Description This four-day instructor-led course provides students with the knowledge and skills to capitalize on their skills

More information

Customer evaluation guide Toad for Oracle v12 Database administration

Customer evaluation guide Toad for Oracle v12 Database administration Thank you for choosing to download a Toad for Oracle trial. This guide will enable you to evaluate Toad s key technical features and business value. It can be used to evaluate the database administration

More information

Oracle Database 11g: SQL Tuning Workshop

Oracle Database 11g: SQL Tuning Workshop Oracle University Contact Us: + 38516306373 Oracle Database 11g: SQL Tuning Workshop Duration: 3 Days What you will learn This Oracle Database 11g: SQL Tuning Workshop Release 2 training assists database

More information

D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW

D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW Duration: 5 Days What you will learn This Oracle Database 12c: Admin, Install and Upgrade Accelerated course will provide you with

More information

Maintaining a Microsoft SQL Server 2008 Database

Maintaining a Microsoft SQL Server 2008 Database Maintaining a Microsoft SQL Server 2008 Database Course 6231A: Five days; Instructor-Led Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students

More information

Module 14: Scalability and High Availability

Module 14: Scalability and High Availability Module 14: Scalability and High Availability Overview Key high availability features available in Oracle and SQL Server Key scalability features available in Oracle and SQL Server High Availability High

More information

D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW

D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW What you will learn This Oracle Database 12c: Backup and Recovery Workshop will teach you how to evaluate your own recovery requirements. You'll

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle University Contact Us: (+202) 35 35 02 54 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This course is designed to give you a firm foundation in basic

More information

Explain how to prepare the hardware and other resources necessary to install SQL Server. Install SQL Server. Manage and configure SQL Server.

Explain how to prepare the hardware and other resources necessary to install SQL Server. Install SQL Server. Manage and configure SQL Server. Course 6231A: Maintaining a Microsoft SQL Server 2008 Database About this Course Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge

More information

SQL Server Training Course Content

SQL Server Training Course Content SQL Server Training Course Content SQL Server Training Objectives Installing Microsoft SQL Server Upgrading to SQL Server Management Studio Monitoring the Database Server Database and Index Maintenance

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Administration Workshop II - LVC. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Administration Workshop II - LVC. 5 Jours [35 Heures] Objectif Back up and recover a database Configure Oracle Database for optimal recovery Administer ASM disk groups Use an RMAN backup to duplicate a database Automating Tasks with the Scheduler Participant

More information

<Insert Picture Here> Managing Storage in Private Clouds with Oracle Cloud File System OOW 2011 presentation

<Insert Picture Here> Managing Storage in Private Clouds with Oracle Cloud File System OOW 2011 presentation Managing Storage in Private Clouds with Oracle Cloud File System OOW 2011 presentation What We ll Cover Today Managing data growth Private Cloud definitions Oracle Cloud Storage architecture

More information

COURCE TITLE DURATION. Oracle Database 11g: Administration Workshop I

COURCE TITLE DURATION. Oracle Database 11g: Administration Workshop I COURCE TITLE DURATION DBA 11g Oracle Database 11g: Administration Workshop I 40 H. What you will learn: This course is designed to give students a firm foundation in basic administration of Oracle Database

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Administration Workshop I Release 2. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Administration Workshop I Release 2. 5 Jours [35 Heures] Plan de cours disponible à l adresse http://www.adhara.fr/.aspx Objectif Monitor performance Describe Oracle Database Architecture Install Oracle Grid Infrastructure Install and configure Oracle Database

More information

Oracle Database 12c: Administration Workshop NEW. Duration: 5 Days. What you will learn

Oracle Database 12c: Administration Workshop NEW. Duration: 5 Days. What you will learn Oracle Database 12c: Administration Workshop NEW Duration: 5 Days What you will learn The Oracle Database 12c: Administration Workshop will teach you about the Oracle Database architecture. You will discover

More information

Oracle Database 10g: New Features for Administrators

Oracle Database 10g: New Features for Administrators Oracle Database 10g: New Features for Administrators Course ON10G 5 Day(s) 30:00 Hours Introduction This course introduces students to the new features in Oracle Database 10g Release 2 - the database for

More information

Oracle Database 11g: SQL Tuning Workshop Release 2

Oracle Database 11g: SQL Tuning Workshop Release 2 Oracle University Contact Us: 1 800 005 453 Oracle Database 11g: SQL Tuning Workshop Release 2 Duration: 3 Days What you will learn This course assists database developers, DBAs, and SQL developers to

More information

Oracle vs. SQL Server. Simon Pane & Steve Recsky First4 Database Partners Inc. September 20, 2012

Oracle vs. SQL Server. Simon Pane & Steve Recsky First4 Database Partners Inc. September 20, 2012 Oracle vs. SQL Server Simon Pane & Steve Recsky First4 Database Partners Inc. September 20, 2012 Agenda Discussions on the various advantages and disadvantages of one platform vs. the other For each topic,

More information

Oracle Database 11g: Administration Workshop II

Oracle Database 11g: Administration Workshop II Oracle University Entre em contato: 0800 891 6502 Oracle Database 11g: Administration Workshop II Duração: 5 Dias Objetivos do Curso In this course, the concepts and architecture that support backup and

More information

Data Integration and ETL with Oracle Warehouse Builder: Part 1

Data Integration and ETL with Oracle Warehouse Builder: Part 1 Oracle University Contact Us: + 38516306373 Data Integration and ETL with Oracle Warehouse Builder: Part 1 Duration: 3 Days What you will learn This Data Integration and ETL with Oracle Warehouse Builder:

More information

Real Application Testing. Fred Louis Oracle Enterprise Architect

Real Application Testing. Fred Louis Oracle Enterprise Architect Real Application Testing Fred Louis Oracle Enterprise Architect The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

ORACLE DATABASE ADMINISTRATOR RESUME

ORACLE DATABASE ADMINISTRATOR RESUME 1 of 5 1/17/2015 1:28 PM ORACLE DATABASE ADMINISTRATOR RESUME ORACLE DBA Resumes Please note that this is a not a Job Board - We are an I.T Staffing Company and we provide candidates on a Contract basis.

More information

Course. Overview. Length: 5 Day(s) Published: English. IT Professionals. Level: Type: Method: Delivery. Enroll now (CAL)

Course. Overview. Length: 5 Day(s) Published: English. IT Professionals. Level: Type: Method: Delivery. Enroll now (CAL) Maintaining a Microsoft SQL Server 2008 Database Course 6231A: 5 days; Instructor-Led Length: Published: Language(s): Audience(s): Level: Technology: Type: 5 Day(s) December 09, 2008 (in development) English

More information

Oracle Database 10g: Performance Tuning 12-1

Oracle Database 10g: Performance Tuning 12-1 Oracle Database 10g: Performance Tuning 12-1 Oracle Database 10g: Performance Tuning 12-2 I/O Architecture The Oracle database uses a logical storage container called a tablespace to store all permanent

More information

Microsoft SQL Server: MS-10980 Performance Tuning and Optimization Digital

Microsoft SQL Server: MS-10980 Performance Tuning and Optimization Digital coursemonster.com/us Microsoft SQL Server: MS-10980 Performance Tuning and Optimization Digital View training dates» Overview This course is designed to give the right amount of Internals knowledge and

More information

Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008

Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008 Course 50400A: Designing, Optimizing and Maintaining a Database Administrative Solution for Microsoft SQL Server 2008 Length: 5 Days Language(s): English Audience(s): IT Professionals Level: 300 Technology:

More information

SQL Server 2012 Optimization, Performance Tuning and Troubleshooting

SQL Server 2012 Optimization, Performance Tuning and Troubleshooting 1 SQL Server 2012 Optimization, Performance Tuning and Troubleshooting 5 Days (SQ-OPT2012-301-EN) Description During this five-day intensive course, students will learn the internal architecture of SQL

More information

Course Syllabus. At Course Completion

Course Syllabus. At Course Completion Key Data Product #: Course #: 6231A Number of Days: 5 Format: Certification Exams: 70-432, 70-433 Instructor-Led This course syllabus should be used to determine whether the course is appropriate for the

More information

Product Review: James F. Koopmann Pine Horse, Inc. Quest Software s Foglight Performance Analysis for Oracle

Product Review: James F. Koopmann Pine Horse, Inc. Quest Software s Foglight Performance Analysis for Oracle Product Review: James F. Koopmann Pine Horse, Inc. Quest Software s Foglight Performance Analysis for Oracle Introduction I ve always been interested and intrigued by the processes DBAs use to monitor

More information

High Availability Databases based on Oracle 10g RAC on Linux

High Availability Databases based on Oracle 10g RAC on Linux High Availability Databases based on Oracle 10g RAC on Linux WLCG Tier2 Tutorials, CERN, June 2006 Luca Canali, CERN IT Outline Goals Architecture of an HA DB Service Deployment at the CERN Physics Database

More information

Why Standardize on Oracle Database 11g Next Generation Database Management. Thomas Kyte http://asktom.oracle.com

Why Standardize on Oracle Database 11g Next Generation Database Management. Thomas Kyte http://asktom.oracle.com Why Standardize on Oracle Database 11g Next Generation Database Management Thomas Kyte http://asktom.oracle.com Top Challenges Performance Management Change Management Ongoing Administration Storage Backup

More information

MS-50400 - Design, Optimize and Maintain Database for Microsoft SQL Server 2008

MS-50400 - Design, Optimize and Maintain Database for Microsoft SQL Server 2008 MS-50400 - Design, Optimize and Maintain Database for Microsoft SQL Server 2008 Table of Contents Introduction Audience At Completion Prerequisites Microsoft Certified Professional Exams Student Materials

More information

Oracle Database 10g. Page # The Self-Managing Database. Agenda. Benoit Dageville Oracle Corporation benoit.dageville@oracle.com

Oracle Database 10g. Page # The Self-Managing Database. Agenda. Benoit Dageville Oracle Corporation benoit.dageville@oracle.com Oracle Database 10g The Self-Managing Database Benoit Dageville Oracle Corporation benoit.dageville@oracle.com Agenda Oracle10g: Oracle s first generation of self-managing database Oracle s Approach to

More information

Oracle Database 10g: Administration Workshop II Release 2

Oracle Database 10g: Administration Workshop II Release 2 ORACLE UNIVERSITY CONTACT US: 00 9714 390 9000 Oracle Database 10g: Administration Workshop II Release 2 Duration: 5 Days What you will learn This course advances your success as an Oracle professional

More information

ORACLE DATABASE 10G ENTERPRISE EDITION

ORACLE DATABASE 10G ENTERPRISE EDITION ORACLE DATABASE 10G ENTERPRISE EDITION OVERVIEW Oracle Database 10g Enterprise Edition is ideal for enterprises that ENTERPRISE EDITION For enterprises of any size For databases up to 8 Exabytes in size.

More information

An Oracle White Paper January 2013. A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c

An Oracle White Paper January 2013. A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c An Oracle White Paper January 2013 A Technical Overview of New Features for Automatic Storage Management in Oracle Database 12c TABLE OF CONTENTS Introduction 2 ASM Overview 2 Total Storage Management

More information

Expert Oracle Exadata

Expert Oracle Exadata Expert Oracle Exadata Kerry Osborne Randy Johnson Tanel Poder Apress Contents J m About the Authors About the Technical Reviewer a Acknowledgments Introduction xvi xvii xviii xix Chapter 1: What Is Exadata?

More information

Proactive database performance management

Proactive database performance management Proactive database performance management white paper 1. The Significance of IT in current business market 3 2. What is Proactive Database Performance Management? 3 Performance analysis through the Identification

More information

Oracle Database 12c: Admin, Install and Upgrade Accelerated

Oracle Database 12c: Admin, Install and Upgrade Accelerated Oracle University Contact Us: + 38516306373 Oracle Database 12c: Admin, Install and Upgrade Accelerated Duration: 5 Days What you will learn This Oracle Database 12c: Admin, Install and Upgrade Accelerated

More information

Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills Course 6317A: Three days; Instructor-Led

Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills Course 6317A: Three days; Instructor-Led Upgrading Your SQL Server 2000 Database Administration (DBA) Skills to SQL Server 2008 DBA Skills Course 6317A: Three days; Instructor-Led About this Course This three-day instructor-led course provides

More information

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS

ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS ORACLE DATABASE HIGH AVAILABILITY STRATEGY, ARCHITECTURE AND SOLUTIONS DOAG Nuremberg - 17/09/2013 Kirill Loifman Oracle Certified Professional DBA www: dadbm.com Twitter: @loifmkir ELEMENTS OF HIGH AVAILABILITY

More information

Keep It Simple - Common, Overlooked Performance Tuning Tips. Paul Jackson Hotsos

Keep It Simple - Common, Overlooked Performance Tuning Tips. Paul Jackson Hotsos Keep It Simple - Common, Overlooked Performance Tuning Tips Paul Jackson Hotsos Who Am I? Senior Consultant at Hotsos Oracle Ace Co-Author of Oracle Applications DBA Field Guide Co-Author of Oracle R12

More information

Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager

Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager Kai Yu, Orlando Gallegos Dell Oracle Solutions Engineering Oracle OpenWorld 2010, Session S316263 3:00-4:00pm, Thursday 23-Sep-2010

More information

Applying traditional DBA skills to Oracle Exadata. Marc Fielding March 2013

Applying traditional DBA skills to Oracle Exadata. Marc Fielding March 2013 Applying traditional DBA skills to Oracle Exadata Marc Fielding March 2013 About Me Senior Consultant with Pythian s Advanced Technology Group 12+ years Oracle production systems experience starting with

More information

OTM Performance OTM Users Conference 2015. Jim Mooney Vice President, Product Development August 11, 2015

OTM Performance OTM Users Conference 2015. Jim Mooney Vice President, Product Development August 11, 2015 OTM Performance OTM Users Conference 2015 Jim Mooney Vice President, Product Development August 11, 2015 1 Program Agenda 1 2 3 4 5 Scalability Refresher General Performance Tips Targeted Tips by Product

More information

How To Test For A Test On A Test Server

How To Test For A Test On A Test Server Real Application Testing Dave Foster Master Principal Sales Consultant The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

$99.95 per user. SQL Server 2008/R2 Database Administration CourseId: 157 Skill level: 200-500 Run Time: 47+ hours (272 videos)

$99.95 per user. SQL Server 2008/R2 Database Administration CourseId: 157 Skill level: 200-500 Run Time: 47+ hours (272 videos) Course Description This course is a soup-to-nuts course that will teach you everything you need to configure a server, maintain a SQL Server disaster recovery plan, and how to design and manage a secure

More information

BIGDATA GREENPLUM DBA INTRODUCTION COURSE OBJECTIVES COURSE SUMMARY HIGHLIGHTS OF GREENPLUM DBA AT IQ TECH

BIGDATA GREENPLUM DBA INTRODUCTION COURSE OBJECTIVES COURSE SUMMARY HIGHLIGHTS OF GREENPLUM DBA AT IQ TECH BIGDATA GREENPLUM DBA Meta-data: Outrun your competition with advanced knowledge in the area of BigData with IQ Technology s online training course on Greenplum DBA. A state-of-the-art course that is delivered

More information

Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager. Kai Yu, Orlando Gallegos Dell Oracle Solutions Engineering

Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager. Kai Yu, Orlando Gallegos Dell Oracle Solutions Engineering Monitoring and Diagnosing Oracle RAC Performance with Oracle Enterprise Manager Kai Yu, Orlando Gallegos Dell Oracle Solutions Engineering About Author Kai Yu Senior System Engineer, Dell Oracle Solutions

More information

Oracle Database 11g: Administration Workshop II DBA Release 2

Oracle Database 11g: Administration Workshop II DBA Release 2 Oracle Database 11g: Administration Workshop II DBA Release 2 This course takes the database administrator beyond the basic tasks covered in the first workshop. The student begins by gaining a much deeper

More information

Oracle Recovery Manager

Oracle Recovery Manager 1 sur 6 05/08/2014 14:17 ORACLE.COM TECHNOLOGY NETWORK PARTNERS STORE SUPPORT (Sign In / Register for a free DownloadsDocumentation Discussion Forums Articles Sample Code Training RSS Resources For PRODUCT

More information

Oracle Database 11g: Administration Workshop II Release 2

Oracle Database 11g: Administration Workshop II Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: Administration Workshop II Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: Administration Workshop II Release

More information

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals NEW Oracle University Contact Us: 001-855-844-3881 & 001-800-514-06-97 Oracle Database: SQL and PL/SQL Fundamentals NEW Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals

More information

Veritas Operations Manager Advanced 5.0 HSCL Pack 1 Release Notes

Veritas Operations Manager Advanced 5.0 HSCL Pack 1 Release Notes Veritas Operations Manager Advanced 5.0 HSCL Pack 1 Release Notes November 2012 Veritas Operations Manager Advanced Release Notes The software described in this book is furnished under a license agreement

More information

Oracle Architecture, Concepts & Facilities

Oracle Architecture, Concepts & Facilities COURSE CODE: COURSE TITLE: CURRENCY: AUDIENCE: ORAACF Oracle Architecture, Concepts & Facilities 10g & 11g Database administrators, system administrators and developers PREREQUISITES: At least 1 year of

More information

MONITORING A WEBCENTER CONTENT DEPLOYMENT WITH ENTERPRISE MANAGER

MONITORING A WEBCENTER CONTENT DEPLOYMENT WITH ENTERPRISE MANAGER MONITORING A WEBCENTER CONTENT DEPLOYMENT WITH ENTERPRISE MANAGER Andrew Bennett, TEAM Informatics, Inc. Why We Monitor During any software implementation there comes a time where a question is raised

More information

Advanced Oracle SQL Tuning

Advanced Oracle SQL Tuning Advanced Oracle SQL Tuning Seminar content technical details 1) Understanding Execution Plans In this part you will learn how exactly Oracle executes SQL execution plans. Instead of describing on PowerPoint

More information

ORACLE Industries D85180 Oracle SBC Configuration and Administration 5 2.625,00 Applications D84502GC10 Oracle Commerce: Managing Your Site Using the Business Tools Rel 11 3 1.890,00 D79790GC10 Using Endeca

More information

Introduction. Part I: Finding Bottlenecks when Something s Wrong. Chapter 1: Performance Tuning 3

Introduction. Part I: Finding Bottlenecks when Something s Wrong. Chapter 1: Performance Tuning 3 Wort ftoc.tex V3-12/17/2007 2:00pm Page ix Introduction xix Part I: Finding Bottlenecks when Something s Wrong Chapter 1: Performance Tuning 3 Art or Science? 3 The Science of Performance Tuning 4 The

More information

Internet Services. CERN IT Department CH-1211 Genève 23 Switzerland www.cern.ch/it

Internet Services. CERN IT Department CH-1211 Genève 23 Switzerland www.cern.ch/it Monitoring best practices & tools for running highly available databases Miguel Anjo & Dawid Wojcik DM meeting 20.May.2008 Oracle Real Application Clusters Architecture RAC1 RAC2 RAC5 RAC3 RAC6 RAC4 Highly

More information

Oracle Database 11g: Administration Workshop I

Oracle Database 11g: Administration Workshop I Oracle University Entre em contato: 0800 891 6502 Oracle Database 11g: Administration Workshop I Duração: 5 Dias Objetivos do Curso This course is designed to give students a firm foundation in basic administration

More information

PERFORMANCE TUNING FOR PEOPLESOFT APPLICATIONS

PERFORMANCE TUNING FOR PEOPLESOFT APPLICATIONS PERFORMANCE TUNING FOR PEOPLESOFT APPLICATIONS 1.Introduction: It is a widely known fact that 80% of performance problems are a direct result of the to poor performance, such as server configuration, resource

More information

Lessons Learned while Pushing the Limits of SecureFile LOBs. by Jacco H. Landlust. zondag 3 maart 13

Lessons Learned while Pushing the Limits of SecureFile LOBs. by Jacco H. Landlust. zondag 3 maart 13 Lessons Learned while Pushing the Limits of SecureFile LOBs @ by Jacco H. Landlust Jacco H. Landlust 36 years old Deventer, the Netherlands 2 Jacco H. Landlust / idba Degree in Business Informatics and

More information