Oracle Database. Performance. and Scalability. A Quantitative Approach. Henry H. Liu. as Computer SOCIETY A JOHN WILEY & SONS, INC.

Size: px
Start display at page:

Download "Oracle Database. Performance. and Scalability. A Quantitative Approach. Henry H. Liu. as Computer SOCIETY A JOHN WILEY & SONS, INC."

Transcription

1 Oracle Database Performance and Scalability A Quantitative Approach Henry H. Liu as Computer SOCIETY A JOHN WILEY & SONS, INC., PUBLICATION

2 Contents PREFACE xxv Why This Book / xxv Who This Book is For / xxvi How This Book is Organized / xxvii Software and Hardware / xxviii How to Use This Book / xxix How to Reach The Author / xxxi ACKNOWLEDGMENTS xxxiii INTRODUCTION 1 Features of Oracle / 2 Objectives / 4 Conventions / 5 Performance versus Scalability / 6 PART 1 GETTING STARTED WITH ORACLE 1 Basic Concepts 1.1 Standard versus Flavored SQLS / Relational versus Object-Oriented Databases / 11 vii

3 Vlli CONTENTS 1.3 An Instance versus a Database / Summary / 12 Recommended Reading / 12 Exercises / 12 2 Installing Oracle Software Installing Oracle 1 lg Server Software / Configuring a Listener / Creating an Oracle Database / Installing Oracle 1 lg Client Software / Oracle Grid Control versus DB Control / Summary / 33 Recommended Reading / 33 Exercises / 33 3 Options for Accessing an Oracle Server A Command Line Interface (CLI) versus a GUI-Based Console / The Oracle Enterprise Manager Java Console (OEMJC) / Using the SQL*Plus Tool / Oracle Enterprise Manager DBConsole / Other Tools for Developers / Case Study: Creating ER Diagrams with Visio via ODBC / Case Study: Accessing Oracle in Java via JDBC / Summary / 49 Recommended Reading / 50 Exercises / 50 4 A Quick Tour of an Oracle Server New Oracle Schemas Beyond "Scott" / Oracle Users versus Schemas / Tablespaces, Segments, Extents, and Data Blocks / Tables, Indexes and Index Types for Structured Data / Domain and LOB Index Types for Unstructured Data / Views, Materialized Views, and Synonyms / Stored Procedures, Functions, and Triggers / Referential Integrity with Foreign Keys / Summary / 73

4 ix Recommended Reading / 73 Exercises / 74 PART 2 ORACLE ARCHITECTURE FROM PERFORMANCE AND SCALABILITY PERSPECTIVES 75 5 Understanding Oracle Architecture The Version History of Oracle / Oracle Processes / Oracle Memory Areas / Dedicated versus Shared Oracle Server Architecture / Performance Sensitive Initialization Parameters / Oracle Static Data Dictionary Views / Oracle Dynamic Performance (V$) Views / Summary / 98 Recommended Reading / 98 Exercises / 99 6 Oracle log Memory Management SGA Sub-Areas / SGA Sizing: Automatic Shared Memory Management (ASMM) / PGA Sizing: PGA_AGGREGATE_TARGET / Summary / 108 Recommended Reading / 109 Exercises / Oracle llg Memory Management Automatic Memory Management (AMM) / Memory Sizing Options Configurable at Database Creation Time / Checking Memory Management and Usage Distribution at Run Time / Summary / 115 Recommended Reading / 115 Exercises / Oracle Storage Structure Overview / Managing Tablespaces / 119

5 for X CONTENTS 8.3 Managing Data Files / Managing Redo Logs / Summary / 125 Recommended Reading / 125 Exercises / Oracle Wait Interface (OWI) Ratio-based versus OWI-based Oracle Performance Tuning Methodologies / Wait Event The Core Concept of OWI / Classification of Wait Events from OWI / The Other Part (CPU Time) of the Equation Elapsed Time = CPU Time + Wait Time / AWR as a Compass to Tuning Oracle Performance and Scalability / Summary / 137 Recommended Reading / 137 Exercises / Oracle Data Consistency and Concurrency Select... Update Statement / ACID Properties of Transactions / Read Phenomena and Data Inconsistencies / Oracle Isolation Levels / Multi-Version Concurrency Control (MVCC) and Read Consistency / Oracle Locks / Lock Escalations versus Conversions / Oracle Latches / Oracle Enqueues / Deadlocks / Taking Advantage of Oracle's Scalable Concurrency Model / Case Study: A JDBC Example / Summary / 158 Recommended Reading / 159 Exercises / 159

