Oracle TimesTen 7.0: IMDB, Cache Connect, and Replication Volume I Student Guide

Size: px
Start display at page:

Download "Oracle TimesTen 7.0: IMDB, Cache Connect, and Replication Volume I Student Guide"

Transcription

1 Oracle TimesTen 7.0: IMDB, Cache Connect, and Replication Volume I Student Guide D46789GC10 Edition 1.0 April 2007 D50237

2 Author Danny Lau Technical Contributors and Reviewers Rohan Aranha David Aspinwall Percy Chan Susan Cheung Joe Chung Phil Chung Sam Drake Kirk Edson Philip Fees James Healy Chi-Kim Hoang Chris Jenkins Simon Law Robert Lawson Jenny Li Mark McAuliffe John Miller Marie-Anne Neimat William Paulsen Manish Pawar Martin Reames Paul Tuck Maureen Wagener Chih-Ping Wang Adam Whitter Editors Nita Pavitran Aju Kumar Copyright 2007, Oracle. All rights reserved. Disclaimer This document contains proprietary information and is protected by copyright and other intellectual property laws. You may copy and print this document solely for your own use in an Oracle training course. The document may not be modified or altered in any way. Except where your use constitutes "fair use" under copyright law, you may not use, share, download, upload, copy, print, display, perform, reproduce, publish, license, post, transmit, or distribute this document in whole or in part without the express authorization of Oracle. The information contained in this document is subject to change without notice. If you find any problems in the document, please report them in writing to: Oracle University, 500 Oracle Parkway, Redwood Shores, California USA. This document is not warranted to be error-free. Restricted Rights Notice If this documentation is delivered to the United States Government or anyone using the documentation on behalf of the United States Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS The U.S. Government s rights to use, modify, reproduce, release, perform, display, or disclose these training materials are restricted by the terms of the applicable Oracle license agreement and/or the applicable U.S. Government contract. Trademark Notice Oracle, JD Edwards, PeopleSoft, and Siebel are registered trademarks of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Graphic Designer Samir Mozumdar Publishers Sujatha Nagendra Giri Venugopal

3 Contents Preface 1 Introduction and Course Overview Course Objectives 1-2 Intended Audience and Course Prerequisites 1-4 Suggested Agenda Overview of Oracle TimesTen In-Memory Database Objectives 2-2 Oracle TimesTen In-Memory Database 2-3 Oracle TimesTen for Real-Time Business 2-4 TimesTen for Embedded Applications and the Enterprise 2-5 Fast Response 2-6 Oracle TimesTen Products 2-8 Oracle TimesTen In-Memory Database (Base Product) 2-9 Complementary Database Strengths 2-10 Transaction Logging and Persistence 2-11 TimesTen IMDB Usage Scenarios 2-12 Telecom Benchmark 2-13 Benchmark Configurations 2-14 Transaction Response Time 2-15 Transaction Throughput 2-16 J2EE Application Servers and Java Middleware Tested with TimesTen 2-17 Finding a Row of Data in a Traditional Disk-Optimized RDBMS 2-18 Finding a Row of Data in TimesTen IMDB 2-19 TimesTen Processes and Direct Connect Mode 2-20 First Data Store Connection 2-22 Processing Data Store Updates 2-23 Data Store Checkpoints 2-24 Concurrent Data Store Connections 2-26 Client/Server Connect Mode 2-27 Additional Resources 2-29 Summary Installing TimesTen Objectives 3-2 Supported Linux Platforms 3-3 Other Supported UNIX Platforms 3-4 Supported Microsoft Windows Platforms 3-7 TimesTen Instances 3-8 TimesTen Instance Administrator 3-9 iii

4 TimesTen Installation Script on UNIX Systems 3-10 TimesTen Installation Program on Microsoft Windows Systems 3-13 Environment Variables on UNIX Systems 3-15 Environment Variables on Microsoft Windows Systems 3-17 TimesTen Data Manager Demo Programs 3-18 TimesTen Documentation 3-20 Summary Creating Data Source Names and Data Stores Objectives 4-2 Data Source Names (DSNs) 4-3 Defining Data Manager DSNs on UNIX Systems 4-4 Defining Data Manager DSNs on Microsoft Windows Systems 4-6 TimesTen DSN Attributes 4-7 Data Store Creation DSN Attributes 4-8 Connection Strings 4-10 Data Store Partitions 4-11 ttisql Utility 4-13 Connecting to a Data Store 4-15 ttstatus Utility: Data Store Connections 4-18 TimesTen Daemon Processes 4-20 Data Store RAM Policy 4-22 RAM Policy Setting 4-23 Access Control 4-24 Defining Users 4-26 Defining Privileges 4-28 User IDs and Passwords 4-30 ttdestroy Utility 4-33 Summary Creating Data Store Elements Objectives 5-2 Data Store Elements 5-3 Data Types 5-4 SQL Table DDL Statements 5-7 Altering a Table 5-16 Indexes 5-19 SQL Index DDL Statements 5-21 TimesTen System Tables 5-22 SYS.MONITOR System Table: Data Store Connections 5-25 ttsize Utility 5-26 SYS.MONITOR System Table: Data Store Sizes 5-28 Summary 5-30 iv

5 6 Accessing Data Store Elements Objectives 6-2 SQL DML Statements 6-3 Character Sets 6-8 Linguistic Sorts 6-10 Search Conditions 6-12 Functions and Operators 6-14 Other DML Statement Constructs 6-26 ROWID and ROWNUM 6-30 Sequences 6-31 Views 6-33 Preparing and Executing Statements 6-35 Parameterized Statements 6-38 TimesTen Built-In Procedures 6-39 Summary Managing Data Stores Objectives 7-2 Data Store Management Utilities 7-3 ttbulkcp Utility 7-4 ttbackup and ttrestore Utilities 7-5 ttmigrate Utility 7-7 ttschema Utility 7-9 ttadoptstores Utility 7-10 Initiating Checkpoint Operations 7-11 Changing the Size of a Data Store 7-14 SNMP Traps 7-15 Summary Transactions and Concurrency Control Objectives 8-2 Starting and Completing Transactions 8-3 Autocommit 8-4 Transaction Logging 8-6 Nondurable and Durable Commits 8-8 Transaction Durability 8-9 Locking and Granularity Level 8-11 Lock Timeout and Deadlock 8-13 SELECT.. FOR UPDATE Statement 8-14 Transaction Isolation Level 8-15 Read Committed Isolation 8-16 Serializable Isolation 8-17 ttxactadmin Utility 8-18 v

