FAQ: How to create Effective Messages

Size: px
Start display at page:

Download "FAQ: How to create Effective Messages"

Transcription

1 User Experience Direct (UX Direct) FAQ: How to create Effective Messages Disclaimer 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, code, functionality, or service and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. This document contains preliminary images. 1

2 FAQ: How to create Effective Messages User Experience Direct (UX Direct) is an Oracle Applications User Experience (UX) program that provides user experience expertise to Oracle customers and partners for their implementations, customizations, and use of Oracle enterprise applications. The goal of this program is to enhance end user experiences during and after customer implementations and to improve user adoption of Oracle s enterprise applications. Overview High quality software applications smooth the flow of work for end users by displaying well-timed messages in plain language. For example: 1. Are messages designed according to user-centered design principles? Ensure that messages are created as part of a user-centered design (UCD) process. Study how users work and what they need to know when the application reacts to their input. Never write a message as a workaround for poor design and usability. For example, if a user is likely to make a mistake when entering data or to navigate to the wrong place before saving data, it s best to revisit the design. Show messages within the context of the task being performed and integrate them with the rest of the user experience. Layer messages with other assistance available in the user interface, such as tool tips, instructional text, or pop-ups. Messages help users to feel in control of their applications by providing feedback about what they have just done and what the applications are doing in response. Messages help minimize errors, display warnings, and, when errors do occur, inform users about what has happened and how to fix the problems or obtain help. Effective messages are needed not only in the core application that an organization purchases, but also in any software that the organization adds to the application to configure and customize it. The questions and answers in this guide help software designers who are implementing Oracle applications to understand the different message types and how to use them effectively to help optimize applications for task completion and productivity. 2. Have you categorized your messages and been consistent in their appearance? Categorize your messages by type and apply the visual experience, such as icons and headings, consistently to each type. Users should be able to distinguish between message types and priorities by their appearance, especially when messages appear together. For example: Use these message categories: Error: Tell users about incorrect data or formats when they complete a field, leave a page without saving, or perform other actions that need validation. Explain how to correct the errors. Error messages should also appear when the application encounters serious problems that users cannot resolve themselves. 2

3 Warning: Tell users about important consequences that will occur immediately or in the future when they perform an action. Warning messages also prompt users to make important decisions about irreversible actions before proceeding. Information: Tell users about changes on the page or in the application. Processing: Tell users when actions or requests are in progress, especially when there is a delay in the application s response. Confirmation: Tell users when actions or requests are complete. 3. Do you understand what validation rules are being used for the messages and when they are being applied? Understand how the application validates data and actions and apply the type of message accordingly. Consider the following scenarios: The application validates data entered by the user or another process. A problem may arise, for example, when saving a page with missing data, completing a page with incorrect data, navigating from one page to another without saving, and so on. Show error or warning messages in response. The application validates the creation or update of a business object or a page. Use information messages when users should know about these changes. When the application validates that an action or request is in progress, use processing messages. When the application validates that an action is complete, use confirmation messages. To help users complete tasks, explore what validation the technology stack provides by default. For example, the Oracle Application Developer Framework (ADF) provides client-side components that automatically validate data entered in editable fields or converts data to the correct format. These components have their own messages. Other client-side validation and more complex server-side validation of business rules, for example, require development. Remember that server-side validation is generally slower than client-side validation. Design accordingly with the user in mind, using server-side validation at the end of tasks or page completion, rather than for individual fields, so that productivity is maximized. Make sure that business analysts, designers, and developers collaborate on the design and implementation of validation rules and the associated messages types. 4. Have you written clear, actionable message text for the user? Write a concise message that tells users about the cause of the problem and how to fix it or that tells users clearly how the application is performing. Use terminology that matches the rest of the user interface, and ensure that the language is suitable for the person likely to see the message. If end users will see the message, use simple, non-technical terms and language. If technical or functional users will see the message, disclose technology stack details using appropriate terms and language. Never blame or accuse users of doing something wrong, or frighten them with uppercase words and exclamation marks (such as DANGER or ERROR! ), knowledge-based numbers, technology stack details, and so on. If a developer writes the message text, have it reviewed by a writer, representative user, or help-desk member before implementing it. 5. Have you integrated messages with your help desk? Messages are frontline help-desk support, too. When users cannot fix errors themselves for example, a serious application error then integrate the message into your helpdesk policies. Capture as much error information as possible automatically for users, and route it to the help desk for the user. For example, raise alerts and create diagnostic logs in the background. Never tell users to contact your system administrator. Instead, write message text telling users that the help desk has been contacted, quote an incident number, and tell users what to do next. For example: 3

4 When deciding whether to show messages inline (that is, on the page itself) or in dialog boxes, consider the type of task that the user is working on, the frequency of the error, and the seriousness of the error. Show messages about routine tasks that may occur frequently inline to minimize disruption. For example: Customize your messages with additional support information or policies. Make sure that users have been trained about what support they can expect, too. Append unique message numbers to the message text so that technical users can quickly look up errors and warnings in knowledge bases or support forums, or search for solutions on the web. Do not disclose such numbers to end users they do not find them useful and may even find them intimidating. 6. Have you applied message usability best practices? Use researched and established guidelines to determine when and how messages should appear to users. Show informational messages that require no immediate action inline. For example: Show messages about infrequently occurring, page-level actions, or serious issues and consequences in dialog boxes so that users do not miss them. For example: Messages must appear close to the location of issues so that users can quickly correct errors and continue their tasks. Show messages using visual clues, such as icons, colored borders, and headings. For example: Show messages about navigating between pages, processes under way, and warnings with questions that require user responses in dialog boxes. For example: For heads-down tasks, show all messages together in a list after the task has completed. This list does not interrupt productivity; instead, this list enables users to address issues together on the page. For example: Include a message in a modal dialog box to prevent users from interacting with a page until the message is resolved (for example, during a process that is running, when a response to a warning is needed, or when a serious error occurs). For example: 4