6 Xi 11 Anatomy of an Oracle Automatic Workload Repository (AWR) Report Importance of Performance Statistics / AWR Report Header / Report Summary / Cache Sizes / Load Profile / Instance Efficiency Percentages (Target 100%) / Shared Pool Statistics / Top Five Timed Events / Main Report / Wait Events Statistics / Time Model Statistics / Wait Class / Wait Events / Background Wait Events / Operating System Service Statistics / 177 Statistics / Service Wait Class Stats / SQL Statistics / SQL ordered by Elapsed Time / SQL ordered by CPU Time / SQL ordered by Gets / SQL ordered by Reads / SQL ordered by Executions / SQL ordered by Parse Calls / SQL ordered by Sharable Memory / SQL ordered by Version Count / Complete List of SQL Text / Instance Activity Statistics / Instance Activity Stats / Instance Activity Stats Absolute Values / Instance Activity Stats Thread Activity / IO Stats / Tablespace IO Stats / File IO Stats / Buffer Pool Statistics / Advisory Statistics / Instance Recovery Stats / Buffer Pool Advisory / PGA Aggr Summary / PGA Aggr Target Stats / 202

7 PGA Aggr Target Histogram / PGA Memory Advisory / Shared Pool Advisory / SGA Target Advisory / Streams Pool Advisory / Java Pool Advisory / Wait Statistics / Undo Statistics / Latch Statistics / Latch Activity / Latch Sleep Breakdown / Latch Miss Sources / Parent and Child Latch Statistics / Segment Statistics / Segments by Logical Reads / Segments by Physical Reads / Segments by Row Lock Waits / Segments by ITL Waits / Segments by Buffer Busy Waits / Dictionary Cache Stats / Library Cache Activity / Memory Statistics / Process Memory Summary / SGA Memory Summary / SGA Breakdown Difference / Streams Statistics / Resource Limit Stats / init.ora Parameters / Summary / 225 Recommended Reading / 225 Exercises / Oracle Advanced Features and Options Oracle 8i New Features / Java / Oracle intermedia, Spatial, Time Series, and Visual Image Retrieval / Oracle Parallel Server / Optimizer Plan Stability / Locally Managed Tablespaces / Online Index Creation and Rebuild / Online Read-Only Tablespaces / 231

8 XiU Temporary Tables / Non-Blocking OCI (Oracle Call Interface) / Function-Based Indexes / Logical ROWIDs / Enhanced Partitioning / Connection Load Balancing / Client Load Balancing / Oracle Enterprise Manager / Oracle 9i New Features / Real Application Clusters (RAC) / Data Guard / Performance Tuning Intelligent Advisors / Actual Operation-Level Query Statistics / Dynamic Sampling of Optimizer Statistics / Cloning Production Database with Oracle Enterprise Manager / Renaming Columns and Constraints / Dynamic Memory Pools / Flashback Query / List Partitioning / Oracle log New Features / Automatic Storage Management (ASM) / Asynchronous Commit / Database Replay / Read Performance Statistics Directly from the SGA / Automatic Workload Repository (AWR) / Automatic Database Diagnostic Monitor (ADDM) / Automatic Shared Memory Tuning / Automatic Optimizer Statistics Gathering / SQL Tuning Features / Grid Computing / Oracle llg New Features / Automatic Memory Management / Intelligent Cursor Sharing / Database Resident Connection Pool (DRCP) / Server Result Cache / Database Smart Flash Cache / Database Replay SQL Performance Analyzer (SPA) Integration / Calibration / Partitioning Enhancements / 252

9 X/V CONTENTS SQL Plan Management / Zero-Size Unusable Indexes and Index Partitions / Invisible Indexes / Virtual Columns / Summary / 255 Recommended Reading / 255 Exercises / Top 10 Oracle Performance and Scalability Features Real Application Clustering (RAC) / Dedicated versus Shared Server Models / Proven Transaction and Concurrency Models / A Highly Efficient SQL Optimization Engine / Efficient Parallel Processing with Modern Multi-Core CPUs / Partitioning / An All-Encompassing, Powerful Performance, and Scalability Troubleshooting Tool AWR / The Most Comprehensive Set of Internal Performance Metrics / Database Resident Connection Pool / In-Memory Database Cache (IMDB) / Summary / 263 Recommended Reading / 264 Exercises / Oracle-Based Application Performance and Scalability by Design Rapid Development Methodologies / Planning / Vision / Objectives / ROI Analysis / Feasibility Study / Project Team Formation / Requirements Gathering / Use Cases / User Views / Business Processes, Entities, and Business Rules / 274