6 SYS.MONITOR System Table: Transactions, Logging, and Locks 8-20 Summary Performance Tuning and Query Optimization Objectives 9-2 Use of T-tree and Hash Indexes 9-3 Query Optimizer Column and Table Statistics 9-5 Computing Statistics 9-6 TimesTen Query Optimizer 9-8 Viewing an Execution Plan 9-9 Execution Plan Invalidation 9-13 Query Optimizer Hints 9-14 SYS.MONITOR System Table: Preparing Statements and Temporary Indexes 9-19 Timing Statement Execution 9-20 Summary Configuring TimesTen Client/Server Objectives 10-2 Data Store Connection Modes 10-3 Overview of TimesTen Client/Server 10-4 Client/Server Setup and Configuration 10-5 Server DSNs 10-6 Defining Server DSNs on UNIX Systems 10-7 Defining Server DSNs on Microsoft Windows Systems 10-8 Logical Server Names 10-9 Defining Logical Server Names on UNIX Systems Defining Logical Server Names on Microsoft Windows Systems Client DSNs Defining Client DSNs on UNIX Systems Defining Client DSNs on Microsoft Windows Systems Other Communication Modes for Local Client/Server Access Accessing a Data Store with a Client/Server Connection Testing Client Connections from Microsoft Windows Systems TimesTen Client Demo Programs Starting and Stopping the TimesTen Server Process ttstatus Utility: Server Status and Client Connections Summary Overview of Cache Connect to Oracle Objectives 11-2 Cache Connect to Oracle (Product Option) 11-3 Caching Data from an Oracle Database 11-4 Read-Only Cache Group 11-5 Example: Read-Only Cache 11-6 Updatable Cache Group 11-7 vi

7 Example: Multiple Updatable Caches 11-8 On-Demand Caching 11-9 Example: On-Demand Cache Summary Configuring a TimesTen Cache System Objectives 12-2 Cache Groups 12-3 Cache Group Definition 12-4 Data Synchronization from TimesTen to Oracle 12-5 Data Synchronization from Oracle to TimesTen 12-6 Cache Group Types 12-7 Cache Connect to Oracle System Requirements and Prerequisites 12-8 Oracle Users TimesTen Users TimesTen Data Store Requirements Cache Administration User Cache Agent ttstatus Utility: Cache Agent Status Summary Creating Cache Groups Objectives 13-2 Read-Only Cache Group 13-3 Creating a Read-Only Cache Group 13-4 Benefits of Read-Only Caching 13-6 AUTOREFRESH Cache Group Attribute 13-7 Altering a Cache Group 13-9 Statement Passthrough from TimesTen to Oracle Synchronous Writethrough Cache Group Synchronous Writethrough Cache Group Data Flow Creating a Synchronous Writethrough Cache Group Asynchronous Writethrough Cache Group Asynchronous Writethrough Cache Group Data Flow Creating an Asynchronous Writethrough Cache Group Benefits of Writethrough Caching Loading a Cache Group Unloading a Cache Group Refreshing a Cache Group WHERE Clause in Cache Group SQL Statements UNIQUE HASH ON Cache Table Attribute Automatic Data Aging Automatic Load on SELECT Dynamic Database Caching: Call Center Application Example vii

8 Sliding Window Caching User-Managed Cache Group Creating a User-Managed Cache Group Benefits of On-Demand Caching Flushing a Cache Group PROPAGATE Cache Table Attribute READONLY Cache Table Attribute Caching Other Oracle Elements Summary Cache Connect to Oracle Administrator Objectives 14-2 Configuring the Cache Connect to Oracle Administrator Web Server 14-3 ttstatus Utility: Web Server Status 14-6 Starting the Cache Connect to Oracle Administrator 14-7 Connecting to a TimesTen Data Store 14-8 Welcome to the Cache Administrator 14-9 Creating a Cache Group Definition Cache Group Type and AUTOREFRESH Cache Group Attribute Cache Table Attributes Selecting the Cache Tables and Data Aging Policy Defining the Root Table Root Table Definition Defining the Child Tables Completing the Cache Group Definition Viewing a Cache Group Definition Creating a Cache Group Dropping a Cache Group Managing the Cache Agent Summary Overview of Replication - TimesTen to TimesTen Objectives 15-2 Replication - TimesTen to TimesTen (Product Option) 15-3 Replication Configurations 15-5 Replication Topology: Master-Subscriber 15-6 Replication Topology: Master-Master 15-7 Replication Topology: N-Way 15-8 Replication Topology: Propagator 15-9 Replication Topology: Active Standby Pair Asynchronous Replication Synchronous Replication TimesTen Replication Architecture Summary viii

9 16 Configuring Replication Objectives 16-2 TimesTen Replication Elements 16-3 Configuring a Replicated System 16-4 Unidirectional Asynchronous Replication Scheme 16-5 Bidirectional Asynchronous Replication Scheme 16-7 Asynchronous Replication Data Flow 16-8 Replication Agent ttstatus Utility: Replication Agent Status Creating a Subscriber Data Store from a Master Data Store Replication States Return Receipt Synchronous Replication Scheme Return Receipt Replication Data Flow Return Two-Safe Synchronous Replication Scheme Return Two-Safe Replication Data Flow Summary Advanced Replication Configuration Topics Objectives 17-2 Altering a Replication Scheme 17-3 Propagator Replication Scheme 17-5 Active Standby Pair Replication Scheme 17-6 Altering an Active Standby Pair Replication Scheme 17-9 Replicating Sequences Replicating Tables in a Cache Group Replicating Cache Tables in an Active Standby Pair Replicating Cache Tables in a Read-Only Cache Group Replicating Cache Tables in an Updatable Cache Group Configuring Replication on a Cache Table Comprehensive High Availability for Multi-Tier Enterprise Architectures Replication Agent Port Allocation Replication Throughput and Compression Configuration Options Replication on Systems with Multiple Network Interface Cards (NICs) Summary Replication Recovery and Monitoring Objectives 18-2 Timestamp-Based Update Conflict Resolution 18-3 Transaction Log File Threshold 18-6 TimesTen Replication System Tables 18-7 Recovering Replication After Failover 18-9 Recovering Replication After Failover: Master-Subscriber Recovering Replication After Failover: Master-Master Recovering Replication After Failover: Propagator ix