5 To enable users to continue seamlessly to their next actions, consider using action buttons to confirm message dialog boxes. Most messages that users see are related to errors, but do not forget the powerful user experience benefits of using other types of messages in these ways: 7. Have you anticipated the importance of back-end messages too? Back-end messages, such as error, warning, and information messages are also created by applications. These messages are intended for technical users or the help desk and usually appear or are printed in text-based log files. For example: Use warning messages to ask users to confirm their actions before proceeding. Use clearly labeled actionable buttons, rather than Yes or No buttons. For example: For these messages: Apply basic text formatting for headers and lists, structuring the output so that it is more readable. Use appropriate technical language with precise details for diagnosing and fixing issues. Use warning messages to let users know about the downstream consequences of their actions. Use informational messages when details on a page are updated or when the page status changes becoming readonly, for example. When no visual indicators are available or sufficient, use confirmation messages to confirm for users that their actions have been completed as intended. For example, if a user is deleting a large number of objects, confirm the number of deleted objects; or, if the user is submitting an expense report, confirm that the report has actually been submitted. Users prefer more rather than fewer confirmations. For example: Use confirmation messages at the end of lengthy processes so that users can confirm that they understand the process status. Do not allow processing message dialogs to close without confirmation because users may be away from their computers when the messages appear. Write concisely, eliminating unnecessary words. Log files can be long, can contain many details, and are frequently read online. Write the text so that readers can scan the contents and pick out key information quickly. Make sure that the file can also be read when printed. User Experience Benefits from Messages Following a UCD process that includes user experience best practices for messages means that the application communicates with users in an accurate, friendly, contextual way, maximizing task completion and productivity. Consider messages as a hidden window into the level of excellence of your user experience. When you create messages that reflect how your users work, telling them what they need to do to complete their tasks quickly, communicating with them about an application s behavior, and enabling the help desk to respond to issues effectively, users will have confidence in the quality of the rest of the user experience design and implementation. For more information about making messages and user assistance part of your user experience, visit the 5

6 UsableApps.oracle.com website or the Oracle blog on user assistance at blogs.oracle.com/userassistance. 6

7 Oracle Corporation Worldwide Headquarters 500 Oracle Parkway Redwood Shores, CA U.S.A. Worldwide Inquiries Phone ORACLE1 Fax oracle.com Copyright 2012, Oracle and/or its affiliates. All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. We specifically disclaim any liability with respect to this document and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without our prior written permission. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. UNIX is a registered trademark licensed through X/Open

An Oracle White Paper July 2013. Introducing the Oracle Home User in Oracle Database 12c for Microsoft Windows

An Oracle White Paper July 2013. Introducing the Oracle Home User in Oracle Database 12c for Microsoft Windows An Oracle White Paper July 2013 Introducing the Oracle Home User Introduction Starting with Oracle Database 12c Release 1 (12.1), Oracle Database on Microsoft Windows supports the use of an Oracle Home

More information

An Oracle White Paper November 2010. Oracle Business Intelligence Standard Edition One 11g

An Oracle White Paper November 2010. Oracle Business Intelligence Standard Edition One 11g An Oracle White Paper November 2010 Oracle Business Intelligence Standard Edition One 11g Introduction Oracle Business Intelligence Standard Edition One is a complete, integrated BI system designed for

More information

An Oracle Communications White Paper December 2014. Serialized Asset Lifecycle Management and Property Accountability

An Oracle Communications White Paper December 2014. Serialized Asset Lifecycle Management and Property Accountability An Oracle Communications White Paper December 2014 Serialized Asset Lifecycle Management and Property Accountability Disclaimer The following is intended to outline our general product direction. It is

More information

An Oracle White Paper October 2011. BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider

An Oracle White Paper October 2011. BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider An Oracle White Paper October 2011 BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

March 2014. Oracle Business Intelligence Discoverer Statement of Direction

March 2014. Oracle Business Intelligence Discoverer Statement of Direction March 2014 Oracle Business Intelligence Discoverer Statement of Direction Oracle Statement of Direction Oracle Business Intelligence Discoverer Disclaimer This document in any form, software or printed

More information

2011 Customer Experience Impact Report. Getting to the Heart of the Consumer and Brand Relationship

2011 Customer Experience Impact Report. Getting to the Heart of the Consumer and Brand Relationship 2011 Customer Experience Impact Report Getting to the Heart of the Consumer and Brand Relationship Today, consumers call the shots. With globalization and the internet providing nearly unlimited choices,

More information

G Cloud 7 Pricing Document

G Cloud 7 Pricing Document G Cloud 7 Pricing Document October 2015 Pricing Pricing Information This is Oracle s G-Cloud 7 Pricing Document for the following service(s): Services SaaS Extension S1 Non-Metered Usage Services SaaS

More information

An Oracle Best Practice Guide April 2012. Best Practices for Designing Contact Center Experiences with Oracle RightNow CX Cloud Service

An Oracle Best Practice Guide April 2012. Best Practices for Designing Contact Center Experiences with Oracle RightNow CX Cloud Service An Oracle Best Practice Guide April 2012 Best Practices for Designing Contact Center Experiences with Oracle RightNow CX Cloud Service Introduction... 1 Understanding the Problem... 2 Addressing the Problem

More information

G Cloud 7 Pricing Document

G Cloud 7 Pricing Document G Cloud 7 Pricing Document October 205 Pricing Pricing Information This is Oracle s G-Cloud 7 Pricing Document for the following service(s): Metered Usage Oracle Java Cloud Trial B78388 Not applicable