10 XV 14.4 Conceptual Design via Data Modeling / Entity-Relationship Diagramming / The Information Engineering (IE) Format for ERDs / UML Format for ERDs / Relational Format for ERDs / Logical Design via Normalization / Operational Anomalies / Review of Relation Theory / Functional Dependencies and Lossless-Join Decompositions / First Normal Form (INF): Avoiding Multi-Valued Columns / Second Normal Form (2NF): Eliminating Partial Dependencies / Third Normal Form (3NF): Eliminating Transitive Dependencies: / Boyce-Codd Normal Form (BCNF): Eliminating Key Non-Key Dependencies / Fourth Normal Form (4NF): Trivializing or Keying Multi-Valued Dependencies / Fifth Normal Form (5NF): Trivializing or Keying Join Dependencies / Which Level of Normalization to Settle Down? / Denormalization? / Physical Design / Naming Conventions / Creating Tablespaces / Creating a Schema User with Proper Privileges / Creating Application Schema Objects / Changing Schema Objects / Enforcing Business Rules and Data Integrity / Adding Views / Creating Sequences and Synonyms / Adding Indexes / Security / Implementation / Choosing an Effective and Efficient Coding Path / Leveraging Proven Oracle Database Design Principles / 316

11 Leveraging Proven Application Design Patterns / Enforcing with an Effective and Efficient Testing Process / Release To Market (RTM) / Continuous Improvements / Summary / 323 Recommended Reading / 324 Exercises / Project: Soba A Secure Online Banking Application on Oracle Getting SOBA Up and Running / Prerequisite Software / Initial Software Stack Setup / Creating SOBA Database on Oracle / Installing SOBA on Eclipse IDE / Configuring SOBA to Work with Oracle / Configuring SOBA to Work with Hibernate / Building SOBA and Deploying SOBA with Ant to Run on Tomcat / Overview of Spring Framework / Background / Spring for Building Flexible Applications Faster / Spring Inversion of Control (loc) and Dependency Injection / Features of Spring 3.0 / MVC Architecture / MVC Architecture in General / Spring MVC in Action with SOBA / Spring MVC Framework Applied to SOBA / Spring DispatcherServlet and WebApplicationContext / Logic Flow of SOBA Defined in Spring MVC Framework / A Web Entry Point Defined in a Spring MVC Web Form / Handler Mapping / Implementing Spring Controllers / A Typical View Defined in a Spring MVC Web Form / 358

12 XVii A Typical Form Success Controller and its Resultant View / POJOs Referenced in the CreateCustomerFormController / Hibernate Object-Relational Mapping (ORM) Applied to SOBA / Benefits of Using Hibernate / Metadata Mapping with Hibernate / Configuring Hibernate to Work with Oracle / Hibernate DAO / RESTful Web Services Applied to SOBA / Introduction to RESTful Web Services / RESTful Constraints / RESTful Interface Design Principles / Spring's Support for RESTful Web Services / Server Code / Client Code / Spring Security Applied to SOBA / Basic Concepts / Security Configured in web.xml / Security Configured in soba-security.xml / Implementing Spring Security in Views / Spring ACL Applied to SOBA / Creating ACL Tables in Oracle / Configuring Spring ACL / Maintaining ACLs for SOBA Domain Objects / Applying ACLs to Business Operations / Testing ACLs with SOBA / Summary / 413 Recommended Reading / 414 Exercises / 414 PART 3 OPTIMIZING ORACLE PERFORMANCE AND SCALABILITY Logistics of the Oracle Cost-Based Optimizer (CBO) Life of a SQL Statement in Oracle / Oracle SQL Optimizer: Cost-Based / 420 Rule-Based versus

13 xviii CONTENTS 16.3 CBO Statistics / Pivot Role of Gathering Database Statistics to CBO / Methods of Gathering CBO Statistics / Locking and Unlocking CBO Statistics / Explain Plan A Handle to CBO / Data Access Methods CBO's Footprints / Looking Up CBO's Plan Hidden in V$SQL_PLAN / When CBO may Generate Suboptimum Execution Plans / Summary / 429 Recommended Reading / 429 Exercises / Oracle SQL Tuning Tuning Joins / Tuning Subqueries / Case Study: Performance of SUBQUERY versus JOIN / Case Study: Performance of IN versus EXISTS / Case Study: A SQL Tuning Yielded a 12x Performance Gain / Summary / 447 Recommended Reading / 447 Exercises / Oracle Indexing Rules of Thumb on Indexing / Creating and Using Ubiquitous b-tree Indexes / Advanced Indexing Scheme I: Covering Indexes versus Index-Organized Tables / Advanced Indexing Scheme II: Function-Based Indexes (FBIs) / Unusual Indexing Scheme I: BITMAP Indexes / Unusual Indexing Scheme II: Reverse Key Indexes / Unusual Indexing Scheme III: Compressed Composite Indexes / How To Create Oracle Indexes / Summary / 457 Recommended Reading / 458 Exercises / 458