10 Recovering Replication After Failover: Active Standby Pair TimesTen Replication Monitoring: ttrepadmin Utility Commands TimesTen Replication Monitoring: SYS.MONITOR System Table TimesTen Replication Monitoring: Built-In Procedures Summary Appendix A: Practices Appendix B: Solutions Appendix C: Installation Notes Appendix D: DSN Attributes Appendix E: ttisql Commands Appendix F: Utilities Appendix G: Built-In Procedures Appendix H: SQL Syntax x

Oracle TimesTen 6.0: Core Concepts and Administration Volume I - Student Guide

Oracle TimesTen 6.0: Core Concepts and Administration Volume I - Student Guide Oracle TimesTen 6.0: Core Concepts and Administration Volume I - Student Guide D21723GC20 Production 2.0 July 2006 D46774 Author Danny Lau Technical Contributors and Reviewers David Aspinwall Percy Chan

More information

Oracle TimesTen 6.0: Core Concepts and Administration Volume I Student Guide

Oracle TimesTen 6.0: Core Concepts and Administration Volume I Student Guide Oracle TimesTen 6.0: Core Concepts and Administration Volume I Student Guide D21723GC10 Edition 1.0 February 2006 D44801 Author Danny Lau Technical Contributors and Reviewers Susan Cheung Joe Chung Phil

More information

MySQL Performance Tuning

MySQL Performance Tuning MySQL Performance Tuning Student Guide D61820GC20 Edition 2.0 May 2011 D73030 Author Jeff Gorton Copyright 2011, Oracle and/or it affiliates. All rights reserved. Disclaimer Technical Contributors and

More information

Oracle Database 10g: Implement and Administer a Data Warehouse

Oracle Database 10g: Implement and Administer a Data Warehouse Oracle Database 10g: Implement and Administer a Data Warehouse Student Guide Volume 1 D18957GC10 Edition 1.0 November 2005 D22685 Authors Donna Keesling Jean Francois Verrier Jim Womack Technical Contributors

More information

Oracle WebLogic Server 12c: JMS Administration Student Guide

Oracle WebLogic Server 12c: JMS Administration Student Guide Oracle WebLogic Server 12c: JMS Administration Student Guide D80844GC10 Edition 1.0 July 2013 D82749 Author TJ Palazzolo Technical Contributors and Reviewers Bill Bell Mark Lindros Will Lyons Tom Barnes

More information

Oracle SQL Developer. Oracle TimesTen In-Memory Database Support User's Guide Release 4.0 E

Oracle SQL Developer. Oracle TimesTen In-Memory Database Support User's Guide Release 4.0 E Oracle SQL Developer Oracle TimesTen In-Memory Database Support User's Guide Release 4.0 E39882-02 December 2013 Oracle SQL Developer Oracle TimesTen In-Memory Database Support User's Guide, Release 4.0

More information

Oracle Warehouse Builder 10g: Implementation Part 2

Oracle Warehouse Builder 10g: Implementation Part 2 Oracle Warehouse Builder 10g: Implementation Part 2 Student Guide D18396GC10 Edition 1.0 June 2006 D46564 Authors Molly Correa Richard Green Technical Contributors and Reviewers David Allan Sharath.Bhujani

More information

Oracle TimesTen In-Memory Database

Oracle TimesTen In-Memory Database Oracle TimesTen In-Memory Database Replication Guide 11g Release 2 (11.2.2) E21635-04 September 2012 Oracle TimesTen In-Memory Database Replication Guide, 11g Release 2 (11.2.2) E21635-04 Copyright 2012,

More information

Oracle Database 10g: Implementing Database Vault

Oracle Database 10g: Implementing Database Vault Oracle Database 10g: Implementing Database Vault Student Guide D44719GC10 Edition 1.0 August 2006 D47175 Authors Tom Best James Spiller Technical Contributors and Reviewers Tom Bolick Harald van Breederode

More information

MySQL Cluster Student Guide

MySQL Cluster Student Guide MySQL Cluster Student Guide D62018GC11 Edition 1.1 November 2012 D79677 Technical Contributor and Reviewer Mat Keep Editors Aju Kumar Daniel Milne Graphic Designer Seema Bopaiah Publishers Sujatha Nagendra

More information

Oracle Database 10g: New Features for Release 2 Overview Seminar

Oracle Database 10g: New Features for Release 2 Overview Seminar Oracle Database 10g: New Features for Release 2 Overview Seminar Student Guide D22139GC10 Edition 1.0 November 2005 D22563 Authors Christine Jeal Jean-Francois Verrier Technical Contributors and Reviewers

More information

Oracle Warehouse Builder 10g: Administration

Oracle Warehouse Builder 10g: Administration Oracle Warehouse Builder 10g: Administration Volume I Student Guide D44810GC10 Edition 1.0 January 2007 D49160 Authors Puja Singh Richard Green Technical Contributors and Reviewers David Allan Sharath

More information

Oracle Database 10g: SQL Fundamentals I

Oracle Database 10g: SQL Fundamentals I Oracle Database 10g: SQL Fundamentals I Student Guide Volume I D17108GC21 Edition 2.1 December 2006 D48183 Authors Chaitanya Koratamaddi Nancy Greenberg Technical Contributors and Reviewers Wayne Abbott

More information

Oracle GoldenGate 11g: Advanced Configuration for Oracle Student Guide