More information

An Oracle White Paper June 2014. Security and the Oracle Database Cloud Service

An Oracle White Paper June 2014. Security and the Oracle Database Cloud Service An Oracle White Paper June 2014 Security and the Oracle Database Cloud Service 1 Table of Contents Overview... 3 Security architecture... 4 User areas... 4 Accounts... 4 Identity Domains... 4 Database

More information

An Oracle Best Practice Guide March 2012. Best Practices for E-Mail Marketing

An Oracle Best Practice Guide March 2012. Best Practices for E-Mail Marketing An Oracle Best Practice Guide March 2012 Best Practices for E-Mail Marketing Introduction... 1 Ensuring E-Mail Marketing Success Through Best Practices... 2 1. Design Processes to Facilitate Your Marketing

More information

October 2015. Oracle Application Express Statement of Direction

October 2015. Oracle Application Express Statement of Direction October 2015 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

An Oracle White Paper December 2010. Tutor Top Ten List: Implement a Sustainable Document Management Environment

An Oracle White Paper December 2010. Tutor Top Ten List: Implement a Sustainable Document Management Environment An Oracle White Paper December 2010 Tutor Top Ten List: Implement a Sustainable Document Management Environment Executive Overview Your organization (executives, managers, and employees) understands the

More information

An Oracle White Paper June 2010. How to Install and Configure a Two-Node Cluster

An Oracle White Paper June 2010. How to Install and Configure a Two-Node Cluster An Oracle White Paper June 2010 How to Install and Configure a Two-Node Cluster Table of Contents Introduction... 3 Two-Node Cluster: Overview... 4 Prerequisites, Assumptions, and Defaults... 4 Configuration

More information

An Oracle Best Practice Guide March 2012. Best Practices for Oracle RightNow Cobrowse Cloud Service

An Oracle Best Practice Guide March 2012. Best Practices for Oracle RightNow Cobrowse Cloud Service An Oracle Best Practice Guide March 2012 Best Practices for Oracle RightNow Cobrowse Cloud Service Introduction Using phone or chat channels is a popular way for customer support staff to communicate with

More information

An Oracle Best Practice Guide April 2012. Best Practices for Developing Answer Content

An Oracle Best Practice Guide April 2012. Best Practices for Developing Answer Content An Oracle Best Practice Guide April 2012 Best Practices for Developing Answer Content Introduction... 1 1. Write Content for Your Customers, Not for You... 2 2. Organize Your Knowledgebase... 2 3. Lay

More information

An Oracle White Paper April, 2010. Effective Account Origination with Siebel Financial Services Customer Order Management for Banking

An Oracle White Paper April, 2010. Effective Account Origination with Siebel Financial Services Customer Order Management for Banking An Oracle White Paper April, 2010 Effective Account Origination with Siebel Financial Services Customer Order Management for Banking Executive Overview In the absence of an enterprise account origination

More information

An Oracle White Paper January 2011. Using Oracle's StorageTek Search Accelerator

An Oracle White Paper January 2011. Using Oracle's StorageTek Search Accelerator An Oracle White Paper January 2011 Using Oracle's StorageTek Search Accelerator Executive Summary...2 Introduction...2 The Problem with Searching Large Data Sets...3 The StorageTek Search Accelerator Solution...3

More information

An Oracle White Paper September 2012. Oracle Database and the Oracle Database Cloud

An Oracle White Paper September 2012. Oracle Database and the Oracle Database Cloud An Oracle White Paper September 2012 Oracle Database and the Oracle Database Cloud 1 Table of Contents Overview... 3 Cloud taxonomy... 4 The Cloud stack... 4 Differences between Cloud computing categories...

More information

An Oracle White Paper February 2010. Rapid Bottleneck Identification - A Better Way to do Load Testing

An Oracle White Paper February 2010. Rapid Bottleneck Identification - A Better Way to do Load Testing An Oracle White Paper February 2010 Rapid Bottleneck Identification - A Better Way to do Load Testing Introduction You re ready to launch a critical Web application. Ensuring good application performance

More information

Oracle s BigMachines Solutions. Cloud-Based Configuration, Pricing, and Quoting Solutions for Enterprises and Fast-Growing Midsize Companies

Oracle s BigMachines Solutions. Cloud-Based Configuration, Pricing, and Quoting Solutions for Enterprises and Fast-Growing Midsize Companies Oracle s BigMachines Solutions Cloud-Based Configuration, Pricing, and Quoting Solutions for Enterprises and Fast-Growing Midsize Companies Oracle s BigMachines cloud-based solutions enable both enterprise

More information

Oracle Primavera Gateway

Oracle Primavera Gateway Oracle Primavera Gateway Disclaimer 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

More information

An Oracle White Paper July 2011. Oracle Desktop Virtualization Simplified Client Access for Oracle Applications

An Oracle White Paper July 2011. Oracle Desktop Virtualization Simplified Client Access for Oracle Applications An Oracle White Paper July 2011 Oracle Desktop Virtualization Simplified Client Access for Oracle Applications Overview Oracle has the world s most comprehensive portfolio of industry-specific applications

More information

An Oracle Best Practice Guide April 2012. Best Practices for Knowledgebase and Search Effectiveness

An Oracle Best Practice Guide April 2012. Best Practices for Knowledgebase and Search Effectiveness An Oracle Best Practice Guide April 2012 Best Practices for Knowledgebase and Search Effectiveness Introduction Ensuring that your knowledgebase is properly optimized to help customers find what they need

More information

An Oracle White Paper October 2011. Why CRM Has Failed the Customer And What to Do About It

