Oracle Buys Open Source Software Company Sleepycat Expands Embedded Database Product Line with Be

Size: px
Start display at page:

Download "Oracle Buys Open Source Software Company Sleepycat Expands Embedded Database Product Line with Be"

Transcription

1 Oracle Press Release Contact(s): Letty Ledbetter Oracle Bob Wynne Oracle Oracle Buys Open Source Software Company Sleepycat Expands Embedded Database Product Line with Be REDWOOD SHORES, Calif., 14-FEB-2006 Oracle today announced that it has added Berkeley DB to its embedded database product line which includes Oracle Lite for mobile devices and Oracle TimesTen for high performance in-memory database applications. "Sleepycat's products enhance Oracle's market-leading database product family by offering enterprise-class support to customers who need to embed a fast, reliable database at a lower cost," said Andrew Mendelsohn, senior vice president, Oracle Database Server Technologies. "We're very excited to join the world's largest enterprise software company and the industry's leading database company," said Mike Olson, CEO of Sleepycat Software. "Sleepycat's products, customer base and proven business model, combined with Oracle's tremendous expertise, complementary technology and resources, will allow us to better serve the needs of our customers and the open source community." According to Carl Olofson of IDC's research, "The embedded database market was projected last year to be just over $2 billion in 2005 and forecasted to grow to over $3.2 billion by the year This market is very diverse, and the technologies tend to be quite specialized. Sleepycat's Berkeley DB complements Oracle TimesTen and Oracle Lite, allowing Oracle to address a broad range of segments within the embedded DBMS market." Sleepycat Software's Berkeley DB is the most widely used open source database in the world with deployments estimated at more than 200 million. Berkeley DB is distributed under a dual license model, i.e. available under a public license and also available under a commercial license. Well-known open source projects such as the Linux and BSD UNIX operating systems, Apache web server, OpenLDAP directory, OpenOffice productivity software, and many others embed Berkeley DB technology. Terms of the transaction were not disclosed. From 14 February 2006

2 About Oracle Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. For more information about Oracle, please visit our Web site at # # # Trademarks 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. The above 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, code, or functionality, and should not be relied upon in making purchasing decision. The development, release, and timing of any features or functionality described for Oracle's products remains at the sole discretion of Oracle. From 14 February 2006

3 Overview and Frequently Asked Questions OVERVIEW Oracle Buys Open Source Software Company Sleepycat - Expands Embedded Database Product Line with Berkeley DB Oracle has expanded its embedded database offerings through the acquisition of Sleepycat Software, Inc., a privately held supplier of open source database software for developers of embedded applications. With the proliferation of new applications, devices, appliances, Web Services and highly available Software as a Service (SaaS), there is significant and growing demand for embedded databases. In addition to Oracle Database Lite Edition for mobile devices and Oracle TimesTen In-Memory Database for highly dynamic, standards-compliant applications, Oracle now adds Berkeley DB database products for developers of tightly embedded, highly customized applications. Berkeley DB is added to the Oracle product line through the acquisition of Sleepycat Software. Oracle s portfolio of embedded database technologies provide customers with a range of technical options to meet their diverse needs, with the backing of a global support organization. Oracle and Sleepycat s complementary products, expertise and resources will help accelerate innovation and provide customers with richer, more complete solutions. Oracle currently intends to continue Sleepycat s dual license model and plans to continue to invest in the Berkeley DB products and support offerings, and to utilize Oracle s global channel reach to service even more customers. In conjunction with the expansion of available embedded database options, Oracle has formed a global initiative focused on marketing, selling and servicing the Oracle Lite, TimesTen and Berkeley DB products. This will include support procedures and product release cycles tuned to the rapid-response needs of embedded systems developers, and packaging and pricing flexibility that adjusts to the needs of Oracle s partners. Copyright 2006, Oracle. All rights reserved. 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.

4 FREQUENTLY ASKED QUESTIONS OVERVIEW QUESTIONS Q: Who is Sleepycat? A: Sleepycat Software makes Berkeley DB, the most widely used open source embedded database in the world with over 200 million deployments. Through a dual licensing model, Berkeley DB gained very broad adoption through open source distribution and, at the same time, Sleepycat was able to fund further development and growth through commercial licenses and support revenue. Sleepycat's customers include telecom and networking leaders such as Cisco, Motorola and Ericsson, computing giants such as Sun, HP, Hitachi and Fujitsu, e- business cornerstones such as Google, Amazon.com, AOL and Yahoo, and storage leaders such as EMC and Symantec. Berkeley DB is also widely used in open source projects, including all versions of Linux and BSD UNIX, OpenLDAP, sendmail, Kerberos, various Apache projects, Subversion, MySQL, OpenOffice and many others. Sleepycat's key customer deployments include: Telecommunications Internet and enterprise infrastructure software Storage and systems management Security Financial Services E-business In these segments, applications addressed by Berkeley DB share a common set of requirements: Low latency and high throughput under extreme load Unattended operation High availability and automatic failure recovery Local, in-process storage, not remote or network based storage Predictable access patterns (static queries over dynamic data) Low cost of ownership The Oracle TimesTen In-Memory Database, acquired in June of 2005, also supports embedded applications - those requiring the flexibility and standards of a relational database and the SQL query language. Together, Berkeley DB and Oracle TimesTen, along with Oracle Lite Edition for mobile devices, encompass a more complete range of embedded database applications, and complement Oracle s family of enterprise database systems. Oracle s database offerings now address a broader range of requirements, from mobile devices to embedded and edge systems to large-scale transactional systems, content managers and data warehouses. Q: What products does Sleepycat develop and support? A: The Berkeley DB family consists of three products: Berkeley DB Transactional storage engine for un-typed data in basic key/value data structures. Berkeley DB Java Edition Pure Java version of Berkeley DB providing nearly identical features, but with a different architecture optimized for the Java environment. Berkeley DB XML Native XML database with XQuery-based access to documents stored in containers and indexed based on their content. Berkeley DB XML uses Berkeley DB as its underlying storage engine. Q: What is embedded database software? A: Embedded databases are distinguished from conventional, client/ server databases by the fact that they store data locally instead of on a separate server, run in process with the application and do not require human administration. Embedded databases do not require a separate installation, configuration or administration, since the applications in which they are embedded automatically perform those functions. Embedded databases are found in a broad range of areas, but are generally invisible to users. These include devices, appliances and equipment, inside desktop software and enterprise software, within telecommunications and networking gear, in the distributed components of a Service Oriented Architecture, and in highly available websites that deliver software as a service. Many embedded applications are in industries that require 24x7 system availability and very high performance and thus require such provisions in the embedded database as well.