14 XiX 19 AutoJTune Features Oracle Automatic Database Diagnostic Monitor (ADDM) / Automatic Undo Management / Data Recovery Advisor / Memory Advisors / MTTR Advisor / Segment Advisor / SQL Advisors / SQL Performance Analyzer / Summary / 470 Recommended Reading / 471 Exercises / CASE STUDIES: ORACLE MEETING REAL WORLD PERFORMANCE AND SCALABILITY CHALLENGES Case Study: Achieving High Throughput with Array Processing Context / Performance Model / Tests / Solution / Effects of Array Processing / Summary / 484 Recommended Reading / 484 Exercises / Case Study: Performance Comparison of Heap-Organized versus Index-Organized Tables Context / Conversion from Heap-Organized to Index-Organized / Creating Indexes / Creating Constraints / EXPLAIN PLANs / Oracle SQL Traces / Summary / 490 Recommended Reading / 491 Exercises / 491

15 22 Case Study: SQL Tuning: "IN" versus "OR" versus Global Temporary Table Context / Test Program / Observation 1: IN_CreateStatement is the Best Performer / Observation 2: Batch Insert Saves Time / Temptable Performed Better without an Index Hint than with an Index Hint / Effects of APPEND Hint for Populating Temptable / Effects of Number of Iterations / OR and IN without the Index Hint / Limitation on the Number of Literal Values and the Size of OR Statement / Dealing with More Than 1000 Literal Values for an IN Based SQL Query / A Recommendation for Dealing with 1000 Literal Value Limit in an IN Statement / Summary / 502 Recommended Reading / 503 Exercises / Case Study: Data Access Paths (Double Buffering) Data Access Paths in General / Data Buffering / Inode Locking / Write-Syne Daemon / Test Environments / Solaris on Veritas / Solaris onufs / Windows on NTFS / Test Results with Solaris on Veritas / Test Run #1 145 ms Average Read Time / Test Run #2 401 ms Average Read Time / Test Run #3 261 ms Average Read Time / Test Run # ms Average Read Time / Analysis / Test Results with Solaris on UFS / Test Run #1 447 ms Average Read Time / Test Run #2 10ms Average Read Time / Analysis / 525

16 XXi 23.5 Test Results with Windows on NTFS / Test Run 8 ms Average Read Time / Analysis / Moral of the Case Study / 528 Recommended Reading / 529 Exercises / Case Study: Covering Index Getting to Know the Application Architecture / Quantifying the Problems / Analyzing Bottlenecks / Applying Optimizations/Tunings / Verifying the Fixes / Report Summary / Wait Events Statistics / SQL Statistics / Stats / Buffer Pool Statistics / Wait Statistics / init.ora Parameters / Moral of the Case Study / 545 Recommended Reading / 546 Exercises / Case Study: CURSOR_SHARING The Concept of a Bind Variable / 548 Oracle CURSOR_SHARING Parameter / 549 Getting to Know the Application Architecture / 550 Quantifying Problems / 550 Analyzing Bottlenecks / Report Summary / SQL Statistics / Stats / Wait Statistics / init.ora Parameters / 558 = Applying Tuning: CURSOR_SHARING FORCE / Report Summary / Wait Events Statistics / 563 Applying Tuning: CURSOR_SHARING = SIMILAR / Report Summary / Wait Events Statistics / 566

17 25.8 Moral of the Case Study / 569 Recommended Reading / 569 Exercises / Case Study: Bulk Transactions Application Architecture / Quantifying Problems / Identifying Performance and Scalability Optimization Opportunities / Report Summary / Wait Events Statistics / SQL Statistics / Wait Statistics / Effects of Bulk Transactions on Performance / Report Summary / Wait Events Statistics / SQL Statistics / Wait Statistics / Moral of the Case Study / 592 Recommended Reading / 593 Exercises / Case Study: Missing Statistics Decaying Performance due to Missing Statistics / First Run with no Statistics / Report Summary / Wait Events Statistics / SQL Statistics / Stats / Wait Statistics / init.ora Parameters / Second Run with Missing Statistics / Report Summary / Wait Events Statistics / SQL Statistics / IO Stats / Wait Statistics / Third Run with Updated Statistics / Report Summary / Wait Events Statistics / Operating System Statistics / SQL Statistics / 614