An Oracle White Paper October 2011. Why CRM Has Failed the Customer And What to Do About It An Oracle White Paper October 2011 Why CRM Has Failed the Customer And What to Do About It Introduction Customer relationship management (CRM) one of the great application categories to emerge over the

More information

Oracle SQL Developer Migration

Oracle SQL Developer Migration An Oracle White Paper May 2010 Oracle SQL Developer Migration Overview... 3 Introduction... 3 Oracle SQL Developer: Architecture and Supported Platforms... 3 Supported Platforms... 4 Supported Databases...

More information

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview An Oracle White Paper February 2014 Oracle Data Integrator 12c Introduction Oracle Data Integrator (ODI) 12c is built on several components all working together around a centralized metadata repository.

More information

THE NEW BUSINESS OF BUSINESS LEADERS. Hiring and Onboarding

THE NEW BUSINESS OF BUSINESS LEADERS. Hiring and Onboarding THE NEW BUSINESS OF BUSINESS LEADERS Hiring and Onboarding 2 INTRODUCTION Unlocking the potential of your talent is key to the success of your organization. Leading businesses actively dedicate resources

More information

An Oracle White Paper May 2013. Creating Custom PDF Reports with Oracle Application Express and the APEX Listener

An Oracle White Paper May 2013. Creating Custom PDF Reports with Oracle Application Express and the APEX Listener An Oracle White Paper May 2013 Creating Custom PDF Reports with Oracle Application Express and the APEX Listener Disclaimer The following is intended to outline our general product direction. It is intended

More information

The Yin and Yang of Enterprise Project Portfolio Management and Agile Software Development: Combining Creativity and Governance

The Yin and Yang of Enterprise Project Portfolio Management and Agile Software Development: Combining Creativity and Governance An Oracle White Paper August 2011 The Yin and Yang of Enterprise Project Portfolio Management and Agile Software Development: Combining Creativity and Governance How to gain a comprehensive picture of

More information

PEOPLESOFT HELPDESK FOR HUMAN RESOURCES

PEOPLESOFT HELPDESK FOR HUMAN RESOURCES PEOPLESOFT HELPDESK FOR HUMAN RESOURCES Today s Human Resource organizations are faced with the challenge of providing rapid and high quality customer service to their workforce while containing or reducing

More information

An Oracle White Paper February 2013. Integration with Oracle Fusion Financials Cloud Service

An Oracle White Paper February 2013. Integration with Oracle Fusion Financials Cloud Service An Oracle White Paper February 2013 Integration with Oracle Fusion Financials Cloud Service Executive Overview Cloud computing is a vision that is increasingly turning to reality for many companies. Enterprises,

More information

June, 2015 Oracle s Siebel CRM Statement of Direction Client Platform Support

June, 2015 Oracle s Siebel CRM Statement of Direction Client Platform Support June, 2015 Oracle s Siebel CRM Statement of Direction Client Platform Support Oracle s Siebel CRM Statement of Direction IP2016 Client Platform Support Disclaimer This document in any form, software or

More information

An Oracle White Paper June, 2012. Provisioning & Patching Oracle Database using Enterprise Manager 12c.

An Oracle White Paper June, 2012. Provisioning & Patching Oracle Database using Enterprise Manager 12c. An Oracle White Paper June, 2012 Provisioning & Patching Oracle Database using Enterprise Manager 12c. Table of Contents Executive Overview... 2 Introduction... 2 EM Readiness:... 3 Installing Agent...

More information

An Oracle Technical Article October 2014. Certification with Oracle Linux 5

An Oracle Technical Article October 2014. Certification with Oracle Linux 5 An Oracle Technical Article October 2014 Certification with Oracle Linux 5 Introduction... 1 Comparing Oracle Linux 5 and Red Hat Enterprise Linux (RHEL) 5.. 2 Checking the /etc/ File... 2 Checking for

More information

A Framework for Implementing World-Class Talent Management. The highest performing businesses are re-focusing on talent management

A Framework for Implementing World-Class Talent Management. The highest performing businesses are re-focusing on talent management A Framework for Implementing World-Class Talent Management The highest performing businesses are re-focusing on talent management The highest performing businesses are re-focusing on talent management.

More information

An Oracle White Paper June 2010. Introduction to Determinations Engines

An Oracle White Paper June 2010. Introduction to Determinations Engines An Oracle White Paper June 2010 Introduction to Determinations Engines Introduction to Determinations Engines Executive Overview IT tools and approaches can deliver significant benefits to policy implementation

More information

Connect the Contact Center to the Field with Oracle Service Cloud

Connect the Contact Center to the Field with Oracle Service Cloud Connect the Contact Center to the Field with Oracle Service Cloud O R A C L E W H I T E P A P E R J U N E 2 0 1 5 Disclaimer: This document is for informational purposes. It is not a commitment to deliver

More information

Managed Storage Services

Managed Storage Services An Oracle White Paper January 2014 Managed Storage Services Designed to Meet Your Custom Needs for Availability, Reliability and Security A complete Storage Solution Oracle Managed Cloud Services (OMCS)

More information

PeopleSoft HelpDesk. Maximized Operational Efficiency. Usability and Role-Based Access

PeopleSoft HelpDesk. Maximized Operational Efficiency. Usability and Role-Based Access PeopleSoft HelpDesk An organization s corporate help desk is the lifeline of the company, ensuring the systems and facilities that employees need to do their jobs are running smoothly at all times. The

More information

An Oracle White Paper May 2011 BETTER INSIGHTS AND ALIGNMENT WITH BUSINESS INTELLIGENCE AND SCORECARDS