5 FREQUENTLY ASKED QUESTIONS Q: How will Berkeley DB complement Oracle s database products? A: Berkeley DB, Oracle TimesTen and Oracle Lite Edition are all embedded database products with different design goals. Both Oracle TimesTen and Berkeley DB are designed for use in serverbased, multi-user systems, however Berkeley DB is optimized for edge applications, such as those in network routers and gateways, network management systems, security and search appliances, and mobile services. Berkeley DB is best used for predictable, static queries against dynamic data. Because Berkeley DB can store data in-memory and on-disk, it can manage very large databases. Oracle TimesTen implements the relational model and SQL query language in an embedded database footprint, with a focus on dynamic queries and Oracle compatibility. Oracle TimesTen holds data entirely in-memory, and optimizes performance for that condition to achieve very fast, real-time speeds. However, the database must fit entirely in RAM, which means a practical limit of tens of gigabytes in size. In addition to its use in stand-alone systems, Oracle TimesTen is often used in conjunction with an Oracle Database for real-time caching of the most active Oracle data. Oracle Lite is designed for use in mobile devices, generally for single-user applications that are often disconnected and must be periodically synchronized with corporate data. Q: How is the combination of Oracle and Sleepycat expected to benefit customers? A: Customers will have a broader range of options to meet their needs. Oracle s complementary products, expertise and resources will help accelerate innovation and provide customers with richer, more complete solutions. Oracle intends to continue to invest in and expand the Berkeley DB products and support offerings, and to utilize Oracle s global channel reach to service companies that Sleepycat was unable to target. In the future, Sleepycat customers will have access to Oracle s global services organization with over 6,000 support staff in 16 support centers around the world. Many of Sleepycat s customers are also users of other Oracle products. Now they will have a single point of contact to cover a broader range of their software portfolio. BUSINESS CONTINUITY Q: Can I still purchase Sleepycat products? A: Yes. Currently, there are no plans to discontinue any of Sleepycat s products. Please see for additional information. Q: Will Sleepycat s software continue to be available under the open source license? A: Yes, Oracle currently intends to continue Sleepycat s dual license model and to make the source code available for all Berkeley DB products. Oracle has been involved in open source projects for many years, and views the addition of Sleepycat s open source products and community as an important part of this strategy. Sleepycat's presence in so many open source projects and strong reputation in the open source community are very important to Oracle. Q: Will Berkeley DB continue to be included in the many open source projects that include it today? A: Those decisions are up to the owners of those projects, but Oracle intends to fully support these relationships and encourage the continued use of Berkeley DB in open source projects. Q: Can Sleepycat customers continue to call Sleepycat for support, professional services and sales? A: Yes. Oracle s primary goal is 100% customer satisfaction. Oracle will ensure customers have continuity in support and services. Customers should continue to use existing contacts for support, professional services, and sales to address immediate and ongoing needs. Should there be any changes in the future, Oracle will communicate all changes and transitions well in advance through these familiar channels.

6 4 FREQUENTLY ASKED QUESTIONS Q: What is the acquisition integration timeline? A: The transaction has already closed, and Oracle expects that all Sleepycat employees will transition to Oracle. Over the next few months, some employees and business functions will be merged into their respective Oracle organizations. Most of these moves will be largely invisible to Sleepycat partners and customers, and are targeted at leveraging the scale and efficiencies of existing Oracle functions. The Sleepycat website will remain the primary interface to the community for the foreseeable future. Q: Will Sleepycat customer contracts be honored? A: Yes. Oracle intends to continue to honor the terms and conditions of existing Sleepycat agreements. Q: What is the purchase price? A: The terms are confidential and will not be publicly disclosed. Q: What happens next? A: We plan to continue communicating with Sleepycat customers and partners throughout the integration process to deliver timely updates. Please continue to contact your Sleepycat representative. If you would like to speak with Oracle or have questions about the acquisition, please us at Or, call the Oracle customer care line at ; outside the US and Canada dial , or visit our website at oracle. com/sleepycat. The above is for informational purposes and may not be incorporated into a contract Copyright 2006, Oracle. All rights reserved. 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.

7 1

8 Disclaimer This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described in this document remains at the sole discretion of Oracle. This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. This document and information contained herein may not be disclosed, copied, reproduced or distributed to anyone outside Oracle without prior written consent of Oracle. This document is not part of your license agreement nor can it be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. 2

9 Oracle and Sleepycat Embedded Database Announcement February 14,

10 What We Are Announcing Oracle has acquired Sleepycat Software Terms undisclosed About Sleepycat Berkeley DB - open source database software for developers of embedded applications Optimized for edge applications in Telecom, High-tech and major Web properties Dual-license model: open source and commercial In business over 9 years; 25 employees Consistently profitable 4

11 Comprehensive Embedded Offering Berkeley DB is a leader in data management for embedded edge applications Complements other Oracle embedded products Oracle TimesTen In-Memory Database Oracle Database Lite Edition Completes the range of Oracle s embedded database solutions Outstanding customer roster Strong reputation in the open source community Deep technical skills from industry veterans 5

12 Covering the Full Embedded Range Embedded Applications Devices Edge Applications Core Applications Mobile Devices Consumer Electronics Gateways / Routers / Switches Storage & Systems Management Security / Authentication Mobile Services Software Appliances Telecom OSS/BSS E-business Core Networking Systems Securities Trading Call Centers / CRM Supply Chain / Logistics Reservations 6