Oracle GoldenGate 11g: Advanced Configuration for Oracle Student Guide Oracle GoldenGate 11g: Advanced Configuration for Oracle Student Guide D76689GC10 Edition 1.0 March 2013 D81509 Author Elio Bonazzi Editors Smita Kommini Raj Kumar Richard Wallis Graphic Designer Rajiv

More information

Oracle Database 10g: Data Guard Administration

Oracle Database 10g: Data Guard Administration Oracle Database 10g: Data Guard Administration Volume I Student Guide D17316GC20 Edition 2.0 October 2006 D47657 Author Donna K. Keesling Technical Contributors and Reviewers Christopher D. Andrews Harald

More information

Oracle VM Administration: Oracle VM Server for x86 Student Guide

Oracle VM Administration: Oracle VM Server for x86 Student Guide Oracle VM Administration: Oracle VM Server for x86 Student Guide D74549GC10 Edition 1.0 April 2012 D76950 Author Michele Dady Editors Aju Kumar Anwesha Ray Graphic Designer Satish Bettegowda Publishers

More information

Oracle Data Integrator: Administration and Development Volume I Student Guide

Oracle Data Integrator: Administration and Development Volume I Student Guide Oracle Data Integrator: Administration and Development Volume I Student Guide D48459GC30 Edition 3.0 December 2007 D53463 Authors Laura Hofman Miquel FX Nicolas Technical Contributor and Reviewer Sharath

More information

Oracle Warehouse Builder 10g: New Features

Oracle Warehouse Builder 10g: New Features Oracle Warehouse Builder 10g: New Features Volume I - Student Guide D44808GC10 Edition 1.0 July 2006 D46761 Author Richard Green Technical Contributors and Reviewers David Allan Herbert Bradbury Sharath

More information

Oracle Database 10g: Using OLAP

Oracle Database 10g: Using OLAP Oracle Database 10g: Using OLAP Student Guide D17505GC20 Production 2.0 April 2006 D45765 Authors Brian Pottle Kevin Lancaster Nancy Greenberg Technical Contributors and Reviewers Stuart Bunby Marty Gubar

More information

Oracle SQL Developer TimesTen In-Memory Database Support

Oracle SQL Developer TimesTen In-Memory Database Support Oracle SQL Developer TimesTen In-Memory Database Support Release Notes Release 2.1 E15859-03 March 2010 This document provides late-breaking information as well as information that is not yet part of the

More information

Oracle Hyperion Data Relationship Management Administration Activity Guide

Oracle Hyperion Data Relationship Management Administration Activity Guide Oracle Hyperion Data Relationship Management 11.1.1 Administration Activity Guide D56817GC10 Edition 1.0 April 2009 D59184 Authors Jody Glover Sergiy Pecherskyy Technical Contributors and Reviewers Matt

More information

Oracle SQL Tuning for Developers Workshop Student Guide - Volume I

Oracle SQL Tuning for Developers Workshop Student Guide - Volume I Oracle SQL Tuning for Developers Workshop Student Guide - Volume I D73549GC10 Edition 1.0 October 2012 D78799 Authors Sean Kim Dimpi Rani Sarmah Technical Contributors and Reviewers Nancy Greenberg Swarnapriya

More information

Oracle Service Bus 10g R3: Design & Integrate Services for SOA

Oracle Service Bus 10g R3: Design & Integrate Services for SOA Oracle Service Bus 10g R3: Design & Integrate Services for SOA Student Guide D56299GC11 Edition 1.1 November 2010 D69834 Authors Bill Bunch Tom Hardy Technical Contributors and Reviewer s Werner Bauer

More information

Siebel 8.1.x Fundamentals Student Guide

Siebel 8.1.x Fundamentals Student Guide Siebel 8.1.x Fundamentals Student Guide D72466GC10 Edition 1.0 April 2011 Part Number - Applied Copyright 2011, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

Oracle Database 11g: Backup and Recovery Workshop

Oracle Database 11g: Backup and Recovery Workshop Oracle Database 11g: Backup and Recovery Workshop Student Guide D71862GC10 Edition 1.0 March 2011 D72508 Authors Donna Keesling James Spiller Technical Contributors and Reviewers Christopher D. Andrews

More information

Oracle GoldenGate 11g: Fundamentals for SQL Server Student Guide

Oracle GoldenGate 11g: Fundamentals for SQL Server Student Guide Oracle GoldenGate 11g: Fundamentals for SQL Server Student Guide D66523GC20 Edition 2.0 September 2012 D79012 Author Steve Friedberg Technical Contributors and Reviewers Mack Bell Chris Lawless Sue Jang

More information

Oracle Application Server 10g R3: Administration

Oracle Application Server 10g R3: Administration Oracle Application Server 10g R3: Administration Volume I Student Guide D44381GC10 Production 1.0 July 2006 D46707 Author Saurabh Banerjee Technical Contributors and Reviewers Celia Antonio Mary Bryksa

More information

Oracle GoldenGate 11g Fundamentals for Oracle

Oracle GoldenGate 11g Fundamentals for Oracle Oracle GoldenGate 11g Fundamentals for Oracle Student Guide D66519GC10 Edition 1.0 February 2011 D72291 Disclaimer This document contains proprietary information and is protected by copyright and other

More information

Oracle BI 11g R1: Build Repositories

Oracle BI 11g R1: Build Repositories Oracle BI 11g R1: Build Repositories Volume I - Student Guide D63514GC11 Edition 1.1 June 2011 D73309 Author Jim Sarokin Technical Contributors and Reviewers Marla Azriel Roger Bolsius Bob Ertl Alan Lee

More information

Oracle Database 11g: SQL Fundamentals I

Oracle Database 11g: SQL Fundamentals I Oracle Database 11g: SQL Fundamentals I Volume I Student Guide D49996GC11 Edition 1.1 April 2009 D59980 Authors Puja Singh Brian Pottle Technical Contributors and Reviewers Claire Bennett Tom Best Purjanti

More information

Oracle SQL Developer. Oracle TimesTen In-Memory Database Support User's Guide Release 18.2 E