An Oracle White Paper May 2011 BETTER INSIGHTS AND ALIGNMENT WITH BUSINESS INTELLIGENCE AND SCORECARDS An Oracle White Paper May 2011 BETTER INSIGHTS AND ALIGNMENT WITH BUSINESS INTELLIGENCE AND SCORECARDS 1 Introduction Business Intelligence systems have been helping organizations improve performance by

More information

Oracle JD Edwards EnterpriseOne Mobile Sales Order Entry

Oracle JD Edwards EnterpriseOne Mobile Sales Order Entry Oracle JD Edwards EnterpriseOne Mobile Sales Order Entry Third-Party Credit Card Plug-In ORACLE WHITE PAPER J ULY 2015 Disclaimer The following is intended to outline our general product direction. It

More information

An Oracle White Paper May 2011. Distributed Development Using Oracle Secure Global Desktop

An Oracle White Paper May 2011. Distributed Development Using Oracle Secure Global Desktop An Oracle White Paper May 2011 Distributed Development Using Oracle Secure Global Desktop Introduction One of the biggest challenges software development organizations face today is how to provide software

More information

An Oracle Technical Article November 2015. Certification with Oracle Linux 6

An Oracle Technical Article November 2015. Certification with Oracle Linux 6 An Oracle Technical Article November 2015 Certification with Oracle Linux 6 Oracle Technical Article Certification with Oracle Linux 6 Introduction... 1 Comparing Oracle Linux 6 and Red Hat Enterprise

More information

An Oracle White Paper March 2013. Oracle s Single Server Solution for VDI

An Oracle White Paper March 2013. Oracle s Single Server Solution for VDI An Oracle White Paper March 2013 Oracle s Single Server Solution for VDI Introduction The concept of running corporate desktops in virtual machines hosted on servers is a compelling proposition. In contrast

More information

An Oracle White Paper December 2013. The Value of Diameter Signaling in Security and Interworking Between 3G and LTE Networks

An Oracle White Paper December 2013. The Value of Diameter Signaling in Security and Interworking Between 3G and LTE Networks An Oracle White Paper December 2013 The Value of Diameter Signaling in Security and Interworking Between 3G and LTE Networks Introduction Today s mobile networks are no longer limited to voice calls. With

More information

Modern Customer Care In a Multi-Channel World

Modern Customer Care In a Multi-Channel World An Oracle White Paper March 2015 Modern Customer Care In a Multi-Channel World By David Lanning, Senior CX Strategist and Jeff Griebeler, Principal Sales Consultant Executive Overview The Connected Customer

More information

An Oracle White Paper March 2011. Integrating the SharePoint 2007 Adapter with WebCenter Spaces (11.1.1.3.0 & 11.1.1.4.0)

An Oracle White Paper March 2011. Integrating the SharePoint 2007 Adapter with WebCenter Spaces (11.1.1.3.0 & 11.1.1.4.0) An Oracle White Paper March 2011 Integrating the SharePoint 2007 Adapter with WebCenter Spaces (11.1.1.3.0 & 11.1.1.4.0) Table of Contents Introduction... 2 Overview... 2 Adding WebCenter Adapter for

More information

An Oracle White Paper August 2010. Oracle OpenSSO Fedlet

An Oracle White Paper August 2010. Oracle OpenSSO Fedlet An Oracle White Paper August 2010 Oracle OpenSSO Fedlet 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

How To Load Data Into An Org Database Cloud Service - Multitenant Edition

How To Load Data Into An Org Database Cloud Service - Multitenant Edition An Oracle White Paper June 2014 Data Movement and the Oracle Database Cloud Service Multitenant Edition 1 Table of Contents Introduction to data loading... 3 Data loading options... 4 Application Express...

More information

April 2014. Oracle Higher Education Investment Executive Brief

April 2014. Oracle Higher Education Investment Executive Brief April 2014 Oracle Higher Education Investment Executive Brief Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not be

More information

An Oracle White Paper July 2014. Oracle Linux and Oracle VM Remote Lab User Guide

An Oracle White Paper July 2014. Oracle Linux and Oracle VM Remote Lab User Guide An Oracle White Paper July 2014 Oracle Linux and Oracle VM Remote Lab User Guide Contents Introduction... 1 Infrastructure Requirements on the Client Side... 2 Overview of the Lab Hardware... 3 Logging

More information

Migration Best Practices for OpenSSO 8 and SAM 7.1 deployments O R A C L E W H I T E P A P E R M A R C H 2015

Migration Best Practices for OpenSSO 8 and SAM 7.1 deployments O R A C L E W H I T E P A P E R M A R C H 2015 Migration Best Practices for OpenSSO 8 and SAM 7.1 deployments O R A C L E W H I T E P A P E R M A R C H 2015 Disclaimer The following is intended to outline our general product direction. It is intended

More information

An Oracle Technical White Paper June 2010. Oracle VM Windows Paravirtual (PV) Drivers 2.0: New Features

An Oracle Technical White Paper June 2010. Oracle VM Windows Paravirtual (PV) Drivers 2.0: New Features An Oracle Technical White Paper June 2010 Oracle VM Windows Paravirtual (PV) Drivers 2.0: New Features Introduction... 2 Windows Paravirtual Drivers 2.0 Release... 2 Live Migration... 3 Hibernation...

More information

Load Testing Hyperion Applications Using Oracle Load Testing 9.1

Load Testing Hyperion Applications Using Oracle Load Testing 9.1 Oracle White Paper Load Testing Hyperion System 9 HFM An Oracle White Paper May 2010 Load Testing Hyperion Applications Using Oracle Load Testing 9.1 Oracle White Paper Load Testing Hyperion System 9 HFM

More information

Oracle Service Cloud and Oracle WebRTC Session Controller ORACLE WHITE PAPER FEBRUARY 2015