13 Berkeley DB Product Family Berkeley DB extension providing XQuery-based access to XML documents The original transactional storage engine for applications developed with C, C++, Java, PHP, Perl, Python, etc. Transactional storage engine written in Java and optimized for Java environments 7

14 Berkeley DB Product Features Berkeley DB Feature User Benefit Data stored in application-native format Programmatic API, no SQL In process, not client-server Zero administration Locking ACID transactions and recovery Source code availability Performance, no translation required Performance, flexibility/control Performance, no IPC required Low cost of ownership High concurrency Reliability, data integrity Ease of integration 8

15 Outstanding Customer Roster Devices/ Appliances Telecom Infrastructure Networking Security Enterprise Storage & Infrastructure Systems Mgmt Enterprises E-Business Financial Services Berkeley DB 9

16 Single Sign-On & Personalization Google Accounts Gmail Google Talk Google Groups Google Alerts Froogle Shopping List Personalized Search Personalized Homepage Orkut social networking Google Answers Google Web APIs Others Berkeley DB High Availability powers all of Google s personalized services 10

17 Sun Microsystems Standardizes on Berkeley DB Java Enterprise System Directory Server Messaging Server Calendar Server Identity Server Portal Server Java Desktop System StarOffice Ximian Evolution ( /pim) Mozilla (mail/news) GNOME desktop Hundreds of applications included with Linux StorageTek Flexline also uses Berkeley DB 11

18 Strong Open Source Reputation Operating Systems Infrastructure Applications Tools Programming Languages Apache Web Server, Directory, et al Productivity suite Mail server (MTA) Text editor Perl All versions of Linux LDAP Directory Mail server (MTA) Internet search Python Chandler /pim All versions of BSD UNIX Kerberos Network Authentication Database Website traffic analysis Spam blocker SquidGuard spam blocker Red Hat Package Manager Subversion version control system PHP GNU C library Berkeley DB 12

19 Dual License Model Public License Permits use in open source projects, or applications that are not distributed to third parties. Commercial License Permits closed-source distribution of an application to third parties, and provides business assurance. Advantages Very broad, low low cost distribution Very high code quality + Licensing-based revenue stream Profitable, sustainable business model Customer Benefits Huge developer community Very high code quality Easier debugging and and integration Easy download and and trial trial No No escrow issues Freedom from vendor lock-in + Rights to to redistribute proprietary code Representations, warranties and and indemnification Full-time, dedicated development team (continuity, roadmap, documentation) Single vendor to to hold accountable 13

20 Planned Berkeley DB Releases Berkeley DB 4.5 within 12 months Multi-version concurrency control Replication framework Berkeley DB Java Edition 3.0 within 12 months New persistence API Berkeley DB XML 2.3 within 12 months Event-based API XQTS test suite integration Query optimizer enhancements 14

21 15

Oracle and Tangosol Acquisition Announcement

Oracle and Tangosol Acquisition Announcement Oracle and Tangosol Acquisition Announcement March 23, 2007 The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

August Oracle - GoldenGate Statement of Direction

August Oracle - GoldenGate Statement of Direction August 2015 Oracle - GoldenGate Statement of Direction Disclaimer This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle. Your

More information

Oracle Fusion Applications Connect Program. Release 11gRelease 2

Oracle Fusion Applications Connect Program. Release 11gRelease 2 Oracle Fusion Applications Connect Program Release 11gRelease 2 Oracle Fusion Applications Connect Program Oracle Fusion Applications Connect Program... 3 Program Definition... 3 People Connect... 3 Design

More information

Information management software White paper. IBM Informix portfolio: executive overview.

Information management software White paper. IBM Informix portfolio: executive overview. Information management software White paper IBM Informix portfolio: executive overview. July 2004 Page 1 Contents 2 Introduction 2 IBM Informix Dynamic Server 3 IBM Informix 4GL 4 IBM Informix Client Software

More information

EXFO Acquires NetHawk

EXFO Acquires NetHawk EXFO Acquires NetHawk A New Global Force in Wireless Testing and Service Assurance. Date: March 12, 2010 Forward-Looking Statements Certain statements in this presentation, or given in response to your

More information

Differentiate Your Business with Oracle PartnerNetwork. Specialized. Recognized by Oracle. Preferred by Customers.

Differentiate Your Business with Oracle PartnerNetwork. Specialized. Recognized by Oracle. Preferred by Customers. Differentiate Your Business with Oracle PartnerNetwork Specialized. Recognized by Oracle. Preferred by Customers. Joining Oracle PartnerNetwork differentiates your business, connects you with customers,

More information

October Oracle Application Express Statement of Direction

October Oracle Application Express Statement of Direction October 2017 Oracle Application Express Statement of Direction Disclaimer This document in any form, software or printed matter, contains proprietary information that is the exclusive property of Oracle.

More information

Oracle Buys Automated Applications Controls Leader LogicalApps

Oracle Buys Automated Applications Controls Leader LogicalApps Oracle Buys Automated Applications Controls Leader LogicalApps To strengthen Oracle s Governance, Risk and Compliance Suite with Real-time Policy Enforcement October 26, 2007 Disclaimer The following is

More information

2-4 April 2019 Taets Art and Event Park, Amsterdam CLICK TO KNOW MORE

2-4 April 2019 Taets Art and Event Park, Amsterdam CLICK TO KNOW MORE Co-Host Host 2-4 April 2019 Taets Art and Event Park, Amsterdam CLICK TO KNOW MORE Oracle Cloud Computing Strategy Han Wammes Public Sector Market Development Manager 1 Copyright 2012, Oracle and/or its

More information

<Insert Picture Here> Oracle Embeddable Databases: Providing a Wide Range of Options for High-Performance Data Management

<Insert Picture Here> Oracle Embeddable Databases: Providing a Wide Range of Options for High-Performance Data Management Oracle Embeddable Databases: Providing a Wide Range of Options for High-Performance Data Management Marie-Anne Neimat Vice President, Development The following is intended to outline

More information

Oracle Buys Corente. Extends Oracle s Virtualization Capabilities with Leading Software-Defined Networking Technology to Deliver Cloud Services