18 XX/// Wait Statistics / Moral of the Case Study / 61.8 Recommended Reading / 618 Exercises / Case Study: Misconfigured SAN Storage Architecture of the Apple's Xserve RAID / Problem Analysis / Report Summary / Wait Events Statistics / Stats / init.ora Parameters / Reconfiguring the RAID and Verifying / Report Summary / Wait Events Statistics / Stats / Moral of the Case Study / 629 Recommended Reading / 630 Exercises / 630 APPENDIX A ORACLE PRODUCT DOCUMENTATIONS 633 A. 1 Oracle Database Concepts / 633 A.2 Oracle Database Administrator's Guide / 633 A.3 Oracle Database Reference / 634 A.4 Oracle Database Performance Tuning Guide / 634 A.5 Oracle Database 2 Day + Performance Tuning Guide / 634 A.6 Oracle Database 2 Day DBA / 634 A.7 Oracle Database SQL Language Reference / 634 A.8 Oracle Database Sample Schemas / 635 A.9 Oracle Database PL/SQL Packages and Types Reference / 635 A. 10 Oracle Database PL/SQL Language Reference / 635 A.l 1 Oracle Database JDBC Developer's Guide and References / 635 APPENDIX B USING SQL*PLUS WITH ORACLE 636 B. l Installation / 636 B.2 SQLTlus and tnsnames.ora File / 637 B.3 Basics of SQL*Plus / 638

19 B.4 Common SQL*Plus Commands / 638 B.5 Using SQL*Plus to Execute SQL Statements / 639 B.6 Using SQLTlus to Execute PL/SQL Blocks / 640 B.7 Using SQL*Plus Autotrace to Obtain EXECUTION PLANs and Optimizer Statistics / 640 B.8 Using SQL*Plus Timing Command / 641 B.9 Exporting/Importing Oracle Databases with SQL*Plus / 642 B.10 Creating AWR Reports with SQL*Plus / 643 B.l 1 Checking Tablespace Usage with SQL*Plus / 644 B.12 Creating EM DBConsole with SQL*Plus / 646 APPENDIX C APPENDIX D APPENDIX E A COMPLETE LIST OF ALL WAIT EVENTS IN ORACLE 11g 648 A COMPLETE LIST OF ALL METRICS WITH THE V$STATNAME VIEW 656 A COMPLETE LIST OF ALL STATISTICS WITH THE V$SYSSTAT VIEW 667 INDEX 681

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

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

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

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

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: 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 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 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

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

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

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

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

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

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 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 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

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

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 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

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

Expert Oracle. Database Architecture. Techniques and Solutions. 10gr, and 11g Programming. Oracle Database 9/, Second Edition.

Expert Oracle. Database Architecture. Techniques and Solutions. 10gr, and 11g Programming. Oracle Database 9/, Second Edition. Expert Oracle Database Architecture Oracle Database 9/, Techniques and Solutions 10gr, and 11g Programming Second Edition TECHNiSCHE JNFORMATIONSBIBLIOTHEK UN!VERSITAT BIBLIOTHEK HANNOVER Thomas Kyte Apress

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

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

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

FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY" Tokyo. Koln Sebastopol. Cambridge Farnham.

FIFTH EDITION. Oracle Essentials. Rick Greenwald, Robert Stackowiak, and. Jonathan Stern O'REILLY Tokyo. Koln Sebastopol. Cambridge Farnham. FIFTH EDITION Oracle Essentials Rick Greenwald, Robert Stackowiak, and Jonathan Stern O'REILLY" Beijing Cambridge Farnham Koln Sebastopol Tokyo _ Table of Contents Preface xiii 1. Introducing Oracle 1

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 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 EXAM - 1Z0-117. Oracle Database 11g Release 2: SQL Tuning. Buy Full Product. http://www.examskey.com/1z0-117.html

Oracle EXAM - 1Z0-117. Oracle Database 11g Release 2: SQL Tuning. Buy Full Product. http://www.examskey.com/1z0-117.html Oracle EXAM - 1Z0-117 Oracle Database 11g Release 2: SQL Tuning Buy Full Product http://www.examskey.com/1z0-117.html Examskey Oracle 1Z0-117 exam demo product is here for you to test the quality of the

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

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