Oracle Service Cloud and Oracle WebRTC Session Controller ORACLE WHITE PAPER FEBRUARY 2015 Oracle Service Cloud and Oracle WebRTC Session Controller ORACLE WHITE PAPER FEBRUARY 2015 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

An Oracle White Paper November 2010. Leveraging Massively Parallel Processing in an Oracle Environment for Big Data Analytics

An Oracle White Paper November 2010. Leveraging Massively Parallel Processing in an Oracle Environment for Big Data Analytics An Oracle White Paper November 2010 Leveraging Massively Parallel Processing in an Oracle Environment for Big Data Analytics 1 Introduction New applications such as web searches, recommendation engines,

More information

An Oracle White Paper September 2014. Adapting to PeopleSoft Continuous Delivery

An Oracle White Paper September 2014. Adapting to PeopleSoft Continuous Delivery An Oracle White Paper September 2014 Adapting to PeopleSoft Continuous Delivery Oracle White Paper PeopleSoft Enterprise and Fusion Middleware Disclaimer The following is intended to outline our general

More information

An Oracle White Paper October 2011. Migrating Customers to Lower-Cost Channels

An Oracle White Paper October 2011. Migrating Customers to Lower-Cost Channels An Oracle White Paper October 2011 Migrating Customers to Lower-Cost Channels Executive Overview Are you pressured to lower your contact center costs? Are customers insisting that you improve service?

More information

An Oracle White Paper November 2011. Analytics: The Cornerstone for Sustaining Great Customer Support

An Oracle White Paper November 2011. Analytics: The Cornerstone for Sustaining Great Customer Support An Oracle White Paper November 2011 Analytics: The Cornerstone for Sustaining Great Customer Support Executive Overview Without effective analytics, it is virtually impossible to truly understand, let

More information

Oracle s Primavera Prime Capital Plan Management

Oracle s Primavera Prime Capital Plan Management Oracle s Primavera Prime Capital Plan Management The nature of capital projects necessitate planning for not only infrastructure needs, but for the operational and regulatory requirements of the infrastructure

More information

An Oracle White Paper Dec 2013. Oracle Access Management Security Token Service

An Oracle White Paper Dec 2013. Oracle Access Management Security Token Service An Oracle White Paper Dec 2013 Oracle Access Management Security Token Service Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only,

More information

An Oracle White Paper October 2011. Improving the Customer Experience by Replacing Enterprise Search with Enterprise Knowledge Management

An Oracle White Paper October 2011. Improving the Customer Experience by Replacing Enterprise Search with Enterprise Knowledge Management An Oracle White Paper October 2011 Improving the Customer Experience by Replacing Enterprise Search with Enterprise Knowledge Management Executive Overview To help users of their Websites find answers

More information

Oracle Easy Connect Naming. An Oracle White Paper October 2007

Oracle Easy Connect Naming. An Oracle White Paper October 2007 Oracle Easy Connect Naming An Oracle White Paper October 2007 NOTE: 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 Data Integrator 12c (ODI12c) - Powering Big Data and Real-Time Business Analytics. An Oracle White Paper October 2013

Oracle Data Integrator 12c (ODI12c) - Powering Big Data and Real-Time Business Analytics. An Oracle White Paper October 2013 An Oracle White Paper October 2013 Oracle Data Integrator 12c (ODI12c) - Powering Big Data and Real-Time Business Analytics Introduction: The value of analytics is so widely recognized today that all mid

More information

An Oracle White Paper August 2010. Higher Security, Greater Access with Oracle Desktop Virtualization

An Oracle White Paper August 2010. Higher Security, Greater Access with Oracle Desktop Virtualization An Oracle White Paper August 2010 Higher Security, Greater Access with Oracle Desktop Virtualization Introduction... 1 Desktop Infrastructure Challenges... 2 Oracle s Desktop Virtualization Solutions Beyond

More information

An Oracle Technical Article March 2015. Certification with Oracle Linux 7

An Oracle Technical Article March 2015. Certification with Oracle Linux 7 An Oracle Technical Article March 2015 Certification with Oracle Linux 7 Oracle Technical Article Certification with Oracle Linux 7 Introduction...1 Comparing Oracle Linux 7 and Red Hat Enterprise Linux

More information

An Oracle White Paper June 2011. Oracle Database Firewall 5.0 Sizing Best Practices

An Oracle White Paper June 2011. Oracle Database Firewall 5.0 Sizing Best Practices An Oracle White Paper June 2011 Oracle Database Firewall 5.0 Sizing Best Practices Introduction... 1 Component Overview... 1 Database Firewall Deployment Modes... 2 Sizing Hardware Requirements... 2 Database

More information

OpenLDAP Oracle Enterprise Gateway Integration Guide

OpenLDAP Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 OpenLDAP Oracle Enterprise Gateway Integration Guide 1 / 29 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

PeopleSoft Forms & Approval Builder

PeopleSoft Forms & Approval Builder PeopleSoft Forms & Approval Builder Forms and Approval Builder enables organizations to replace paper forms and emails with electronic forms that are configurable by business analysts, enabled with approval

More information

An Oracle White Paper December 2011. Cloud Candidate Selection Tool: Guiding Cloud Adoption

An Oracle White Paper December 2011. Cloud Candidate Selection Tool: Guiding Cloud Adoption An Oracle White Paper December 2011 Cloud Candidate Selection Tool: Guiding Cloud Adoption Cloud Candidate Selection Tool: Guiding Cloud Adoption Executive Overview... 2 Introduction... 2 Tool Capabilities

More information

An Oracle White Paper April 2010. How to Install the Oracle Solaris 10 Operating System on x86 Systems