Oracle Buys Corente. Extends Oracle s Virtualization Capabilities with Leading Software-Defined Networking Technology to Deliver Cloud Services Oracle Buys Corente Extends Oracle s Virtualization Capabilities with Leading Software-Defined Networking Technology to Deliver Cloud Services March 5, 2014 Oracle is currently reviewing the existing Corente

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

Differentiate Your Business with Oracle PartnerNetwork. Specialized. Recognized by Oracle. Preferred by Customers.

Differentiate Your Business with Oracle PartnerNetwork. Specialized. Recognized by Oracle. Preferred by Customers. Differentiate Your Business with Oracle PartnerNetwork Specialized. Recognized by Oracle. Preferred by Customers. OPN Specialized Recognized by Oracle. Preferred by Customers. Joining Oracle PartnerNetwork

More information

MySQL CLOUD SERVICE. Propel Innovation and Time-to-Market

MySQL CLOUD SERVICE. Propel Innovation and Time-to-Market MySQL CLOUD SERVICE Propel Innovation and Time-to-Market The #1 open source database in Oracle. Looking to drive digital transformation initiatives and deliver new modern applications? Oracle MySQL Service

More information

Advance Info Service Public Company Limited

Advance Info Service Public Company Limited Advance Info Service Public Company Limited Leading Thailand s Mobile Services with Application Performance, Datacenter Availability, and Data Protection Gains from Symantec To manage fast growth, Thai

More information

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data June 2006 Note: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality,

More information

<Insert Picture Here> Oracle VM October 20, 2010

<Insert Picture Here> Oracle VM October 20, 2010 Oracle VM October 20, 2010 Edward Screven Edward Screven Chief Corporate Architect Safe Harbor Statement Statements in this presentation relating to Oracle's or its Board of Directors

More information

IBM WebSphere Message Broker for z/os V6.1 delivers the enterprise service bus built for connectivity and transformation

IBM WebSphere Message Broker for z/os V6.1 delivers the enterprise service bus built for connectivity and transformation IBM Europe Announcement ZP07-0445, dated October 9, 2007 IBM WebSphere Message Broker for z/os V6.1 delivers the enterprise service bus built for connectivity and transformation Description...2 Product

More information

Benefits of an Exclusive Multimaster Deployment of Oracle Directory Server Enterprise Edition

Benefits of an Exclusive Multimaster Deployment of Oracle Directory Server Enterprise Edition An Oracle White Paper February 2012 Benefits of an Exclusive Multimaster Deployment of Oracle Directory Server Enterprise Edition Disclaimer The following is intended to outline our general product direction.

More information

Cloud Operations for Oracle Cloud Machine ORACLE WHITE PAPER MARCH 2017

Cloud Operations for Oracle Cloud Machine ORACLE WHITE PAPER MARCH 2017 Cloud Operations for Oracle Cloud Machine ORACLE WHITE PAPER MARCH 2017 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and

More information

Veritas Volume Replicator Option by Symantec

Veritas Volume Replicator Option by Symantec Veritas Volume Replicator Option by Symantec Data replication for disaster recovery The provides organizations with a world-class foundation for continuous data replication, enabling rapid and reliable

More information

Technical Upgrade Guidance SEA->SIA migration

Technical Upgrade Guidance SEA->SIA migration Technical Upgrade Guidance SEA->SIA migration Oracle Siebel Customer Relationship Management Applications Siebel Industry-Driven CRM November 2011 This document is intended to outline our general product

More information

Oracle XML Publisher Enterprise. An Oracle White Paper May 2006

Oracle XML Publisher Enterprise. An Oracle White Paper May 2006 Oracle XML Publisher Enterprise An Oracle White Paper May 2006 Oracle XML Publisher Enterprise BI Style Reports Financial Reports Checks Government Forms (W2) EXECUTIVE OVERVIEW Oracle XML Publisher Enterprise

More information

Symantec Data Center Transformation

Symantec Data Center Transformation Symantec Data Center Transformation A holistic framework for IT evolution As enterprises become increasingly dependent on information technology, the complexity, cost, and performance of IT environments

More information

Oracle Buys Palerra Extends Oracle Identity Cloud Service with Innovative Cloud Access Security Broker

Oracle Buys Palerra Extends Oracle Identity Cloud Service with Innovative Cloud Access Security Broker Oracle Buys Palerra Extends Oracle Identity Cloud Service with Innovative Cloud Access Security Broker October 14, 2016 Copyright 2016, Oracle and/or its affiliates. All rights reserved. Oracle is currently

More information

Why Converged Infrastructure?

Why Converged Infrastructure? Why Converged Infrastructure? Three reasons to consider converged infrastructure for your organization Converged infrastructure isn t just a passing trend. It s here to stay. According to a recent survey

More information

Accelerate Your Cloud Journey

Accelerate Your Cloud Journey Dubai, UAE 20th March 2013 Accelerate Your Cloud Journey James Spearman Dimension Data - Solutions Architect Cloud 2012 2011 Cisco and/or its affiliates. All rights reserved. Cisco Connect 1 Dimension

More information

Performance and Scalability Benchmark: Siebel CRM Release 7 on HP-UX Servers and Oracle9i Database. An Oracle White Paper Released October 2003

Performance and Scalability Benchmark: Siebel CRM Release 7 on HP-UX Servers and Oracle9i Database. An Oracle White Paper Released October 2003 Performance and Scalability Benchmark: Siebel CRM Release 7 on HP-UX Servers and Oracle9i Database An Oracle White Paper Released October 2003 Performance and Scalability Benchmark: Siebel CRM Release

More information

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Engineered Systems - Exadata Juan Loaiza Senior Vice President Systems Technology October 4, 2012 2 Safe Harbor Statement "Safe Harbor Statement: Statements in this presentation relating to Oracle's

More information

ORACLE SERVICES FOR APPLICATION MIGRATIONS TO ORACLE HARDWARE INFRASTRUCTURES