Oracle SQL Developer. Oracle TimesTen In-Memory Database Support User's Guide Release 18.2 E Oracle SQL Developer Oracle TimesTen In-Memory Database Support User's Guide Release 18.2 E71314-03 July 2018 Oracle SQL Developer Oracle TimesTen In-Memory Database Support User's Guide, Release 18.2

More information

TimesTen to TimesTen Replication Guide Release 7.0 B

TimesTen to TimesTen Replication Guide Release 7.0 B TimesTen to TimesTen Replication Guide Release 7.0 B31684-01 For the latest updates, refer to the TimesTen release notes. Copyright 1996, 2007, Oracle. All rights reserved. ALL SOFTWARE AND DOCUMENTATION

More information

Oracle Application Express: Administration Student Guide

Oracle Application Express: Administration Student Guide Oracle Application Express: Administration Student Guide D56361GC10 Edition 1.0 June 2011 D73408 Author Salome Clement Technical Contributors and Reviewers Veerabhadra Rao Putrevu Manish Pawar Chaitanya

More information

Oracle Exalogic Elastic Cloud 2.x: System Administration

Oracle Exalogic Elastic Cloud 2.x: System Administration Oracle Exalogic Elastic Cloud 2.x: System Administration Student Guide D77799GC20 Edition 2.0 April 2014 D85909 Author TJ Palazzolo Technical Contributors and Reviewers Jose Alvarez Diganta Choudhury Rick

More information

Oracle Database 11g: Oracle Secure Backup

Oracle Database 11g: Oracle Secure Backup Oracle Database 11g: Oracle Secure Backup Volume I Student Guide D57258GC10 Edition 1.0 March 2009 Part Number Author Maria Billings Technical Contributors and Reviewers Christian Bauwens Donna Cooksey

More information

Oracle TimesTen Application-Tier Database Cache

Oracle TimesTen Application-Tier Database Cache Oracle TimesTen Application-Tier Database Cache User's Guide 11g Release 2 (11.2.2) E21634-12 October 2014 Oracle TimesTen Application-Tier Database Cache User's Guide, 11g Release 2 (11.2.2) E21634-12

More information

Oracle Communication and Mobility Server: Introduction Student Guide

Oracle Communication and Mobility Server: Introduction Student Guide Oracle Communication and Mobility Server: Introduction Student Guide D52943GC10 Edition 1.0 January 2008 D54065 Author Viktor Tchemodanov Technical Contributors and Reviewers Christer Fahlgren Adam Odessky

More information

TimesTen to TimesTen Replication Guide Release 6.0 B

TimesTen to TimesTen Replication Guide Release 6.0 B TimesTen to TimesTen Replication Guide Release 6.0 B25272-03 For the latest updates, refer to the TimesTen release notes. Copyright 1996, 2006, Oracle. All rights reserved. ALL SOFTWARE AND DOCUMENTATION

More information

Oracle Application Server 10g R2: Administration II

Oracle Application Server 10g R2: Administration II Oracle Application Server 10g R2: Administration II Student Guide Volume 1 D16509GC30 Edition 3.0 October 2006 D47633 Authors Ramaa Mani Shankar Raman Technical Contributors and Reviewers Celia Antonio

More information

Oracle Data Integrator 11g: Integration and Administration Student Guide - Volume I

Oracle Data Integrator 11g: Integration and Administration Student Guide - Volume I Oracle Data Integrator 11g: Integration and Administration Student Guide - Volume I D64974GC20 Edition 2.0 September 2012 D78954 Author Richard Green Technical Contributors and Reviewers Alex Kotopoulis

More information

MySQL Performance Tuning

MySQL Performance Tuning MySQL Performance Tuning Student Guide D61820GC30 Edition 3.0 January 2017 D89524 Learn more from Oracle University at education.oracle.com Authors Mark Lewin Jeremy Smyth Technical Contributors and Reviewers

More information

Oracle Data Modeling and Relational Database Design Volume I Student Guide

Oracle Data Modeling and Relational Database Design Volume I Student Guide Oracle Data Modeling and Relational Database Design Volume I Student Guide D56497GC10 Edition 1.0 May 2010 D67007 Author Marcie Young Technical Contributors and Reviewer s Sue Harper Philip Stoyanov Nancy

More information

Oracle Service Bus 10g R3: System Administration

Oracle Service Bus 10g R3: System Administration Oracle Service Bus 10g R3: System Administration Student Guide D56301GC11 Edition 1.1 November 2010 D69775 Authors Bill Bunch Bijoy Choudhury Swarnapriya Shridhar Technical Contributor and Reviewer Tom

More information

Using Java - for PL/SQL and Database Developers Student Guide

Using Java - for PL/SQL and Database Developers Student Guide Using Java - for PL/SQL and Database Developers Student Guide D71990GC10 Edition 1.0 June 2011 D73403 Authors Priya Shridhar Prathima Trivedi Technical Contributors and Reviewers Andrew Rothstein Ashok

More information

Oracle VM Server for x86: Administration

Oracle VM Server for x86: Administration Oracle VM Server for x86: Administration Student Guide D85765GC10 Edition 1.0 August 2014 D87627 Author Michele Lemieux Dady Editors Daniel Milne Vijayalakshmi Narasimhan Graphic Designer Divya Thallap

More information

Oracle In-Memory Database Cache

Oracle In-Memory Database Cache Oracle In-Memory Database Cache User's Guide Release 11.2.1 E13073-08 April 2010 Oracle In-Memory Database Cache User's Guide, Release 11.2.1 E13073-08 Copyright 2010, Oracle and/or its affiliates. All

More information

Oracle Database 11g: SQL Tuning Workshop. Student Guide

Oracle Database 11g: SQL Tuning Workshop. Student Guide Oracle Database 11g: SQL Tuning Workshop Student Guide D52163GC10 Edition 1.0 June 2008 Author Jean-François Verrier Technical Contributors and Reviewers Muriel Fry (Special thanks) Joel Goodman Harald

More information

Oracle TimesTen In-Memory Database

Oracle TimesTen In-Memory Database Oracle TimesTen In-Memory Database Operations Guide 11g Release 2 (11.2.2) E21633-06 May 2013 Oracle TimesTen In-Memory Database Operations Guide, 11g Release 2 (11.2.2) E21633-06 Copyright 1996, 2013,