An Oracle White Paper April 2010. How to Install the Oracle Solaris 10 Operating System on x86 Systems An Oracle White Paper April 2010 How to Install the Oracle Solaris 10 Operating System on x86 Systems Introduction... 1 Installation Assumptions... 2 Check the Hardware Compatibility List... 2 Basic System

More information

Business Driven Process Optimization

Business Driven Process Optimization An Oracle Solution Brief October 2013 Business Driven Process Optimization Introduction... 3 Improving Business Processes... 3 Being Business Driven... 3 Business-driven process design with Oracle BPM

More information

PRODUCT HUB STREAMLINED ITEM BATCH USER INTERFACE DEFINE IMPORT FORMATS FOR SPREADSHEET IMPORT CONSOLIDATION OF DIGITAL ASSETS THROUGH THE ITEM BATCH

PRODUCT HUB STREAMLINED ITEM BATCH USER INTERFACE DEFINE IMPORT FORMATS FOR SPREADSHEET IMPORT CONSOLIDATION OF DIGITAL ASSETS THROUGH THE ITEM BATCH PRODUCT HUB Centralize product data across heterogeneous systems to create a blended product master record that is clean, standardized, accurate, and current. Harmonize it across business processes and

More information

Oracle s Solution for Secure Remote Workers. Providing Protected Access to Enterprise Communications

Oracle s Solution for Secure Remote Workers. Providing Protected Access to Enterprise Communications Oracle s Solution for Secure Remote Workers Providing Protected Access to Enterprise Communications Our forecast shows that the worldwide mobile worker population will increase to more than 1.3 billion

More information

An Oracle White Paper September 2013. Advanced Java Diagnostics and Monitoring Without Performance Overhead

An Oracle White Paper September 2013. Advanced Java Diagnostics and Monitoring Without Performance Overhead An Oracle White Paper September 2013 Advanced Java Diagnostics and Monitoring Without Performance Overhead Introduction... 1 Non-Intrusive Profiling and Diagnostics... 2 JMX Console... 2 Java Flight Recorder...

More information

An Oracle White Paper November 2011. Knowledge-Infused Customer Relationship Management: A Game-Changing Investment for Customer Support

An Oracle White Paper November 2011. Knowledge-Infused Customer Relationship Management: A Game-Changing Investment for Customer Support An Oracle White Paper November 2011 Knowledge-Infused Customer Relationship Management: A Game-Changing Investment for Customer Support Executive Overview Combining knowledge management (KM) with customer

More information

An Oracle White Paper October 2013. Oracle Data Integrator 12c New Features Overview

An Oracle White Paper October 2013. Oracle Data Integrator 12c New Features Overview An Oracle White Paper October 2013 Oracle Data Integrator 12c Disclaimer This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should

More information

ORACLE VM MANAGEMENT PACK

ORACLE VM MANAGEMENT PACK ORACLE VM MANAGEMENT PACK Effective use of virtualization promises to deliver significant cost savings and operational efficiencies. However, it does pose some management challenges that need to be addressed

More information

An Oracle White Paper July 2013. Accelerating Database Infrastructure Using Oracle Real Application Clusters 11g R2 and QLogic FabricCache Adapters

An Oracle White Paper July 2013. Accelerating Database Infrastructure Using Oracle Real Application Clusters 11g R2 and QLogic FabricCache Adapters An Oracle White Paper July 2013 Accelerating Database Infrastructure Using Oracle Real Application Clusters 11g R2 and QLogic FabricCache Adapters Executive Overview Thousands of companies world-wide use

More information

The new Manage Requisition Approval task provides a simple and user-friendly interface for approval rules management. This task allows you to:

The new Manage Requisition Approval task provides a simple and user-friendly interface for approval rules management. This task allows you to: SELF SERVICE PROCUREMENT Oracle Fusion Self Service Procurement streamlines the purchase requisitioning process using a consumer centric approach and helps control the employee spending by enforcing the

More information

An Oracle White Paper June 2011. Tackling Fraud and Error

An Oracle White Paper June 2011. Tackling Fraud and Error An Oracle White Paper June 2011 Tackling Fraud and Error 1 Executive Overview Fraud and error has been estimated to cost the public finances approximately 17.6bn in 2010 alone 1. Getting to the root cause

More information

Oracle Fusion Applications Splitting Topology from Single to Multiple Host Servers

Oracle Fusion Applications Splitting Topology from Single to Multiple Host Servers An Oracle Technical Paper July 2012 Oracle Fusion Applications Splitting Topology from Single to Multiple Host Servers Disclaimer The following is intended to outline our general product direction. It

More information

Oracle Sales Cloud for Consumer Goods

Oracle Sales Cloud for Consumer Goods S U M M E R 1 5 Oracle Sales Cloud for Consumer Goods Oracle Sales Cloud for Consumer Goods is a comprehensive industry solution that includes trade promotion management and retail execution. The retail

More information

An Oracle White Paper January 2011. Oracle Database Firewall

An Oracle White Paper January 2011. Oracle Database Firewall An Oracle White Paper January 2011 Oracle Database Firewall Introduction... 1 Oracle Database Firewall Overview... 2 Oracle Database Firewall... 2 White List for Positive Security Enforcement... 3 Black

More information

Oracle Knowledge Solutions for Insurance. Answers that Fuel Growth

Oracle Knowledge Solutions for Insurance. Answers that Fuel Growth Oracle Knowledge Solutions for Insurance Answers that Fuel Growth When seeking to boost market share and customer retention rates, having answers makes all the difference. Timely answers help brokers and

More information

An Oracle Best Practice Guide May 2012. Best Practices for Web Experiences

An Oracle Best Practice Guide May 2012. Best Practices for Web Experiences An Oracle Best Practice Guide May 2012 Best Practices for Web Experiences Introduction... 1 1. Make Customer Service Easy to Find... 2 2. Make Your Website Easy to Use... 3 3. Understand the Issues Your