ORACLE SERVICES FOR APPLICATION MIGRATIONS TO ORACLE HARDWARE INFRASTRUCTURES ORACLE SERVICES FOR APPLICATION MIGRATIONS TO ORACLE HARDWARE INFRASTRUCTURES SERVICE, SUPPORT AND EXPERT GUIDANCE FOR THE MIGRATION AND IMPLEMENTATION OF YOUR ORACLE APPLICATIONS ON ORACLE INFRASTRUCTURE

More information

CIO Update: Gartner s Storage Services Magic Quadrant

CIO Update: Gartner s Storage Services Magic Quadrant IGG-04302003-04 A. Couture, R. Passmore Article 30 April 2003 CIO Update: Gartner s Storage Services Magic Quadrant Gartner has developed its first North American Storage Services Magic Quadrant. Storage

More information

AVOIDING HIGH ORACLE DBMS COSTS WITH EDB POSTGRES

AVOIDING HIGH ORACLE DBMS COSTS WITH EDB POSTGRES AVOIDING HIGH ORACLE DBMS COSTS WITH EDB POSTGRES An EDB White Paper For CIOs and IT Directors December 2015 TABLE OF CONTENTS 03 03 03 05 07 07 08 08 09 INTRODUCTION POSTGRES THE WORLD S MOST ADVANCED

More information

Accelerate Your Enterprise Private Cloud Initiative

Accelerate Your Enterprise Private Cloud Initiative Cisco Cloud Comprehensive, enterprise cloud enablement services help you realize a secure, agile, and highly automated infrastructure-as-a-service (IaaS) environment for cost-effective, rapid IT service

More information

Oracle Exadata Statement of Direction NOVEMBER 2017

Oracle Exadata Statement of Direction NOVEMBER 2017 Oracle Exadata Statement of Direction NOVEMBER 2017 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Oracle Big Data Connectors

Oracle Big Data Connectors Oracle Big Data Connectors Oracle Big Data Connectors is a software suite that integrates processing in Apache Hadoop distributions with operations in Oracle Database. It enables the use of Hadoop to process

More information

An Oracle White Paper October Minimizing Planned Downtime of SAP Systems with the Virtualization Technologies in Oracle Solaris 10

An Oracle White Paper October Minimizing Planned Downtime of SAP Systems with the Virtualization Technologies in Oracle Solaris 10 An Oracle White Paper October 2010 Minimizing Planned Downtime of SAP Systems with the Virtualization Technologies in Oracle Solaris 10 Introduction When business-critical systems are down for a variety

More information

Evolution For Enterprises In A Cloud World

Evolution For Enterprises In A Cloud World Evolution For Enterprises In A Cloud World Foreword Cloud is no longer an unseen, futuristic technology that proves unattainable for enterprises. Rather, it s become the norm; a necessity for realizing

More information

DATACENTER SERVICES DATACENTER

DATACENTER SERVICES DATACENTER SERVICES SOLUTION SUMMARY ALL CHANGE React, grow and innovate faster with Computacenter s agile infrastructure services Customers expect an always-on, superfast response. Businesses need to release new

More information

Oracle Warehouse Builder 10g Release 2 What is an Expert?

Oracle Warehouse Builder 10g Release 2 What is an Expert? Oracle Warehouse Builder 10g Release 2 What is an Expert? May 2006 Note: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should

More information

BUILDING the VIRtUAL enterprise

BUILDING the VIRtUAL enterprise BUILDING the VIRTUAL ENTERPRISE A Red Hat WHITEPAPER www.redhat.com As an IT shop or business owner, your ability to meet the fluctuating needs of your business while balancing changing priorities, schedules,

More information

Symantec To Acquire VeriSign s Identity and Authentication Business. May 19, 2010

Symantec To Acquire VeriSign s Identity and Authentication Business. May 19, 2010 Symantec To Acquire VeriSign s Identity and Authentication Business May 19, 2010 Forward-Looking Statements This presentation contains forward-looking statements within the meaning of U.S. federal securities

More information

Cloud Computing. January 2012 CONTENT COMMUNITY CONVERSATION CONVERSION

Cloud Computing. January 2012 CONTENT COMMUNITY CONVERSATION CONVERSION Cloud Computing January 2012 CONTENT COMMUNITY CONVERSATION CONVERSION Purpose and Methodology Survey Sample Field Work December 20, 2011 January 9, 2012 Total Respondents 554 Margin of Error +/- 4.2%

More information

An Oracle Technical White Paper September Oracle VM Templates for PeopleSoft

An Oracle Technical White Paper September Oracle VM Templates for PeopleSoft An Oracle Technical White Paper September 2010 Oracle VM Templates for PeopleSoft 1 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes

More information

Frequently Asked Questions Oracle Content Management Integration. An Oracle White Paper June 2007

Frequently Asked Questions Oracle Content Management Integration. An Oracle White Paper June 2007 Frequently Asked Questions Oracle Content Management Integration An Oracle White Paper June 2007 NOTE: The following is intended to outline our general product direction. It is intended for information

More information

Cisco Prime Cable Provisioning 5.1

Cisco Prime Cable Provisioning 5.1 Data Sheet Cisco Prime Cable Provisioning 5.1 Cable service providers face tremendous challenges in keeping pace with the rapid evolution of residential subscriber services. In light of intense market

More information

ORACLE COMMUNICATIONS INSTANT MESSAGING SERVER

ORACLE COMMUNICATIONS INSTANT MESSAGING SERVER ORACLE COMMUNICATIONS INSTANT MESSAGING SERVER The Oracle Communications Instant Messaging Server provides a secure, scalable, extensible, and rich communication and collaboration platform. It allows telecommunications

More information

Constant Contact. Responsyssy. VerticalResponse. Bronto. Monitor. Satisfaction

Constant Contact. Responsyssy. VerticalResponse. Bronto. Monitor. Satisfaction Contenders Leaders Marketing Cloud sy Scale Campaign aign Monitor Niche High Performers Satisfaction Email Marketing Products Products shown on the Grid for Email Marketing have received a minimum of 10

More information

Oracle Java SE Advanced for ISVs