More information

Oracle In-Memory Database Cache

Oracle In-Memory Database Cache Oracle In-Memory Database Cache User's Guide 11g Release 2 (11.2.2) E21634-05 September 2012 Oracle In-Memory Database Cache User's Guide, 11g Release 2 (11.2.2) E21634-05 Copyright 2012, Oracle and/or

More information

Oracle WebLogic Server 11g: Overview for WLS Administrators

Oracle WebLogic Server 11g: Overview for WLS Administrators Oracle WebLogic Server 11g: Overview for WLS Administrators Student Guide D60811GC10 Edition 1.0 July 2009 D61310 Authors Steve Friedberg T J Palazzolo Shankar Raman Technical Contributors and Reviewers

More information

Oracle Database 10g: PL/SQL Fundamentals

Oracle Database 10g: PL/SQL Fundamentals Oracle Database 10g: PL/SQL Fundamentals Volume 1 Student Guide D17112GC21 Edition 2.1 December 2006 D48243 Authors Tulika Srivastava Sunitha Patel Technical Contributors and Reviewers Chaitanya Koratamaddi

More information

Oracle BI Publisher 10g R3: Fundamentals

Oracle BI Publisher 10g R3: Fundamentals Oracle BI Publisher 10g R3: Fundamentals Student Guide D53147GC10 Edition 1.0 February 2008 D54122 Authors Padmaja Mitravinda Brian Pottle Technical Contributors and Reviewers Leta Davis Tim Dexter Mike

More information

Analytics: Server Architect (Siebel 7.7)

Analytics: Server Architect (Siebel 7.7) Analytics: Server Architect (Siebel 7.7) Student Guide June 2005 Part # 10PO2-ASAS-07710 D44608GC10 Edition 1.0 D44917 Copyright 2005, 2006, Oracle. All rights reserved. Disclaimer This document contains

More information

Oracle Content Server 11g: Administration

Oracle Content Server 11g: Administration Oracle Content Server 11g: Administration Volume I Student Guide D63093GC10 Edition 1.0 June 2011 D68962 Authors Saskia Nehls Marsha Hancock Deepa Pottangadi Technical Contributors and Reviewers Vijay

More information

Oracle Forms Developer 10g: Move to the Web

Oracle Forms Developer 10g: Move to the Web Oracle Forms Developer 10g: Move to the Web Student Guide D17364GC10 Edition 1.0 December 2005 D22796 Author Pam Gamer Technical Contributors and Reviewers Charles Bryant Orlando Cordero Kathryn Cunningham

More information

E Oracle 10g Java Bootcamp I v1

E Oracle 10g Java Bootcamp I v1 E Oracle 10g Java Bootcamp I v1 Student Guide Volume 1 D22059GC10 Edition 1.0 October 2005 D22281 Authors Jeff Gallus Glenn Stokol Editor Gayathri Rajagopal Technical Contributors and Reviewers Kenneth

More information

Oracle WebLogic Server 12c: Administration I

Oracle WebLogic Server 12c: Administration I Oracle WebLogic Server 12c: Administration I Student Guide Volume 1 D80149GC10 Edition 1.0 July 2013 D82757 Authors Bill Bell Elio Bonazzi TJ Palazzolo Steve Friedberg Technical Contributors and Reviewers

More information

Oracle 10g: Java Programming

Oracle 10g: Java Programming Oracle 10g: Java Programming Volume 1 Student Guide D17249GC12 Edition 1.2 July 2005 D19367 Author Kate Heap Technical Contributors and Reviewers Ken Cooper Brian Fry Jeff Gallus Glenn Maslen Gayathri

More information

Oracle Spatial: Advanced Student Guide

Oracle Spatial: Advanced Student Guide Oracle Spatial: Advanced Student Guide D56784GC10 Edition 1.0 February 2009 D58425 Authors Daniel Geringer Puja Singh Technical Contributors and Reviewers Daniel Abugov Christian Bauwens William Beauregard

More information

Oracle SQL Developer TimesTen In-Memory Database Support. Changes for Release 3.0 from Release 2.1.1

Oracle SQL Developer TimesTen In-Memory Database Support. Changes for Release 3.0 from Release 2.1.1 Oracle SQL Developer TimesTen In-Memory Database Support Release Notes Release 3.0 Early Adopter 1 E18439-01 September 2010 This document provides late-breaking information as well as information that

More information

Oracle Database 10g: PL/SQL Fundamentals

Oracle Database 10g: PL/SQL Fundamentals Oracle Database 10g: PL/SQL Fundamentals Volume I Student Guide D17112GC30 Edition 3.0 April 2009 D59413 Authors Salome Clement Sunitha Patel Tulika Srivastava Technical Contributors and Reviewers Brian

More information

Oracle Database 12c: Install and Upgrade Workshop

Oracle Database 12c: Install and Upgrade Workshop Oracle Database 12c: Install and Upgrade Workshop Student Guide D77766GC10 Edition 1.0 July 2013 D82686 Authors Donna Keesling Dominique Jeunot James Spiller Technical Contributors and Reviewers Roy Swonger

More information

Oracle In-Memory Database Cache

Oracle In-Memory Database Cache Oracle In-Memory Database Cache User's Guide 11g Release 2 (11.2.2) E21634-06 May 2013 Oracle In-Memory Database Cache User's Guide, 11g Release 2 (11.2.2) E21634-06 Copyright 2012, 2013, Oracle and/or

More information

Oracle Application Testing Suite: Introduction Student Guide

Oracle Application Testing Suite: Introduction Student Guide Oracle Application Testing Suite: Introduction Student Guide D55447GC10 Edition 1.0 August 2008 D55981 Copyright 2008, Oracle. All rights reserved. Disclaimer This document contains proprietary information

More information

Oracle Data Integrator 11g: Advanced Integration and Development Student Guide