<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

1Z0-117 Oracle Database 11g Release 2: SQL Tuning. Oracle

1Z0-117 Oracle Database 11g Release 2: SQL Tuning. Oracle 1Z0-117 Oracle Database 11g Release 2: SQL Tuning Oracle To purchase Full version of Practice exam click below; http://www.certshome.com/1z0-117-practice-test.html FOR Oracle 1Z0-117 Exam Candidates We

More information

Oracle Database 10g. Page # The Self-Managing Database. Agenda. Benoit Dageville Oracle Corporation [email protected]

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 [email protected] Agenda Oracle10g: Oracle s first generation of self-managing database Oracle s Approach to

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

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

System Administration of Windchill 10.2

System Administration of Windchill 10.2 System Administration of Windchill 10.2 Overview Course Code Course Length TRN-4340-T 3 Days In this course, you will gain an understanding of how to perform routine Windchill system administration tasks,

More information

MyOra 3.5. User Guide. SQL Tool for Oracle. Kris Murthy

MyOra 3.5. User Guide. SQL Tool for Oracle. Kris Murthy MyOra 3.5 SQL Tool for Oracle User Guide Kris Murthy Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL Editor...

More information

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC MyOra 3.0 SQL Tool for Oracle User Guide Jayam Systems, LLC Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL

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

Demystified CONTENTS Acknowledgments xvii Introduction xix CHAPTER 1 Database Fundamentals CHAPTER 2 Exploring Relational Database Components

Demystified CONTENTS Acknowledgments xvii Introduction xix CHAPTER 1 Database Fundamentals CHAPTER 2 Exploring Relational Database Components Acknowledgments xvii Introduction xix CHAPTER 1 Database Fundamentals 1 Properties of a Database 1 The Database Management System (DBMS) 2 Layers of Data Abstraction 3 Physical Data Independence 5 Logical

More information

StreamServe Persuasion SP5 Oracle Database

StreamServe Persuasion SP5 Oracle Database StreamServe Persuasion SP5 Oracle Database Database Guidelines Rev A StreamServe Persuasion SP5 Oracle Database Database Guidelines Rev A 2001-2011 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent

More information

Contents RELATIONAL DATABASES

Contents RELATIONAL DATABASES Preface xvii Chapter 1 Introduction 1.1 Database-System Applications 1 1.2 Purpose of Database Systems 3 1.3 View of Data 5 1.4 Database Languages 9 1.5 Relational Databases 11 1.6 Database Design 14 1.7

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

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

The Data Access Handbook

The Data Access Handbook The Data Access Handbook Achieving Optimal Database Application Performance and Scalability John Goodson and Robert A. Steward PRENTICE HALL Upper Saddle River, NJ Boston Indianapolis San Francisco New

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

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

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

MS-40074: Microsoft SQL Server 2014 for Oracle DBAs

MS-40074: Microsoft SQL Server 2014 for Oracle DBAs MS-40074: Microsoft SQL Server 2014 for Oracle DBAs Description This four-day instructor-led course provides students with the knowledge and skills to capitalize on their skills and experience as an Oracle

More information

Introduction to SQL Tuning. 1. Introduction to SQL Tuning. 2001 SkillBuilders, Inc. SKILLBUILDERS

Introduction to SQL Tuning. 1. Introduction to SQL Tuning. 2001 SkillBuilders, Inc. SKILLBUILDERS Page 1 1. Introduction to SQL Tuning SKILLBUILDERS Page 2 1.2 Objectives Understand what can be tuned Understand what we need to know in order to tune SQL Page 3 1.3 What Can Be Tuned? Data Access SQL

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

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

W I S E. SQL Server 2008/2008 R2 Advanced DBA Performance & WISE LTD.

W I S E. SQL Server 2008/2008 R2 Advanced DBA Performance & WISE LTD. SQL Server 2008/2008 R2 Advanced DBA Performance & Tuning COURSE CODE: COURSE TITLE: AUDIENCE: SQSDPT SQL Server 2008/2008 R2 Advanced DBA Performance & Tuning SQL Server DBAs, capacity planners and system

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

Sivakumar Software Engg, Zagro Singapore Pte Ltd e-mail. [email protected]

Sivakumar Software Engg, Zagro Singapore Pte Ltd e-mail. nspshiva@gmail.com SWOT Analysis of the Oracle standard and MS-SQL server Technologies Sivakumar Software Engg, Zagro Singapore Pte Ltd e-mail. [email protected] Abstract In the last few years the use of the Internet has

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