Oracle Java SE Advanced for ISVs Oracle Java SE Advanced for ISVs Oracle Java SE Advanced for ISVs is designed to enhance the Java based solutions that ISVs are providing to their enterprise customers. It brings together industry leading

More information

Abstract. The Challenges. ESG Lab Review InterSystems IRIS Data Platform: A Unified, Efficient Data Platform for Fast Business Insight

Abstract. The Challenges. ESG Lab Review InterSystems IRIS Data Platform: A Unified, Efficient Data Platform for Fast Business Insight ESG Lab Review InterSystems Data Platform: A Unified, Efficient Data Platform for Fast Business Insight Date: April 218 Author: Kerry Dolan, Senior IT Validation Analyst Abstract Enterprise Strategy Group

More information

Adding Mobile Capability to an Enterprise Application With Oracle Database Lite. An Oracle White Paper June 2007

Adding Mobile Capability to an Enterprise Application With Oracle Database Lite. An Oracle White Paper June 2007 Adding Mobile Capability to an Enterprise Application With Oracle Database Lite An Oracle White Paper June 2007 Adding Mobile Capability to an Enterprise Application With Oracle Database Lite Table of

More information

CONTAINER CLOUD SERVICE. Managing Containers Easily on Oracle Public Cloud

CONTAINER CLOUD SERVICE. Managing Containers Easily on Oracle Public Cloud CONTAINER CLOUD SERVICE Managing on Why Container Service? The cloud application development and deployment paradigm is changing. Docker containers make your operations teams and development teams more

More information

Cisco Integration Platform

Cisco Integration Platform Data Sheet Cisco Integration Platform The Cisco Integration Platform fuels new business agility and innovation by linking data and services from any application - inside the enterprise and out. Product

More information

SAP PartnerEdge Program Guide for Authorized Resellers

SAP PartnerEdge Program Guide for Authorized Resellers SAP PartnerEdge Program Guide for Authorized Resellers Table of Contents 3 SAP PartnerEdge Program: Accelerating Your Growth Gain an Edge on Your Competition 5 Program Requirements: How to Become an Authorized

More information

An ESRI White Paper June 2009 ArcGIS Server and Virtualization

An ESRI White Paper June 2009 ArcGIS Server and Virtualization An ESRI White Paper June 2009 ArcGIS Server and Virtualization ESRI 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2009

More information

Symantec Enterprise Support Services Manage IT Risk. Maximize IT Performance.

Symantec Enterprise Support Services Manage IT Risk. Maximize IT Performance. Symantec Enterprise Support Services Manage IT Risk. Maximize IT Performance. Symantec Global Services Confidence in a connected world. The demands on your IT environment continue to reach new levels.

More information

Managing Linux Servers Comparing SUSE Manager and ZENworks Configuration Management

Managing Linux Servers Comparing SUSE Manager and ZENworks Configuration Management Managing Linux Servers Comparing SUSE Manager and ZENworks Configuration Management Product Support As of September 30,2012, Novell no longer offers general support and will only provide limited updates

More information

Oracle Exadata: Strategy and Roadmap

Oracle Exadata: Strategy and Roadmap Oracle Exadata: Strategy and Roadmap - New Technologies, Cloud, and On-Premises Juan Loaiza Senior Vice President, Database Systems Technologies, Oracle Safe Harbor Statement The following is intended

More information

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice.

Copyright 2012 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Lynn Anderson Senior Vice President, Communications Chief Communications Officer Chief of Staff Bill Veghte Chief Operating Officer, HP Lynn Anderson Senior Vice President, Communications Chief Communications

More information

Enterprise Findability Without the Complexity

Enterprise Findability Without the Complexity Enterprise Findability Without the Complexity With the clutter of information inside enterprises today, effective findability 1 is fast becoming a necessity. Users are asking for it and executives are

More information

Innovative Solutions. Trusted Performance. Intelligently Engineered. Comparison of SD WAN Solutions. Technology Brief

Innovative Solutions. Trusted Performance. Intelligently Engineered. Comparison of SD WAN Solutions. Technology Brief Innovative. Trusted Performance. Intelligently Engineered. Comparison of SD WAN Technology Brief Comparison of SD WAN SD-WAN Overview By the end of 2019, 30% of enterprises will use SD-WAN products in

More information

Simplify IP Telephony with System i. IBM System i IP Telephony

Simplify IP Telephony with System i. IBM System i IP Telephony Simplify IP Telephony with System i IBM System i IP Telephony Highlights Deploy a complete IP telephony suite on one easy-to-manage system, or even part of a system, shared with other applications Integrate

More information

Behind the Glitz - Is Life Better on Another Database Platform?

Behind the Glitz - Is Life Better on Another Database Platform? Behind the Glitz - Is Life Better on Another Database Platform? Rob Bestgen bestgen@us.ibm.com DB2 for i CoE We know the stories My Boss thinks we should move to SQL Server Oracle is being considered for

More information

Worldwide Datacenter Automation Software 2013 Vendor Shares

Worldwide Datacenter Automation Software 2013 Vendor Shares COMPETITIVE ANALYSIS Worldwide Datacenter Automation Software 2013 Vendor Shares Mary Johnston Turner IDC OPINION In 2013, the worldwide datacenter automation software submarket of the workload scheduling

More information

Moving From Reactive to Proactive Storage Management with an On-demand Cloud Solution

Moving From Reactive to Proactive Storage Management with an On-demand Cloud Solution Moving From Reactive to Proactive Storage Management with an On-demand Cloud Solution The Ever-Present Storage Management Conundrum In the modern IT landscape, the storage management conundrum is as familiar

More information

TABLE OF CONTENTS DOCUMENT HISTORY 3

TABLE OF CONTENTS DOCUMENT HISTORY 3 TABLE OF CONTENTS DOCUMENT HISTORY 3 UPDATE 17D 3 Revision History 3 Overview 3 User Experience 4 Archive and Purge Workflow Tasks 4 Show Help Icons by Default 4 UPDATE 17B 4 Revision History 4 Overview

More information