Oracle Data Integrator 11g: Advanced Integration and Development Student Guide Oracle Data Integrator 11g: Advanced Integration and Development Student Guide D78191GC10 Edition 1.0 Febraury 2013 D80589 Author Viktor Tchemodanov Technical Contributors and Reviewers Denis Gray Alex

More information

Oracle Database 11g: Use XML DB

Oracle Database 11g: Use XML DB Oracle Database 11g: Use XML DB Volume I Student Guide D52498GC10 Edition 1.0 July 2008 D55322 Authors Chaitanya Koratamaddi Salome Clement Technical Contributors and Reviewers Drew Adams Coby Adams Rohan

More information

Oracle BPM 10g R3 Programming 1 Essentials

Oracle BPM 10g R3 Programming 1 Essentials Oracle BPM 10g R3 Programming 1 Essentials Volume I Student Guide D55633GC10 Edition 1.0 March 2009 D58927 Authors Jill Moritz Kenny Somerville Technical Contributors and Reviewers Fernando Dobladez Carolina

More information

Oracle Adaptive Access Manager: Administration Student Guide

Oracle Adaptive Access Manager: Administration Student Guide Oracle Adaptive Access Manager: Administration Student Guide D70569GC10 Edition 1.0 October 2008 D56328 Authors Steve Friedberg Shankar Raman Technical Contributors and Reviewers Philip Garm Steve Jackle

More information

Oracle TimesTen In-Memory Database

Oracle TimesTen In-Memory Database Oracle TimesTen In-Memory Database Operations Guide 11g Release 2 (11.2.2) E21633-03 December 2011 Oracle TimesTen In-Memory Database Operations Guide, 11g Release 2 (11.2.2) E21633-03 Copyright 1996,

More information

Java Performance Tuning and Optimization Student Guide

Java Performance Tuning and Optimization Student Guide Java Performance Tuning and Optimization Student Guide D69518GC10 Edition 1.0 June 2011 D73450 Disclaimer This document contains proprietary information and is protected by copyright and other intellectual

More information

UNIX and Linux Essentials Student Guide

UNIX and Linux Essentials Student Guide UNIX and Linux Essentials Student Guide D76989GC10 Edition 1.0 June 2012 D77816 Authors Uma Sannasi Pardeep Sharma Technical Contributor and Reviewer Harald van Breederode Editors Anwesha Ray Raj Kumar

More information

OracleAS 10g R3: Build J2EE Applications II

OracleAS 10g R3: Build J2EE Applications II OracleAS 10g R3: Build J2EE Applications II Volume I Student Guide D18380GC10 Edition 1.0 April 2006 D45763 Authors David Loo Glenn Stokol Technical Contributors and Reviewers Michael Burke Dr. Ken Cooper

More information

Oracle In-Memory Database Cache

Oracle In-Memory Database Cache Oracle In-Memory Database Cache Introduction Release 11.2.1 E14261-09 August 2011 Oracle In-Memory Database Cache Introduction, Release 11.2.1 E14261-09 Copyright 2011, Oracle and/or its affiliates. All

More information

Oracle SOA Suite 10g R3: Administration. Student Guide

Oracle SOA Suite 10g R3: Administration. Student Guide Oracle SOA Suite 10g R3: Administration Student Guide D53181GC10 Edition 1.0 January 2009 Authors Ramaa Mani Saurabh Banerjee Technical Contributors and Reviewers Todd Bao David Berry Steve Button Bijoy

More information

Oracle TimesTen In-Memory Database

Oracle TimesTen In-Memory Database Oracle TimesTen In-Memory Database Operations Guide Release 18.1 E61195-06 January 2019 Oracle TimesTen In-Memory Database Operations Guide, Release 18.1 E61195-06 Copyright 1996, 2019, Oracle and/or its

More information

Oracle Spatial 10g: Advanced

Oracle Spatial 10g: Advanced Oracle Spatial 10g: Advanced Volume I Student Guide D18959GC20 Edition 2.0 November 2005 D22663 Author Daniel Abugov Daniel Geringer Technical Contributors and Reviewers Thomas Hoogerwerf Christine Jeal

More information

Oracle TimesTen In-Memory Database

Oracle TimesTen In-Memory Database Oracle TimesTen In-Memory Database Release Notes 11g Release 2 (11.2.2) E21630-93 December 2014 This document provides late-breaking information for TimesTen 11.2.2.8.0, as well as information that is

More information

Sun Virtualization: Solaris 10 Containers Administration

Sun Virtualization: Solaris 10 Containers Administration Sun Virtualization: Solaris 10 Containers Administration Student Guide SA-355-S10 Rev A.1 D61772GC11 Edition 1.1 D65087 Copyright 2009, 2010, Oracle and/or its affiliates. All rights reserved. Disclaimer

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into 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 to deliver any material,

More information

Oracle Database 11g: Data Guard Administration

Oracle Database 11g: Data Guard Administration D52161GC30 Edition 3.0 May 2010 D67578 Oracle Database 11g: Data Guard Administration Student Guide Authors Mark Fuller Donna K. Keesling Technical Contributors and Reviewers Todd Bao Harald van Breederode

More information

Oracle TimesTen Application-Tier Database Cache

Oracle TimesTen Application-Tier Database Cache Oracle TimesTen Application-Tier Database Cache Introduction 11g Release 2 (11.2.2) E21631-06 June 2014 Oracle TimesTen Application-Tier Database Cache Introduction, 11g Release 2 (11.2.2) E21631-06 Copyright

More information

Oracle 11g: XML Fundamentals

Oracle 11g: XML Fundamentals Oracle 11g: XML Fundamentals Student Guide D52500GC10 Edition 1.0 December 2007 D53762 Authors Chaitanya Koratamaddi Salome Clement Technical Contributors and Reviewers Bijoy Choudhury Isabelle Cornu Ken

More information

OracleAS 10g R3: Java Programming

OracleAS 10g R3: Java Programming OracleAS 10g R3: Java Programming Volume I Student Guide D18382GC20 Edition 2.0 April 2007 D50171 Authors Patrice Daux Kate Heap Technical Contributors and Reviewers Ken Cooper C Fuller Vasily Strelnikov

More information

E Oracle 10g Java Bootcamp II v1