DBA Best Practices: A Primer on Managing Oracle Databases. Leng Leng Tan Vice President, Systems and Applications Management

DBA Best Practices: A Primer on Managing Oracle Databases. Leng Leng Tan Vice President, Systems and Applications Management DBA Best Practices: A Primer on Managing Oracle Databases Leng Leng Tan Vice President, Systems and Applications Management The following is intended to outline our general product direction. It is intended

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

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

SQL Databases Course. by Applied Technology Research Center. This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases.

SQL Databases Course. by Applied Technology Research Center. This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases. SQL Databases Course by Applied Technology Research Center. 23 September 2015 This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases. Oracle Topics This Oracle Database: SQL

More information

Software Performance and Scalability

Software Performance and Scalability Software Performance and Scalability A Quantitative Approach Henry H. Liu ^ IEEE )computer society WILEY A JOHN WILEY & SONS, INC., PUBLICATION Contents PREFACE ACKNOWLEDGMENTS xv xxi Introduction 1 Performance

More information

OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni

OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni OLTP Meets Bigdata, Challenges, Options, and Future Saibabu Devabhaktuni Agenda Database trends for the past 10 years Era of Big Data and Cloud Challenges and Options Upcoming database trends Q&A Scope

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

ORACLE INSTANCE ARCHITECTURE

ORACLE INSTANCE ARCHITECTURE ORACLE INSTANCE ARCHITECTURE ORACLE ARCHITECTURE Oracle Database Instance Memory Architecture Process Architecture Application and Networking Architecture 2 INTRODUCTION TO THE ORACLE DATABASE INSTANCE

More information

Oracle 11g DBA Training Course Content

Oracle 11g DBA Training Course Content Oracle 11g DBA Training Course Content ORACLE 10g/11g DATABASE ADMINISTRATION CHAPTER1 Important Linux commands Installing of Redhat Linux as per oracle database requirement Installing of oracle database

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

How To Write A Diagram

How To Write A Diagram Data Model ing Essentials Third Edition Graeme C. Simsion and Graham C. Witt MORGAN KAUFMANN PUBLISHERS AN IMPRINT OF ELSEVIER AMSTERDAM BOSTON LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE

More information

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 12c: SQL Tuning for Developers. Sobre o curso. Destinatários. Oracle - Linguagens. Nível: Avançado Duração: 18h

Oracle Database 12c: SQL Tuning for Developers. Sobre o curso. Destinatários. Oracle - Linguagens. Nível: Avançado Duração: 18h Oracle Database 12c: SQL Tuning for Developers Oracle - Linguagens Nível: Avançado Duração: 18h Sobre o curso In the Oracle Database: SQL Tuning for Developers course, you learn about Oracle SQL tuning

More information

Database. Administration. The Complete. and Procedures. Guide to DBA Practices. AAddison-Wesley. Second Edition. Mullins

Database. Administration. The Complete. and Procedures. Guide to DBA Practices. AAddison-Wesley. Second Edition. Mullins Database Administration The Complete Guide to DBA Practices and Procedures Second Edition Craig S. Mullins AAddison-Wesley Upper Saddle River, NJ Boston Indianapolis San Francisco New York Toronto Montreal

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

Performance rule violations usually result in increased CPU or I/O, time to fix the mistake, and ultimately, a cost to the business unit.

Performance rule violations usually result in increased CPU or I/O, time to fix the mistake, and ultimately, a cost to the business unit. Is your database application experiencing poor response time, scalability problems, and too many deadlocks or poor application performance? One or a combination of zparms, database design and application

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

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

Module 15: Monitoring

Module 15: Monitoring Module 15: Monitoring Overview Formulate requirements and identify resources to monitor in a database environment Types of monitoring that can be carried out to ensure: Maximum availability Optimal performance

More information

FHE DEFINITIVE GUIDE. ^phihri^^lv JEFFREY GARBUS. Joe Celko. Alvin Chang. PLAMEN ratchev JONES & BARTLETT LEARN IN G. y ti rvrrtuttnrr i t i r

FHE DEFINITIVE GUIDE. ^phihri^^lv JEFFREY GARBUS. Joe Celko. Alvin Chang. PLAMEN ratchev JONES & BARTLETT LEARN IN G. y ti rvrrtuttnrr i t i r : 1. FHE DEFINITIVE GUIDE fir y ti rvrrtuttnrr i t i r ^phihri^^lv ;\}'\^X$:^u^'! :: ^ : ',!.4 '. JEFFREY GARBUS PLAMEN ratchev Alvin Chang Joe Celko g JONES & BARTLETT LEARN IN G Contents About the Authors

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: 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

Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier

Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier Tips and Tricks for Using Oracle TimesTen In-Memory Database in the Application Tier Simon Law TimesTen Product Manager, Oracle Meet The Experts: Andy Yao TimesTen Product Manager, Oracle Gagan Singh Senior

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment

More information

An Oracle White Paper May 2010. Guide for Developing High-Performance Database Applications

An Oracle White Paper May 2010. Guide for Developing High-Performance Database Applications An Oracle White Paper May 2010 Guide for Developing High-Performance Database Applications Introduction The Oracle database has been engineered to provide very high performance and scale to thousands

More information

Business Application Services Testing

Business Application Services Testing Business Application Services Testing Curriculum Structure Course name Duration(days) Express 2 Testing Concept and methodologies 3 Introduction to Performance Testing 3 Web Testing 2 QTP 5 SQL 5 Load

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

Oracle and Sybase, Concepts and Contrasts

Oracle and Sybase, Concepts and Contrasts Oracle and Sybase, Concepts and Contrasts By Mich Talebzadeh Part 1 January 2006 In a large modern enterprise, it is almost inevitable that different portions of the organization will use different database

More information

Oracle Database 12c Administration Workshop

Oracle Database 12c Administration Workshop Oracle Database 12c Administration Workshop ORADB_12c DESCRIZIONE: Questo corso si propone di approfondire l'architettura del database Oracle. Illustrerà come gestire in modo efficace una istanza di database

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

RARITAN VALLEY COMMUNITY COLLEGE COMPUTER SCIENCE (CS) DEPARTMENT. CISY-294, Oracle: Database Administration Fundamentals Part I

RARITAN VALLEY COMMUNITY COLLEGE COMPUTER SCIENCE (CS) DEPARTMENT. CISY-294, Oracle: Database Administration Fundamentals Part I RARITAN VALLEY COMMUNITY COLLEGE COMPUTER SCIENCE (CS) DEPARTMENT CISY-294, Oracle: Database Administration Fundamentals Part I I. Basic Course Information A. Course Number and Title: CISY-294, ORACLE:

More information

Arbortext Content Manager 10.1. Curriculum Guide

Arbortext Content Manager 10.1. Curriculum Guide Arbortext Content Manager 10.1 Curriculum Guide Live Classroom Curriculum Guide Introduction to Arbortext Content Manager 10.1 Business Administration of Arbortext Content Manager 10.1 Workflow Administration

More information

Top 10 Performance Tips for OBI-EE

Top 10 Performance Tips for OBI-EE Top 10 Performance Tips for OBI-EE Narasimha Rao Madhuvarsu L V Bharath Terala October 2011 Apps Associates LLC Boston New York Atlanta Germany India Premier IT Professional Service and Solution Provider

More information

Topics Advanced PL/SQL, Integration with PROIV SuperLayer and use within Glovia

Topics Advanced PL/SQL, Integration with PROIV SuperLayer and use within Glovia Topics Advanced PL/SQL, Integration with PROIV SuperLayer and use within Glovia 1. SQL Review Single Row Functions Character Functions Date Functions Numeric Function Conversion Functions General Functions

More information

DBMS Questions. 3.) For which two constraints are indexes created when the constraint is added?

DBMS Questions. 3.) For which two constraints are indexes created when the constraint is added? DBMS Questions 1.) Which type of file is part of the Oracle database? A.) B.) C.) D.) Control file Password file Parameter files Archived log files 2.) Which statements are use to UNLOCK the user? A.)

More information

Design and Implementation

Design and Implementation Pro SQL Server 2012 Relational Database Design and Implementation Louis Davidson with Jessica M. Moss Apress- Contents Foreword About the Author About the Technical Reviewer Acknowledgments Introduction

More information

Oracle 10g PL/SQL Training

Oracle 10g PL/SQL Training Oracle 10g PL/SQL Training Course Number: ORCL PS01 Length: 3 Day(s) Certification Exam This course will help you prepare for the following exams: 1Z0 042 1Z0 043 Course Overview PL/SQL is Oracle's Procedural

More information

Expert Oracle Exadata

Expert Oracle Exadata Expert Oracle Exadata Second Edition Martin Bach Karl Arao Andy Colvin Frits Hoogland Kerry Osborne Randy Johnson Tanel Poder (ioug)* A IndafMndentoracle u*cn group Apress Contents J About the Authors

More information