DATA INTEGRATION PLATFORM CLOUD. Experience Powerful Data Integration in the Cloud

DATA INTEGRATION PLATFORM CLOUD. Experience Powerful Data Integration in the Cloud DATA INTEGRATION PLATFORM CLOUD Experience Powerful Integration in the Want a unified, powerful, data-driven solution for all your data integration needs? Oracle Integration simplifies your data integration

More information

How Microsoft IT Reduced Operating Expenses Using Virtualization

How Microsoft IT Reduced Operating Expenses Using Virtualization How Microsoft IT Reduced Operating Expenses Using Virtualization Published: May 2010 The following content may no longer reflect Microsoft s current position or infrastructure. This content should be viewed

More information

NOSQL DATABASE CLOUD SERVICE. Flexible Data Models. Zero Administration. Automatic Scaling.

NOSQL DATABASE CLOUD SERVICE. Flexible Data Models. Zero Administration. Automatic Scaling. NOSQL DATABASE CLOUD SERVICE Flexible Data Models. Zero Administration. Automatic Scaling. Application development with no hassle... Oracle NoSQL Cloud Service is a fully managed NoSQL database cloud service

More information

As one of the world s preeminent hosting providers with deep. enterprise infrastructure and application expertise, NaviSite offers

As one of the world s preeminent hosting providers with deep. enterprise infrastructure and application expertise, NaviSite offers NaviSite provides a full suite of reliable and scalable managed services, including applications services, industry-leading enterprise hosting, and managed cloud services for enterprises looking to outsource

More information

Composite Software Data Virtualization The Five Most Popular Uses of Data Virtualization

Composite Software Data Virtualization The Five Most Popular Uses of Data Virtualization Composite Software Data Virtualization The Five Most Popular Uses of Data Virtualization Composite Software, Inc. June 2011 TABLE OF CONTENTS INTRODUCTION... 3 DATA FEDERATION... 4 PROBLEM DATA CONSOLIDATION

More information

Oracle Database Mobile Server, Version 12.2

Oracle Database Mobile Server, Version 12.2 O R A C L E D A T A S H E E T Oracle Database Mobile Server, Version 12.2 Oracle Database Mobile Server 12c (ODMS) is a highly optimized, robust and secure way to connect mobile and embedded Internet of

More information

Standardizing on Veritas Data Center Management Software from Symantec to Hit Service Levels and Cost Targets

Standardizing on Veritas Data Center Management Software from Symantec to Hit Service Levels and Cost Targets Standardizing on Veritas Data Center Management Software from Symantec to Hit Service Levels and Cost Targets It s challenging to manage one data center manages over 100. It also optimizes these data centers

More information

ORACLE COMMUNICATIONS MESSAGING SERVER

ORACLE COMMUNICATIONS MESSAGING SERVER ORACLE COMMUNICATIONS MESSAGING SERVER The Oracle Communications Messaging Server provides a highly scalable, reliable, and available platform for delivering secure communication services at a low total

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

Application Container Cloud

Application Container Cloud APPLICATION CONTAINER CLOUD Application Container Cloud with Java SE and Node The Best Java SE and Node Cloud. Get the choice of either Oracle Java SE Advanced, including Flight Recorder for production

More information

An Oracle White Paper. Released April 2013

An Oracle White Paper. Released April 2013 Performance and Scalability Benchmark: Siebel CRM Release 8.1.1.4 Industry Applications and Oracle 11.2.0.3 Database on Oracle's SPARC T5 Servers and Oracle Solaris An Oracle White Paper Released April

More information

JD Edwards EnterpriseOne Licensing

JD Edwards EnterpriseOne Licensing JD Edwards EnterpriseOne Licensing Disabling Client Licensing for Various Tools Releases O R A C L E W H I T E P A P E R O C T O B E R 2 0 1 5 Disclaimer The following is intended to outline our general

More information

Vendor: Cisco. Exam Code: Exam Name: Advanced Collaboration Architecture Sales Engineer. Version: Demo

Vendor: Cisco. Exam Code: Exam Name: Advanced Collaboration Architecture Sales Engineer. Version: Demo Vendor: Cisco Exam Code: 700-039 Exam Name: Advanced Collaboration Architecture Sales Engineer Version: Demo QUESTION 1 Which three statements are reasons why customers consider Cisco as their collaboration

More information

Autonomous Data Warehouse in the Cloud