E Oracle 10g Java Bootcamp II v1 E Oracle 10g Java Bootcamp II v1 Volume I Student Guide D22061GC10 Edition 1.0 October 2005 D22332 Author Lynn Munsinger Sunitha Patel Technical Contributors and Reviewers Anna Atkinson Scott Brewton Kenneth

More information

Oracle Database 12c: SQL Tuning for Developers

Oracle Database 12c: SQL Tuning for Developers Oracle Database 12c: SQL Tuning for Developers Student Guide Volume I D79995GC10 Edition 1.0 December 2016 D84109 Learn more from Oracle University at education.oracle.com Author Dimpi Rani Sarmah Technical

More information

Sun Java System Application Server 8.1: Administration & Deployment

Sun Java System Application Server 8.1: Administration & Deployment Sun Java System Application Server 8.1: Administration & Deployment Student Guide - Volume I IAS-4444 Rev A D62040GC10 Edition 1.0 D63846 Copyright 2006, 2009, Oracle and/or its affiliates. All rights

More information

Business Component Development with EJB Technology, Java EE 5

Business Component Development with EJB Technology, Java EE 5 Business Component Development with EJB Technology, Java EE 5 Student Guide SL-351-EE5 REV D.2 D61838GC10 Edition 1.0 D62447 Copyright 2008, 2009, Oracle and/or its affiliates. All rights reserved. Disclaimer

More information

Sun Certified System Administrator for the Solaris 10 OS Bootcamp

Sun Certified System Administrator for the Solaris 10 OS Bootcamp Sun Certified System Administrator for the Solaris 10 OS Bootcamp Student Guide - Volume 3 SA-997 Rev A (SA-202-S10-C.2) D63735GC10 Edition 1.0 D64505 Copyright 2008, 2010, Oracle and/or its affiliates.

More information

Oracle WebCenter Sites 11g for Developers

Oracle WebCenter Sites 11g for Developers Oracle WebCenter Sites 11g for Developers Student Guide D78300GC10 Edition 1.0 August 2012 D78723 Author Jenny Wongtangswad Technical Contributors and Reviewers Deirdre Duffy Heike Hundt Lee Klement Michael

More information

Siebel Application Deployment Manager Guide. Version 8.0, Rev. A April 2007

Siebel Application Deployment Manager Guide. Version 8.0, Rev. A April 2007 Siebel Application Deployment Manager Guide Version 8.0, Rev. A April 2007 Copyright 2005, 2006, 2007 Oracle. All rights reserved. The Programs (which include both the software and documentation) contain

More information

Java Programming Language

Java Programming Language Java Programming Language Additional Material SL-275-SE6 Rev G D61750GC10 Edition 1.0 D62603 Copyright 2007, 2009, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

MySQL and PHP - Developing Dynamic Web Applications

MySQL and PHP - Developing Dynamic Web Applications MySQL and PHP - Developing Dynamic Web Applications Student Guide SQL-4405 Rev 2.0 D62048GC10 Edition 1.0 D63883 Copyright 2010, Oracle and/or its affiliates. All rights reserved. Disclaimer This document

More information

Oracle BI Publisher 11g R1: Fundamentals

Oracle BI Publisher 11g R1: Fundamentals Oracle BI Publisher 11g R1: Fundamentals Volume I Student Guide D68420GC10 Edition 1.0 June 2011 D73304 Authors Lea Shaw Sindhu Rao Technical Contributors and Reviewers Timothy McGlue Nikos Psomas Pradeep

More information

Oracle Customer Care. Implementation Guide. Release 11i. August, 2000 Part No. A

Oracle Customer Care. Implementation Guide. Release 11i. August, 2000 Part No. A Oracle Customer Care Implementation Guide Release 11i August, 2000 Part No. A86218-01 Oracle Customer Care Implementation Guide, Release 11i Part No. A86218-01 Copyright 1996, 2000, Oracle Corporation.

More information

Oracle Database 11g: RAC Administration

Oracle Database 11g: RAC Administration Oracle Database 11g: RAC Administration Student Guide D50311GC40 Edition 4.0 December 2012 D78200 Authors James Womack James Spiller Technical Contributors and Reviewers Christopher Andrews Christian Bauwens

More information

R12.x Oracle Order Management Fundamentals Student Guide

R12.x Oracle Order Management Fundamentals Student Guide R12.x Oracle Order Management Fundamentals Student Guide D60267GC10 Edition 1.0 May 2010 D66322 Copyright 2010, Oracle. All rights reserved. Disclaimer This document contains proprietary information and

More information

TimesTen Cache Connect to Oracle Guide Release 6.0 B

TimesTen Cache Connect to Oracle Guide Release 6.0 B TimesTen Cache Connect to Oracle Guide Release 6.0 B25270-03 For the latest updates, refer to the TimesTen release notes Copyright 1996, 2006, Oracle. All rights reserved. ALL SOFTWARE AND DOCUMENTATION

More information

<Insert Picture Here> Value of TimesTen Oracle TimesTen Product Overview

<Insert Picture Here> Value of TimesTen Oracle TimesTen Product Overview Value of TimesTen Oracle TimesTen Product Overview Shig Hiura Sales Consultant, Oracle Embedded Global Business Unit When You Think Database SQL RDBMS Results RDBMS + client/server

More information

Oracle9i Database: Advanced Instance Tuning

Oracle9i Database: Advanced Instance Tuning Oracle9i Database: Advanced Instance Tuning Student Guide D16442GC10 Edition 1.0 December 2002 D37574 Authors Lex de Haan Joel Goodman Technical Contributors and Reviewers Scott Gossett Christine Jeal

More information

Oracle Database. Products Available on the Oracle Database Examples Media. Oracle Database Examples. Examples Installation Guide 11g Release 1 (11.

Oracle Database. Products Available on the Oracle Database Examples Media. Oracle Database Examples. Examples Installation Guide 11g Release 1 (11. Oracle Database Examples Installation Guide 11g Release 1 (11.1) E10402-03 August 2008 This document describes how to install and configure the products available on the Oracle Database Examples media.

More information