More information

Performance with the Oracle Database Cloud

Performance with the Oracle Database Cloud An Oracle White Paper September 2012 Performance with the Oracle Database Cloud Multi-tenant architectures and resource sharing 1 Table of Contents Overview... 3 Performance and the Cloud... 4 Performance

More information

An Oracle White Paper August 2013. Automatic Data Optimization with Oracle Database 12c

An Oracle White Paper August 2013. Automatic Data Optimization with Oracle Database 12c An Oracle White Paper August 2013 Automatic Data Optimization with Oracle Database 12c Introduction... 1 Storage Tiering and Compression Tiering... 2 Heat Map: Fine-grained Data Usage Tracking... 3 Automatic

More information

An Oracle White Paper June 2014. RESTful Web Services for the Oracle Database Cloud - Multitenant Edition

An Oracle White Paper June 2014. RESTful Web Services for the Oracle Database Cloud - Multitenant Edition An Oracle White Paper June 2014 RESTful Web Services for the Oracle Database Cloud - Multitenant Edition 1 Table of Contents Introduction to RESTful Web Services... 3 Architecture of Oracle Database Cloud

More information

An Oracle Best Practice Guide April 2012. Best Practices for Implementing Contact Center Experiences

An Oracle Best Practice Guide April 2012. Best Practices for Implementing Contact Center Experiences An Oracle Best Practice Guide April 2012 Best Practices for Implementing Contact Center Experiences Introduction... 1 Understanding the Challenges of Contact Center Processes... 2 Addressing the Challenges

More information

An Oracle Benchmarking Study February 2011. Oracle Insurance Insbridge Enterprise Rating: Performance Assessment

An Oracle Benchmarking Study February 2011. Oracle Insurance Insbridge Enterprise Rating: Performance Assessment An Oracle Benchmarking Study February 2011 Oracle Insurance Insbridge Enterprise Rating: Performance Assessment Executive Overview... 1 RateManager Testing... 2 Test Environment... 2 Test Scenarios...

More information

Mobile-First Strategy. CIO Executive Interview

Mobile-First Strategy. CIO Executive Interview Mobile-First Strategy CIO Executive Interview Mark Sunday, CIO of Oracle Corporation, interviewed Suhas Uliyar, Vice President of Mobile Strategy Product Management at Oracle, to learn about the critical

More information

An Oracle White Paper November 2011. Financial Crime and Compliance Management: Convergence of Compliance Risk and Financial Crime

An Oracle White Paper November 2011. Financial Crime and Compliance Management: Convergence of Compliance Risk and Financial Crime An Oracle White Paper November 2011 Financial Crime and Compliance Management: Convergence of Compliance Risk and Financial Crime Disclaimer The following is intended to outline our general product direction.

More information

SIX QUESTIONS TO ASK ANY VENDOR BEFORE SIGNING A SaaS E-COMMERCE CONTRACT

SIX QUESTIONS TO ASK ANY VENDOR BEFORE SIGNING A SaaS E-COMMERCE CONTRACT SIX QUESTIONS TO ASK ANY VENDOR BEFORE SIGNING A SaaS E-COMMERCE CONTRACT When evaluating software-as-aservice, particularly e-commerce SaaS solutions, companies often focus on comparing product features

More information

An Oracle White Paper June, 2013. Enterprise Manager 12c Cloud Control Application Performance Management

An Oracle White Paper June, 2013. Enterprise Manager 12c Cloud Control Application Performance Management An Oracle White Paper June, 2013 Enterprise Manager 12c Cloud Control Executive Overview... 2 Introduction... 2 Business Application Performance Monitoring... 3 Business Application... 4 User Experience

More information

Sun ZFS Storage Appliance Rule-Based Identity Mapping Between Active Directory and Network Information Services Implementation Guide

Sun ZFS Storage Appliance Rule-Based Identity Mapping Between Active Directory and Network Information Services Implementation Guide An Oracle White Paper February 2011 Sun ZFS Storage Appliance Rule-Based Identity Mapping Between Active Directory and Network Information Services Implementation Guide Introduction... 4 Overview and Prerequisites...

More information

ORACLE S PRIMAVERA CONTRACT MANAGEMENT, BUSINESS INTELLIGENCE PUBLISHER EDITION

ORACLE S PRIMAVERA CONTRACT MANAGEMENT, BUSINESS INTELLIGENCE PUBLISHER EDITION ORACLE S PRIMAVERA CONTRACT MANAGEMENT, BUSINESS INTELLIGENCE PUBLISHER EDITION KEY FEATURES NEW: Oracle BI Publisher NEW: UPK Support NEW: Technology Enhancements NEW: Web Services Powerful dashboards

More information

Monitoring and Diagnosing Production Applications Using Oracle Application Diagnostics for Java. An Oracle White Paper December 2007

Monitoring and Diagnosing Production Applications Using Oracle Application Diagnostics for Java. An Oracle White Paper December 2007 Monitoring and Diagnosing Production Applications Using Oracle Application Diagnostics for Java An Oracle White Paper December 2007 Monitoring and Diagnosing Production Applications Using Oracle Application

More information

WEBLOGIC SERVER MANAGEMENT PACK ENTERPRISE EDITION

WEBLOGIC SERVER MANAGEMENT PACK ENTERPRISE EDITION WEBLOGIC SERVER MANAGEMENT PACK ENTERPRISE EDITION COMPLETE WEBLOGIC SERVER MANAGEMENT KEY FEATURES Manage multiple domains centrally Gain in-depth JVM diagnostics Trace transactions across multi-tier

More information