Autonomous Data Warehouse in the Cloud AUTONOMOUS DATA WAREHOUSE CLOUD` Connecting Your To Autonomous in the Cloud DWCS What is It? Oracle Autonomous Database Warehouse Cloud is fully-managed, highperformance, and elastic. You will have all

More information

Progress DataDirect For Business Intelligence And Analytics Vendors

Progress DataDirect For Business Intelligence And Analytics Vendors Progress DataDirect For Business Intelligence And Analytics Vendors DATA SHEET FEATURES: Direction connection to a variety of SaaS and on-premises data sources via Progress DataDirect Hybrid Data Pipeline

More information

IBM Power Systems solution for SugarCRM

IBM Power Systems solution for SugarCRM IBM Power Systems solution for SugarCRM Performance and scaling overview of Sugar on IBM Power Systems running Linux featuring the new IBM POWER8 technology Steve Pratt, Mark Nellen IBM Systems and Technology

More information

HPE to Acquire Nimble Storage

HPE to Acquire Nimble Storage HPE to Acquire Nimble Storage March 7, 2017 http://www.hpe.com/investor/home Forward Looking Statements This document contains forward-looking statements within the meaning of the safe harbor provisions

More information

IBM Europe Announcement ZP , dated November 6, 2007

IBM Europe Announcement ZP , dated November 6, 2007 IBM Europe Announcement ZP07-0484, dated November 6, 2007 IBM WebSphere Front Office for Financial Markets V2.0 and IBM WebSphere MQ Low Latency Messaging V2.0 deliver high speed and high throughput market

More information

Verizon announces CEO succession plan

Verizon announces CEO succession plan News Release FOR IMMEDIATE RELEASE June 8, 2018 Media contact: Bob Varettoni 908.559.6388 robert.a.varettoni@verizon.com Verizon announces CEO succession plan Hans Vestberg, Executive Vice President and

More information

ITTIA DB SQL Em bedded Dat abase and VxWorks

ITTIA DB SQL Em bedded Dat abase and VxWorks ITTIA DB SQL Em bedded Dat abase and VxWorks Copyright 2017 ITTIA L.L.C. An ITTIA White Paper, August 2017 ITTIA DB SQL TM is a small-footprint, high-performance relational database engine for embedded

More information

20 years of Lotus Notes and a look into the next 20 years Lotusphere Comes To You

20 years of Lotus Notes and a look into the next 20 years Lotusphere Comes To You 20 years of Lotus Notes and a look into the next 20 years Lotusphere Comes To You Kevin Cavanaugh, Vice President, Messaging and Collaboration Lotus Software and WebSphere Portal email@us.ibm.com Organizations

More information

WHAT S NEW IN ORACLE USER PRODUCTIVITY KIT PROFESSIONAL

WHAT S NEW IN ORACLE USER PRODUCTIVITY KIT PROFESSIONAL WHAT S NEW IN ORACLE USER PRODUCTIVITY KIT PROFESSIONAL Release 11.1, ESP1 Overview Oracle User Productivity Kit v11.1 improves existing functionality and provides powerful new features that further the

More information

IBM iseries Models 800 and 810 for small to medium enterprises

IBM iseries Models 800 and 810 for small to medium enterprises Multi-platform management, exceptional price performance IBM iseries Models 800 and 810 for small to medium enterprises Highlights Simple, centralised Simple Windows ** Integration for management of multiple

More information

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security

Bringing OpenStack to the Enterprise. An enterprise-class solution ensures you get the required performance, reliability, and security Bringing OpenStack to the Enterprise An enterprise-class solution ensures you get the required performance, reliability, and security INTRODUCTION Organizations today frequently need to quickly get systems

More information

COMPTIA CLO-001 EXAM QUESTIONS & ANSWERS

COMPTIA CLO-001 EXAM QUESTIONS & ANSWERS COMPTIA CLO-001 EXAM QUESTIONS & ANSWERS Number: CLO-001 Passing Score: 800 Time Limit: 120 min File Version: 39.7 http://www.gratisexam.com/ COMPTIA CLO-001 EXAM QUESTIONS & ANSWERS Exam Name: CompTIA

More information

With K5 you can. Do incredible things with Fujitsu Cloud Service K5

With K5 you can. Do incredible things with Fujitsu Cloud Service K5 With K5 you can Do incredible things with Fujitsu Cloud Service K5 Making incredible possible Digital is changing everything. According to a Fujitsu survey, customers and employees think it s vital for

More information

Uptime and Proactive Support Services

Uptime and Proactive Support Services Uptime and Proactive Support Services We ll accelerate your journey to sustainable IT optimisation and ensure that your technology is delivering all that it can. We ll keep your IT infrastructure up and

More information

Sage MAS 200 SQL Server Edition Introduction and Overview

Sage MAS 200 SQL Server Edition Introduction and Overview Sage MAS 200 SQL Server Edition Introduction and Overview February 2006 1 TABLE OF CONTENTS Introduction... 3 Business Applications and Appropriate Technology... 3 Industry Standard...3 Rapid Deployment...4

More information

Realizing the Value of Standardized and Automated Database Management SOLUTION WHITE PAPER

Realizing the Value of Standardized and Automated Database Management SOLUTION WHITE PAPER Realizing the Value of Standardized and Automated Database Management SOLUTION WHITE PAPER Table of Contents The Challenge of Managing Today s Databases 1 automating Your Database Operations 1 lather,

More information

Data Protection for Virtualized Environments

Data Protection for Virtualized Environments Technology Insight Paper Data Protection for Virtualized Environments IBM Spectrum Protect Plus Delivers a Modern Approach By Steve Scully, Sr. Analyst February 2018 Modern Data Protection for Virtualized

More information

... IBM Advanced Technical Skills IBM Oracle International Competency Center September 2013

... IBM Advanced Technical Skills IBM Oracle International Competency Center September 2013 Performance benefits of IBM Power Systems and IBM FlashSystem for JD Edwards EnterpriseOne IBM Power 780 server with AIX and IBM FlashSystem 820 flash storage improves batch performance in a client proof

More information

Sun and Oracle. Kevin Ashby. Oracle Technical Account Manager. Mob:

Sun and Oracle. Kevin Ashby. Oracle Technical Account Manager. Mob: Sun and Oracle Kevin Ashby Oracle Technical Account Manager Mob: 07710 305038 Email: kevin.ashby@sun.com NEW Sun/Oracle Stats Sun is No1 Platform for Oracle Database Sun is No1 Platform for Oracle Applications

More information

A global technology leader approaching $39B in sales with 54,000 people, and customers in 160+ countries LENOVO. ALL RIGHTS RESERVED

A global technology leader approaching $39B in sales with 54,000 people, and customers in 160+ countries LENOVO. ALL RIGHTS RESERVED A global technology leader approaching $39B in sales with 54,000 people, and customers in 160+ countries. 2 2014 LENOVO. ALL RIGHTS RESERVED Lenovo s Performance Lenovo WW PC Market Share 19.4% 2014 13.1%

More information

Scott Meder Senior Regional Sales Manager

Scott Meder Senior Regional Sales Manager www.raima.com Scott Meder Senior Regional Sales Manager scott.meder@raima.com Short Introduction to Raima What is Data Management What are your requirements? How do I make the right decision? - Architecture

More information

Oracle Enterprise Single Sign-on Logon Manager. Installation and Setup Guide Release E

Oracle Enterprise Single Sign-on Logon Manager. Installation and Setup Guide Release E Oracle Enterprise Single Sign-on Logon Manager Installation and Setup Guide Release 10.1.4.1.0 E12635-01 March 2009 Oracle Enterprise Single Sign-on, Installation and Setup Guide, Release 10.1.4.1.0 E12635-01

More information