PeopleSoft Fluid Messages Standard

Size: px
Start display at page:

Download "PeopleSoft Fluid Messages Standard"

Transcription

1 ORACLE CORPORATION PeopleSoft Fluid Messages Standard Fluid User Experience November 2015

2 PeopleSoft Fluid Messages Standards Copyright 2015, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish, or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, then the following notice is applicable: U.S. GOVERNMENT END USERS: Oracle programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, delivered to U.S. Government end users are "commercial computer software" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, use, duplication, disclosure, modification, and adaptation of the programs, including any operating system, integrated software, any programs installed on the hardware, and/or documentation, shall be subject to license terms and license restrictions applicable to the programs. No other rights are granted to the U.S. Government. This software or hardware is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury. If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. 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. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group. This software or hardware and documentation may provide access to or information about content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services unless otherwise set forth in an applicable agreement between you and Oracle. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services, except as set forth in an applicable agreement between you and Oracle. Documentation Accessibility For information about Oracle's commitment to accessibility, visit the Oracle Accessibility Program website at Access to Oracle Support Oracle customers that have purchased support have access to electronic support through My Oracle Support. For information, visit or visit if you are hearing impaired. 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, or functionality, 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. 2

3 Fluid Message Standards 1 Overview 4 Text Guidelines for Messages 4 Confirmation Messages 5 General Guidelines for Confirmation Messages 5 Fading Confirmation Message 7 Persistent Confirmation Message 9 Confirmation Message with Alert 12 Error Messages 16 General Guidelines for Error Messages 16 Warning Messages 17 General Guidelines for Warning Messages 18 Additional Information for Messages 19 General Guidelines for Additional Information for Messages 19 Accessiblity Standards for Messages 22 3

4 Overview This documentation describes the UI guidelines for the various types of messages seen in self service. It covers the UI guidelines for the following message types: Confirmation Message: Use to convey that a transaction was successful. Error Message: Use to convey that a transaction cannot be completed. Warning Message: Use to convey that the transaction may have completed successfully, but the user should review it and proceed with caution. Informational Text: Use to provide important or legally required information the user needs for completing the transaction. Text Guidelines for Messages In general, the text used in a message should always be a short, clear, and concise description of the information a user needs to know. Messages should contain as few words as possible. Messages should be direct imperatives; the word Please is unnecessary. The first letter of each sentence or phrase should be capitalized. If the message contains only one sentence, then no period is needed. Proper punctuation should be used if the message contains multiple sentences. Abbreviations should be avoided. The text should not refer to direction, color, image content, or any visual reference. The amount of text needed to convey the message is typically determined by the type of message that appears. Confirmation messages should be short and concise, using just enough words to let the user know the action was completed. Since this type of message is usually short and not a complete sentence, a period at the end is unnecessary; however, the first letter of the phrase should be capitalized. Error messages should describe the problem encountered and tell the user, in as few words as possible, how to fix it. This type of message may contain multiple sentences, therefore, it should be punctuated correctly; for example, each sentence should be capitalized and each sentence should end with a period. Warning messages should let the user know that a problem may exist and what the outcome will be if they proceed. This type of message typically contains multiple sentences and, therefore, should be correctly punctuated. Sometimes messages may also contain information that can be singular or plural, depending on the outcome or the results of the transaction. For example, the process may successfully save one or many rows of data. Avoid using counts if possible; however, if it is important to display how many rows were saved or processed, use a count with a description that conveys both singular and plural conditions. 4

5 In the following example, it is important to display how many performance documents were created because it is possible that not all documents were created. Since the outcome could be one or many, the word Document in the message can be singular or plural. In this situation, use an s in parenthesis (s) to indicate this condition without having to create two different messages. Figure 1: Example of message text Confirmation Messages Confirmation messages convey that the action taken was completed successfully. Several different design patterns can be used for confirmation messages: Fading confirmation message Persistent confirmation message Confirmation message with alert Pop-up confirmation message General Guidelines for Confirmation Messages All confirmation messages, with the exception of the persistent confirmation message, should return the user to the page where they can select the next item in the list or the next action they will want to perform. This functionality will eliminate the need to navigate to the menu under most circumstances. In the following example, the user selects the approval row from the Pending Approvals list: 5

6 Figure 2: User selects the approval row (1 of 3) The user is transferred to the transaction details, where they click the Approve button: Figure 2: User taps the Approve button (2 of 3) Once approved, the system returns the user to the Pending Approvals page and displays a Confirmation message. The user can select the next transaction in the list to approve. 6

7 Figure 2: System returns Confirmation message for transaction (3 of 3) Fading Confirmation Message A fading confirmation message lets the user know that the action they just completed was successful and then it disappears from the page. It is commonly used to convey that a transaction was saved or submitted without the need for user interaction. This type of message is beneficial when the data on the page is editable or could be editable, thus allowing the user to interact with the page without having to dismiss the message or close a modal window. This message type is the preferred method for displaying simple confirmation messages on editable pages since it does not require user interaction. If the page is read only, then the persistent confirmation message style, covered in the next topic, should be used. The fading confirmation message area appears at the top of the page and covers all panels, regardless of form factor or page layout. It overlays any existing data on the page, and the message is centered in the middle of the message area. The message appears on the screen for about 5 seconds before disappearing. The message can be dismissed by selecting the Close icon (x) in the message area. The message should be short and should fit on one line on the phone if possible. Note: Accessibility mode is handled by PeopleTools for this type of message. 7

8 One-Panel Layout Message Area Figure 3: Fading confirmation message in one-panel layout Two-Panel Layout (left and right) Figure 4: Fading confirmation message in two-panel layout 8

9 Small Form Factor Layout Figure 5: Fading confirmation message in small form factor layout Persistent Confirmation Message The persistent confirmation message is physically part of the page and cannot be dismissed until the user leaves the page. Use this type of message when: The message contains more text then what can be easily read in 3 seconds (consider using the confirmation message with alerts in this case). The page is a confirmation page (read-only) and requires no further interaction from the user. Confirmation pages are typically used as the last step of a guided process or where there is not a page that the user can be returned to. The message contains information that the user may need to record or print, such as an order number, confirmation number, telephone number, or address that is not otherwise reflected on the next page. The persistent confirmation message area appears at the top of the page and pushes down the content in the page or panel. Examples follow. 9

10 One Panel Layout Figure 6: Persistent confirmation message in one-panel layout Multi-Panel Layout In a multi-panel layout, the message area pushes down the content in the transaction area (right pane) but does not push down the content in the left pane. Two Panel Layout Figure 7: Persistent confirmation message in two-panel layout 10

11 Three Panel Layout Figure 8: Persistent confirmation message in three-panel layout 11

12 Small Form Factor Layout Figure 9: Persistent confirmation message in small form factor layout Confirmation Message with Alert A confirmation message with alert is a two-step message that gives the user the opportunity to cancel out of the action before it is confirmed. Use this type of message when: Data is being deleted from the database and cannot be undone. This is critical for Web Content Accessibility Guidelines (WCAG), which state: Performing an operation where data is deleted and can t be recovered should raise a pre-action confirmation message to make sure that you really want to do what you are about to do. The user needs a way to back out of the action they selected before it is completed. For example, if the user accidently selected the wrong button and it is difficult or cumbersome to undo the action. Additional options can or must be done before completing the transaction. For example, entering comments before submitting a transaction. The intermediary or alert message should appear in a modal window where the user has the ability to cancel the transaction or continue with the action they are performing. 12

13 Data is Deleted or Action is Difficult to Undo After the user selects the action on the primary page, a message appears in a modal window, giving the user the option to back out and not delete this entry. This message should be as clear as possible, and it should be easy for the user to decipher the action they need to take. In the following example, the user would click the Yes button to confirm the delete action and the No button to cancel the action and back out of deleting the data: Figure 10: Example of confirmation message with alert (1 of 2) Once the action is confirmed, a confirmation message should appear to confirm that the action was successful. In general, a fading confirmation should be used; however, a persistent confirmation message is also acceptable. In certain instances, it is also acceptable for no confirmation message to appear, although in this instance, it should be obvious to the user that the action completed successfully. Figure 10: Example of confirmation message indicating action completed successfully (2 of 2) 13

14 Data is Deleted or Action is Difficult to Undo in Small Form Factor Layout Figure 11: Confirmation message with alert for small form factor (1 of 2) Figure 11: Confirmation message indicating action completed successfully (2 of 2) 14

15 Additional Input (such as Comments) is Available In this example, once the user selects the action on the primary page, a modal window is presented that allows the user to add their comments before submitting the action. In this case, use a standard modal window with buttons at the top. One button should enable the user to cancel the action, and another button should enable them to complete (submit) the action. Figure 12: Confirmation message with alert (1 of 2) Once the action is confirmed, the system should display a fading confirmation message indicating that the action occurred. It is also acceptable to use a persistent confirmation message if it follows the rules or no confirmation message if it is obvious to the user that the action was successful. 15

16 Figure 12: Confirmation message indicating action completed successfully (2 of 2) Error Messages The system should display an error message if the transaction cannot be completed and the user must correct the error before proceeding. Errors can occur when saving or when a user enters an incorrect value in a field on the page. General Guidelines for Error Messages These are the general guidelines for error messages: Error messages should appear in a modal window. An OK button should be used to close the modal window and return to the page so the user can correct the error. The error should clearly describe the problem encountered and identify the field that needs to be fixed. If possible, the error message should provide guidance to the user as to how to correct the error. 16

17 The cursor position should be set in the field with the error, if possible. Example of an error message in a modal window issued when saving the page: Figure 13: Example of an error message in a modal window Sometimes errors cannot be fixed and the user cannot complete the transaction. In this case, the message should instruct the user to contact their Administrator, as shown in this example: Figure 14: Example of an error message in a small form factor Warning Messages 17

18 Typically, the system displays warning messages when a user saves or submits a transaction. Warning messages let the user know that something could be wrong or incorrect on the page and that they may want to reconsider before proceeding. General Guidelines for Warning Messages The general guidelines for warning messages follow: Warning messages should appear in a modal window with the ability for the user to continue with the action they are performing or cancel the action and go back to the transaction and review their data. An OK button should be available to let the user continue with the save. A Cancel button should be available to return the user to the transaction so they can review the data. The warning message should clearly describe the potential problem and provide guidance on how to address it, if applicable. Available options are Yes/No; Yes/No/Cancel; and OK/Cancel. Examples of warning messages: Figure 15: Example of a warning message requesting that user review the data 18

19 Figure 16: Example of a warning message requesting confirmation Additional Information for Messages Additional information is any text that is necessary to have on a page that aids the user in completing the transaction. It is generally used to: Provide guidance on how a user can complete a transaction when it is not obvious on the page. Display text that is legally required to be included on a page. Provide disclaimer text about information on the page. Describe additional actions the user may need to take after the transaction has completed. General Guidelines for Additional Information for Messages These are the guidelines for additional information: The text should appear directly on the page and be left justified. If the text applies to the whole page or transaction, it should be placed at the end of the content with a line above the information text. The style for this text is psc_text-disclaimer (see the first example below). If the text pertains only to certain sections or fields on the page, the text should be placed under the appropriate section or fields (see the second example below). A line should be placed under the information text to separate it from any remaining page content that is below it, if applicable. 19

20 If it is important to draw attention to the information text, an icon should be used and placed in front of the text. A line should appear above and below the text. The style for this text is psc_text-important (see the third example below). Note: In accessible mode, Alternate Text for the image is mandatory. Additionally, if the text is important, a pop-up modal should be used in accessible mode. This example shows text that is legally mandated and pertains to the Ethnic Groups section. Note that a line divides the message from the content section. Figure 17: Example of additional information pertaining to ethnic groups 20

21 This example shows disclaimer text that pertains only to the Balance Information section: Figure 18: Example of additional information pertaining to the Balance Information section This example shows an icon used to draw attention to important text: 21

22 Figure 19: Example of using an icon for important additional information Accessiblity Standards for Messages To comply with Web Content Accessibility Guidelines, these additional requirements apply so that messages can be correctly read by a message reader: Any message text on the page should be put in a pop-up modal window for accessible mode; therefore, it needs to work like the PeopleTools MsgGet function. Using the MsgGet function will immediately announce and read the message area. This standard should apply to all confirmation messages, error messages, and warning messages. For fading confirmation messages, this construct is already built into the widget. In PeopleTools 8.55 for any on-screen message architecture, such as a persistent confirmation message, an Aria-alert or similar alert must be used so the message reader knows to read the message to the user immediately. 22

PeopleSoft Fluid Icon Standards

PeopleSoft Fluid Icon Standards ORACLE CORPORATION PeopleSoft Fluid Icon Standards Fluid User Experience November 2015 PeopleSoft Fluid Icon Standards Copyright 2015, Oracle and/or its affiliates. All rights reserved. This software and

More information

PeopleSoft Fluid Required Fields Standards

PeopleSoft Fluid Required Fields Standards ORACLE CORPORATION PeopleSoft Fluid Required Fields Standards Fluid User Experience November 2015 PeopleSoft Fluid Required Fields Standards Copyright 2015, Oracle and/or its affiliates. All rights reserved.

More information

PeopleSoft Fluid Related Action Standards

PeopleSoft Fluid Related Action Standards ORACLE CORPORATION PeopleSoft Fluid Related Action Standards Fluid User Experience November 2015 PeopleSoft Fluid Related Action Standards Copyright 2015, Oracle and/or its affiliates. All rights reserved.

More information

PeopleSoft Fluid Buttons Standards

PeopleSoft Fluid Buttons Standards ORACLE CORPORATION PeopleSoft Fluid Buttons Standards Fluid User Experience November 2015 PeopleSoft Fluid Buttons Standards Copyright 2015, Oracle and/or its affiliates. All rights reserved. This software

More information

Oracle Communications Configuration Management

Oracle Communications Configuration Management Oracle Communications Configuration Management Planning Guide Release 7.2 E35436-01 October 2013 Oracle Communications Configuration Management Planning Guide, Release 7.2 E35436-01 Copyright 2011, 2013,

More information

What s New for Cloud at Customer What's New for the Cloud Services on Oracle Cloud at Customer New Documentation for Oracle Cloud at Customer

What s New for Cloud at Customer What's New for the Cloud Services on Oracle Cloud at Customer New Documentation for Oracle Cloud at Customer Oracle Cloud at What's New for Oracle Cloud at Release 18.1.4 E93578-04 October 2018 What s New for Oracle Cloud at This document lists the new features and enhancements added to the Oracle Cloud at and

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need Oracle Enterprise Manager Ops Center Creating a Server Pool for Oracle VM Server for SPARC 12c Release 2 (12.2.2.0.0) E48147-03 December 2014 This guide provides an end-to-end example for how to use Oracle

More information

Oracle Adapter for Salesforce Lightning. Winter 18. New Feature Summary

Oracle Adapter for Salesforce Lightning. Winter 18. New Feature Summary Oracle Adapter for Salesforce Lightning Winter 18 New Feature Summary TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 ORACLE ADAPTER FOR SALESFORCE LIGHTNING... 4 LIGHTNING TRANSACTION UI... 4 File

More information

Report Management and Editor!

Report Management and Editor! Quickly Find the Right Reports and Build New Reports with the Report Management and Editor! HOW DOES THE REPORT MANAGER AND EDITOR WORK? The Report Manager is a search and preview interface which helps

More information

Oracle Hospitality OPERA Exchange Interface Cloud Authentication. October 2017

Oracle Hospitality OPERA Exchange Interface Cloud Authentication. October 2017 Oracle Hospitality OPERA Exchange Interface Cloud Authentication October 2017 Copyright 2016, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Installing and Updating Local Software Packages 12c Release

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Installing and Updating Local Software Packages 12c Release Oracle Enterprise Manager Ops Center Installing and Updating Local Software Packages 12c Release 12.1.2.0.0 E37233-01 November 2012 This guide provides an end-to-end example for how to use Oracle Enterprise

More information

Export generates an empty file

Export generates an empty file Known Issues for Oracle SQL Developer Web Release 18.1 E96172-01 May 2018 Known Issues for Oracle SQL Developer Web This section describes known issues associated with the Oracle SQL Developer Web 18.1

More information

Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved.

Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Clearing Cache COPYRIGHT & TRADEMARKS Copyright 1998, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names

More information

Database Change Reference Release 6.3

Database Change Reference Release 6.3 [1]Oracle Communications MetaSolv Solution Database Change Reference Release 6.3 E69841-01 April 2018 Oracle Communications MetaSolv Solution Database Change Reference, Release 6.3 E69841-01 Copyright

More information

Oracle Retail MICROS Stores2 Functional Document Sales - Receipt List Screen Release September 2015

Oracle Retail MICROS Stores2 Functional Document Sales - Receipt List Screen Release September 2015 Oracle Retail MICROS Stores2 Functional Document Sales - Receipt List Screen Release 1.36 September 2015 Oracle Retail MICROS Stores2 Functional Document Sales - Receipt List Screen, Release 1.36 Copyright

More information

Recipe Calculation Survey. Materials Control. Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D Neuss Date: August 21 st 2007.

Recipe Calculation Survey. Materials Control. Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D Neuss Date: August 21 st 2007. Recipe Calculation Survey Materials Control Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D - 41460 Neuss Date: August 21 st 2007 Page 1 of 8 Copyright 2015, Oracle and/or its affiliates. All rights

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Hardware and Software Configuration

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Hardware and Software Configuration Oracle Enterprise Manager Ops Center Create Private Networks in a Virtual Datacenter 12c Release 3 (12.3.0.0.0) E60045-01 June 2015 This guide provides an end-to-end example for how to use Oracle Enterprise

More information

Oracle Utilities Opower Custom URL Configuration

Oracle Utilities Opower Custom URL Configuration Oracle Utilities Opower Custom URL Configuration Technical Brief E84773-01 Last Updated: Thursday, May 25, 2017 Oracle Utilities Opower Customer URL Configuration Technical Brief Copyright 2012, 2017,

More information

Oracle Argus Safety. 1 Configuration. 1.1 Configuring a Reporting Destination for the emdr Profile. emdr Best Practices Document Release 8.0.

Oracle Argus Safety. 1 Configuration. 1.1 Configuring a Reporting Destination for the emdr Profile. emdr Best Practices Document Release 8.0. Oracle Argus Safety emdr Best Practices Document Release 8.0.1 E68590-01 November 2015 This document provides information on using emdr to switch from MedWatch Device reporting, and special considerations

More information

1 Understanding the Cross Reference Facility

1 Understanding the Cross Reference Facility JD Edwards EnterpriseOne Tools Cross Reference Facility Guide Release 9.1 E21485-01 December 2011 The JD Edwards EnterpriseOne Tools Cross Reference Facility Guide contains the following topics: Section

More information

Managing Zone Configuration

Managing Zone Configuration Oracle Enterprise Manager Ops Center Managing the Configuration of a Zone 12c Release 1 (12.1.2.0.0) E27356-01 November 2012 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

JD Edwards EnterpriseOne. Overview. Prerequisites. Web Client for ipad Quick Start Guide Release 8.98 Update 4, Service Pack 5

JD Edwards EnterpriseOne. Overview. Prerequisites. Web Client for ipad Quick Start Guide Release 8.98 Update 4, Service Pack 5 JD Edwards EnterpriseOne Web Client for ipad Quick Start Guide Release 8.98 Update 4, Service Pack 5 E25437-01 September 2011 This document contains the following topics: "Overview" "Prerequisites" "User

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

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need Oracle Enterprise Manager Ops Center Enabling Single Root Input Output Virtualization in Exalogic Elastic Cloud 12c Release 1 (12.1.2.0.0) E35262-01 November 2012 This guide provides an end-to-end example

More information

JavaFX. JavaFX System Requirements Release E

JavaFX. JavaFX System Requirements Release E JavaFX JavaFX 2.0.3 System Requirements Release 2.0.3 E20473-03 February 2012 JavaFX/JavaFX 2.0.3 System Requirements, Release 2.0.3 E20473-03 Copyright 2008, 2012, Oracle and/or its affiliates. All rights

More information

Oracle Enterprise Manager Ops Center. Introduction. Creating Oracle Solaris 11 Zones 12c Release 2 ( )

Oracle Enterprise Manager Ops Center. Introduction. Creating Oracle Solaris 11 Zones 12c Release 2 ( ) Oracle Enterprise Manager Ops Center Creating Oracle Solaris 11 Zones 12c Release 2 (12.2.2.0.0) E41230-04 February 2015 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

Oracle Hospitality Query and Analysis Languages and Translation Configuration Guide. March 2016

Oracle Hospitality Query and Analysis Languages and Translation Configuration Guide. March 2016 Oracle Hospitality Query and Analysis Languages and Translation Configuration Guide March 2016 Original Issued Date: March 2006 Vision / Serduct version: 03.x Author Product: MICROS Opera 3.x Copyright

More information

Oracle Enterprise Manager Ops Center

Oracle Enterprise Manager Ops Center Oracle Enterprise Manager Ops Center Discover and Manage SPARC T5 Series Servers and SPARC T7 Series Servers 12c Release 3 (12.3.2.0.0) E60000-03 July 2016 This guide provides an end-to-end example for

More information

Oracle Hospitality Suite8 Export to Outlook User Manual Release 8.9. July 2015

Oracle Hospitality Suite8 Export to Outlook User Manual Release 8.9. July 2015 Oracle Hospitality Suite8 Export to Outlook User Manual Release 8.9 July 2015 Copyright 1987, 2015, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided

More information

Defining Constants and Variables for Oracle Java CAPS Environments

Defining Constants and Variables for Oracle Java CAPS Environments Defining Constants and Variables for Oracle Java CAPS Environments Part No: 821 2547 March 2011 Copyright 2008, 2011, Oracle and/or its affiliates. All rights reserved. License Restrictions Warranty/Consequential

More information

Oracle Human Capital Management Cloud Using the HCM Mobile Application. Release 13 (update 18C)

Oracle Human Capital Management Cloud Using the HCM Mobile Application. Release 13 (update 18C) Oracle Human Capital Management Cloud Release 13 (update 18C) Release 13 (update 18C) Part Number E98193-01 Copyright 2011-2018, Oracle and/or its affiliates. All rights reserved. Author: Ashita Mathur,

More information

OKM Key Management Appliance

OKM Key Management Appliance Oracle Key Manager Network Configuration Guide for OKM and the SL4000 Library E88947-01 July 2017 The SL4000 Modular Library System requires only a single connection to Oracle Key Manager (OKM) rather

More information

PQM Submitter FAQs Version 18 February 2018 Contents About This Guide... 5 PQM Overview... 7 What is included in the Workspace?... 7 How do I view task listings?... 8 How do I navigate between tasks?...

More information

Introduction to Auto Service Request

Introduction to Auto Service Request Oracle Enterprise Manager Ops Center Enable and Test Auto Service Request 12c Release 3 (12.3.0.0.0) E59994-01 June 2015 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

Oracle Hospitality MICROS Commerce Platform Release Notes Release Part Number: E December 2015

Oracle Hospitality MICROS Commerce Platform Release Notes Release Part Number: E December 2015 Oracle Hospitality MICROS Commerce Platform Release Notes Release 4.2.1 Part Number: E69448-01 December 2015 Copyright 2010, 2015, Oracle and/or its affiliates. All rights reserved. This software and related

More information

Oracle. Sales Cloud Using Sales for Outlook. Release 13 (update 18A)

Oracle. Sales Cloud Using Sales for Outlook. Release 13 (update 18A) Oracle Sales Cloud Release 13 (update 18A) Release 13 (update 18A) Part Number E92320-02 Copyright 2011-2018, Oracle and/or its affiliates. All rights reserved. Authors: Debjit Nag, Gowri Sudhindra This

More information

Materials Control. Account Classes. Product Version Account Classes. Document Title: Joerg Trommeschlaeger

Materials Control. Account Classes. Product Version Account Classes. Document Title: Joerg Trommeschlaeger MICROS Product Version 8.7.10.40.1382 : : : Date: 19.09.2012 Version No. of Document: 1.0 Copyright 2015, Oracle and/or its affiliates. All rights reserved. This software and related documentation are

More information

Creating Resources on the ZFS Storage Appliance

Creating Resources on the ZFS Storage Appliance Oracle Enterprise Manager Ops Center Creating Non-Global Zones Using a SAN Storage Library 12c Release 3 (12.3.0.0.0) E65613-01 October 2015 This guide provides an end-to-end example for how to use Oracle

More information

Oracle Retail MICROS Stores2 Functional Document Stores2 for Portugal Disaster Recovery Release

Oracle Retail MICROS Stores2 Functional Document Stores2 for Portugal Disaster Recovery Release Oracle Retail MICROS Stores2 Functional Document Stores2 for Portugal Disaster Recovery Release 1.39.4 March 2018 Oracle Retail MICROS Stores2 Functional Document for Portugal Disaster Recovery, Release

More information

Taleo Enterprise Deep Linking Configuration Guide Release 17

Taleo Enterprise Deep Linking Configuration Guide Release 17 Oracle Taleo Enterprise Release 17 Taleo Enterprise Part Number: E89359-01 Copyright 2017, Oracle and/or its affiliates. All rights reserved Authors: Taleo Information Development Team This software and

More information

Oracle. Field Service Cloud Using the Parts Catalog

Oracle. Field Service Cloud Using the Parts Catalog Oracle Field Service Cloud Release August 2016 Field Service Cloud Part Number: E67887-10 Copyright 2016, Oracle and/or its affiliates. All rights reserved Authors: The Field Service Cloud Information

More information

Security Guide Release 4.0

Security Guide Release 4.0 [1]Oracle Communications Session Monitor Security Guide Release 4.0 E89197-01 November 2017 Oracle Communications Session Monitor Security Guide, Release 4.0 E89197-01 Copyright 2017, Oracle and/or its

More information

Oracle Cloud What's New for Oracle WebCenter Portal Cloud Service

Oracle Cloud What's New for Oracle WebCenter Portal Cloud Service Oracle Cloud What's New for Oracle WebCenter Portal Cloud Service E80293-09 April 2018 Oracle Cloud What's New for Oracle WebCenter Portal Cloud Service, E80293-09 Copyright 2017, 2018, Oracle and/or its

More information

Microsoft Active Directory Plug-in User s Guide Release

Microsoft Active Directory Plug-in User s Guide Release [1]Oracle Enterprise Manager Microsoft Active Directory Plug-in User s Guide Release 13.1.0.1.0 E66401-01 December 2015 Oracle Enterprise Manager Microsoft Active Directory Plug-in User's Guide, Release

More information

What s New for Oracle Cloud Stack Manager. Topics: July Oracle Cloud. What's New for Oracle Cloud Stack Release

What s New for Oracle Cloud Stack Manager. Topics: July Oracle Cloud. What's New for Oracle Cloud Stack Release Oracle Cloud What's New for Oracle Cloud Stack Release 18.3.2 E83240-17 July 2018 What s New for Oracle Cloud Stack Manager Oracle Cloud Stack Manager is upgraded in Oracle Cloud data centers as soon as

More information

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Creating vservers 12c Release 1 ( )

Oracle Enterprise Manager Ops Center. Introduction. What You Will Need. Creating vservers 12c Release 1 ( ) Oracle Enterprise Manager Ops Center Creating vservers 12c Release 1 (12.1.4.0.0) E27357-02 June 2013 This guide provides an end-to-end example for how to use Oracle Enterprise Manager Ops Center. Introduction

More information

Oracle Enterprise Manager Ops Center. Introduction. Creating Oracle Solaris 11 Zones Guide 12c Release 1 ( )

Oracle Enterprise Manager Ops Center. Introduction. Creating Oracle Solaris 11 Zones Guide 12c Release 1 ( ) Oracle Enterprise Manager Ops Center Creating Oracle Solaris 11 Zones Guide 12c Release 1 (12.1.0.0.0) E27336-01 April 2012 This guide provides an end-to-end example for how to use Oracle Enterprise Manager

More information

Oracle Linux. UEFI Secure Boot Signing Key Update Notice

Oracle Linux. UEFI Secure Boot Signing Key Update Notice Oracle Linux UEFI Secure Boot Signing Key Update Notice F12070-01 November 2018 Oracle Legal Notices Copyright 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Oracle SQL Developer Web Accessibility Guide. Release 18.1

Oracle SQL Developer Web Accessibility Guide. Release 18.1 Oracle SQL Developer Web Accessibility Guide Release 18.1 E91169-01 May 2018 Oracle SQL Developer Web Accessibility Guide, Release 18.1 E91169-01 Copyright 2018, Oracle and/or its affiliates. All rights

More information

Oracle Communications Convergent Charging Controller. Sample Message Flows Reference Guide Release 6.0.1

Oracle Communications Convergent Charging Controller. Sample Message Flows Reference Guide Release 6.0.1 Oracle Communications Convergent Charging Controller Sample Message Flows Reference Guide Release 6.0.1 April 2017 Copyright Copyright 2017, Oracle and/or its affiliates. All rights reserved. This software

More information

Oracle Communications Order and Service Management. OSM New Features

Oracle Communications Order and Service Management. OSM New Features Oracle Communications Order and Service Management What s New Release 7.3.5 E89975-01 March 2018 This document describes the new features that are delivered in Oracle Communications Order and Service Management

More information

Uploading Files Using File Drag and Drop

Uploading Files Using File Drag and Drop September 27, 2017 2017.2 Copyright 2005, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions

More information

User's Guide Release

User's Guide Release [1]Oracle Communications Customer Experience Analytics User's Guide Release 12.1.1 E72007-01 August 2016 Oracle Communications Customer Experience Analytics User's Guide, Release 12.1.1 E72007-01 Copyright

More information

Release Notes for Oracle GoldenGate for Big Data 12c ( )

Release Notes for Oracle GoldenGate for Big Data 12c ( ) Oracle Fusion Middleware Release Notes for Oracle GoldenGate for Big Data 12c (12.3.1.1) E89327-01 August 2017 Release Notes for Oracle GoldenGate for Big Data 12c (12.3.1.1) Oracle GoldenGate for Big

More information

Oracle Enterprise Manager Ops Center

Oracle Enterprise Manager Ops Center Oracle Enterprise Manager Ops Center Creating and Administering a Boot Environment for Oracle Solaris 10 12c Release 3 (12.3.1.0.0) E60021 02 December 2015 This guide provides an end-to-end example for

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft BizTalk Server Release 12.1.0.1.0 E28546-04 February 2014 This document provides a brief description about the Microsoft

More information

Oracle Hospitality Cruise Shipboard Property Management System Topaz Signature Device Installation Guide Release 8.00 E

Oracle Hospitality Cruise Shipboard Property Management System Topaz Signature Device Installation Guide Release 8.00 E Oracle Hospitality Cruise Shipboard Property Management System Topaz Signature Device Installation Guide Release 8.00 E93107-01 January 2018 Copyright 2010, 2018, Oracle and/or its affiliates. All rights

More information

Oracle Fusion Middleware Oracle Stream Analytics Release Notes. 12c Release ( )

Oracle Fusion Middleware Oracle Stream Analytics Release Notes. 12c Release ( ) Oracle Fusion Middleware Oracle Stream Analytics Release Notes 12c Release (12.2.1.3.0) E83091-01 August 2017 Oracle Fusion Middleware Oracle Stream Analytics Release Notes, 12c Release (12.2.1.3.0) E83091-01

More information

Release for Microsoft Windows

Release for Microsoft Windows [1]Oracle Fail Safe Tutorial Release 4.1.1 for Microsoft Windows E57061-02 April 2015 Oracle Fail Safe Tutorial, Release 4.1.1 for Microsoft Windows E57061-02 Copyright 1999, 2015, Oracle and/or its affiliates.

More information

Materials Control Recipe Reduction based on Article Defaults

Materials Control Recipe Reduction based on Article Defaults Materials Control Recipe Reduction based on Article Defaults Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D - 41460 Neuss Date: August 31 st 2006 Page 1 of 15 Copyright 2015, Oracle and/or its affiliates.

More information

Oracle Agile Product Lifecycle Management for Process Reporting User Guide Release E

Oracle Agile Product Lifecycle Management for Process Reporting User Guide Release E Oracle Agile Product Lifecycle Management for Process Reporting User Guide Release 6.1.1.5 E57828-01 November 2014 Oracle Agile Product Lifecycle Management for Process Reporting User Guide, Release 6.1.1.5

More information

Oracle Enterprise Manager Ops Center. Overview. What You Need. Create Oracle Solaris 10 Zones 12c Release 3 ( )

Oracle Enterprise Manager Ops Center. Overview. What You Need. Create Oracle Solaris 10 Zones 12c Release 3 ( ) Oracle Enterprise Manager Ops Center Create Oracle Solaris 10 Zones 12c Release 3 (12.3.0.0.0) E60027-01 June 2015 This guide provides an end-to-end example for how to use Oracle Enterprise Manager Ops

More information

Oracle Database Mobile Server

Oracle Database Mobile Server Oracle Database Mobile Server Getting Started - Quick Guide Release 12.1.0 E58913-01 January 2015 This document provides information for downloading and installing the Database Mobile Server (DMS) and

More information

Oracle Enterprise Manager Ops Center E Introduction

Oracle Enterprise Manager Ops Center E Introduction Oracle Enterprise Manager Ops Center Discover an Oracle ZFS Storage Appliance and Configure Storage Libraries 12c Release 2 (12.2.2.0.0) E40770-03 December 2014 This guide provides an end-to-end example

More information

Microsoft Internet Information Services (IIS) Plug-in User s Guide Release

Microsoft Internet Information Services (IIS) Plug-in User s Guide Release [1]Oracle Enterprise Manager Microsoft Internet Information Services (IIS) Plug-in User s Guide Release 13.1.0.1.0 E66400-01 December 2015 Oracle Enterprise Manager Microsoft Internet Information Services

More information

Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure

Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure Oracle Communications Method of Procedure Oracle Communications Policy Management Configuring NetBackup for Upgrade Method of Procedure E82603-01 January 2017 Page 1 E82603-01 Oracle Communications Oracle

More information

Oracle Utilities Work and Asset Management

Oracle Utilities Work and Asset Management ESRI3 ArcGIS Viewer Oracle Utilities Work and Asset Management ESRI3 ArcGIS Viewer User Guide Release 1.9.1.2.5 July 2015 Oracle Utilities Work and Asset Management ESRI3 ArcGIS Viewer Guide - Release

More information

Oracle Cloud Using Oracle E-Business Suite Adapter Endpoint Configuration Wizard. Release 17.3

Oracle Cloud Using Oracle E-Business Suite Adapter Endpoint Configuration Wizard. Release 17.3 Oracle Cloud Using Oracle E-Business Suite Adapter Endpoint Configuration Wizard Release 17.3 E70281-08 September 2017 Oracle Cloud Using Oracle E-Business Suite Adapter Endpoint Configuration Wizard,

More information

Materials Control. Future Price Quotes. Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D Neuss Date: November 2010.

Materials Control. Future Price Quotes. Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D Neuss Date: November 2010. Materials Control Future Price Quotes Copyright by: MICROS-FIDELIO GmbH Europadamm 2-6 D - 41460 Neuss Date: November 2010 Page 1 of 24 Copyright 2015, Oracle and/or its affiliates. All rights reserved.

More information

Oracle Enterprise Manager Ops Center. Introduction. Provisioning Oracle Solaris 10 Operating Systems 12c Release 2 ( )

Oracle Enterprise Manager Ops Center. Introduction. Provisioning Oracle Solaris 10 Operating Systems 12c Release 2 ( ) Oracle Enterprise Manager Ops Center Provisioning Oracle Solaris 10 Operating Systems 12c Release 2 (12.2.2.0.0) E47810-03 December 2014 This document provides an end-to-end example for how to use Oracle

More information

Oracle Database Appliance Accessibility Guide. Release

Oracle Database Appliance Accessibility Guide. Release Oracle Database Appliance Accessibility Guide Release 12.2.1.3.0 E93445-01 May 2018 Oracle Database Appliance Accessibility Guide, Release 12.2.1.3.0 E93445-01 Copyright 2017, 2018, Oracle and/or its affiliates.

More information

About these Release Notes

About these Release Notes Pro*COBOL Release Notes 18c E84345-01 February 2018 Release Notes About these Release Notes This document contains important information about Pro*COBOL release 18c, version 18.1. It contains the following

More information

Oracle Utilities Smart Grid Gateway Adapter Development Kit

Oracle Utilities Smart Grid Gateway Adapter Development Kit Oracle Utilities Smart Grid Gateway Adapter Development Kit User's Guide Release 2.1.0 Service Pack 2 E41628-02 April 2014 Oracle Utilities Smart Grid Gateway Adapter Development Kit User's Guide Release

More information

New Features in Primavera Professional 15.2

New Features in Primavera Professional 15.2 New Features in Primavera Professional 15.2 COPYRIGHT & TRADEMARKS Copyright 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

More information

Oracle Hospitality BellaVita Hardware Requirements. June 2016

Oracle Hospitality BellaVita Hardware Requirements. June 2016 Oracle Hospitality BellaVita Hardware Requirements June 2016 Copyright 1987, 2016, Oracle /or its affiliates. All rights reserved. This software related documentation are provided under a license agreement

More information

Oracle Communications MetaSolv Solution

Oracle Communications MetaSolv Solution Oracle Communications MetaSolv Solution Data Selection Tool How-to Guide Release 6.3 E69843-01 September 2016 Oracle Communications MetaSolv Solution Data Selection Tool How-to Guide, Release 6.3 E69843-01

More information

Spend less on file attachment storage space Reliably back up your data or file attachments Use your OpenAir data in your reporting tools

Spend less on file attachment storage space Reliably back up your data or file attachments Use your OpenAir data in your reporting tools Spend less on file attachment storage space Reliably back up your data or file attachments Use your OpenAir data in your reporting tools With OpenAir s Automatic Backup System (ABS) and Workspace downloads,

More information

Oracle Hospitality RES 3700 Server Setup Guide Release 5.5 E May 2016

Oracle Hospitality RES 3700 Server Setup Guide Release 5.5 E May 2016 Oracle Hospitality RES 3700 Server Setup Guide Release 5.5 E76174-01 May 2016 Copyright 1998, 2016, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided

More information

Materials Control. Purchase Orders Internal Attachments. Product Version: Attachments Joerg Trommeschlaeger.

Materials Control. Purchase Orders Internal Attachments. Product Version: Attachments Joerg Trommeschlaeger. MICROS Purchase Orders Internal Product Version: 8.7.20.36.1421 : : : Date: 19.09.2012 Version No. of Document: 1.1 Copyright 2015, Oracle and/or its affiliates. All rights reserved. This software and

More information

Oracle Enterprise Single Sign-on Logon Manager How-To: Configuring ESSO-LM Event Logging with Microsoft SQL Server 2005 Release

Oracle Enterprise Single Sign-on Logon Manager How-To: Configuring ESSO-LM Event Logging with Microsoft SQL Server 2005 Release Oracle Enterprise Single Sign-on Logon Manager How-To: Configuring ESSO-LM Event Logging with Microsoft SQL Server 2005 Release 11.1.1.5.0 21012-01 March 2011 Oracle Enterprise Single Sign-on Logon Manager

More information

Oracle Cloud Getting Started with Oracle WebCenter Portal Cloud Service

Oracle Cloud Getting Started with Oracle WebCenter Portal Cloud Service Oracle Cloud Getting Started with Oracle WebCenter Portal Cloud Service E85144-11 April 2018 Oracle Cloud Getting Started with Oracle WebCenter Portal Cloud Service, E85144-11 Copyright 2017, 2018, Oracle

More information

Oracle. Field Service Cloud Using Android and ios Mobile Applications 18B

Oracle. Field Service Cloud Using Android and ios Mobile Applications 18B Oracle Field Service Cloud Using Android and ios Mobile Applications 18B Part Number: E94755-02 Copyright 2018, Oracle and/or its affiliates. All rights reserved Authors: The Field Service Cloud Information

More information

Importing an SNA Custom Handshake Class

Importing an SNA Custom Handshake Class Importing an SNA Custom Handshake Class Part No: 821 2599 March 2011 Copyright 2008, 2011, Oracle and/or its affiliates. All rights reserved. License Restrictions Warranty/Consequential Damages Disclaimer

More information

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (

Oracle Enterprise Manager. 1 Introduction. System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 ( Oracle Enterprise Manager System Monitoring Plug-in for Oracle Enterprise Manager Ops Center Guide 11g Release 1 (11.1.3.0.0) E18950-03 November 2011 This document provides describes the System Monitoring

More information

Oracle Utilities Meter Data Management Release Utility Reference Model Maintain Generic Usage Subscription

Oracle Utilities Meter Data Management Release Utility Reference Model Maintain Generic Usage Subscription Oracle Utilities Meter Data Management Release 2.0.1 Utility Reference Model 3.3.2.1 Maintain Generic Usage Subscription January 2014 Oracle Utilities Meter Data Management Utility Reference Model 3.3.2.1

More information

Quick Start for Coders and Approvers

Quick Start for Coders and Approvers Quick Start for Coders and Approvers Oracle Health Sciences Central Coding Release 3.1 Part Number: E69161-01 Copyright 2009, 2016, Oracle and/or its affiliates. All rights reserved. This software and

More information

Oracle Banking Channels Bank User Base

Oracle Banking Channels Bank User Base Oracle Banking Channels Bank User Base Functional Overview Release 2.2.0.0.0 E51323-01 December 2013 Oracle Banking Channels Bank User Base Functional Overview, Release 2.2.0.0.0 E51323-01 Copyright 2013,

More information

Documentation Accessibility. Access to Oracle Support

Documentation Accessibility. Access to Oracle Support Oracle Fusion Middleware Known Issues for Oracle Data Visualization Desktop E72027-15 December 2017 Data Visualization Desktop Known Issues This chapter lists and describes known Oracle Data Visualization

More information

Live Help On Demand Analytics

Live Help On Demand Analytics Oracle Live Help On Demand Analytics Administrator s Guide µ Live Help On Demand Analytics Version 2013-04 Administrator s Guide Oracle ATG One Main Street Cambridge, MA 02142 USA Contents i µ Oracle Live

More information

General Security Principles

General Security Principles Oracle Enterprise Data Quality for Product Data Security Guide Release 11g R1 (11.1.1.6) E35849-02 February 2013 This document describes the general principles of security of the Oracle Enterprise Data

More information

Oracle Database Firewall. 1 Downloading the Latest Version of This Document. 2 Known Issues. Release Notes Release 5.

Oracle Database Firewall. 1 Downloading the Latest Version of This Document. 2 Known Issues. Release Notes Release 5. Oracle Database Firewall Release Notes Release 5.0 for Oracle Linux E18694-04 September 2011 These Release Notes contain important information that was not included in the Oracle Database Firewall Release

More information

Introduction to Administration

Introduction to Administration Oracle Enterprise Manager Ops Center Administer Your Environment Using Oracle Enterprise Manager Ops Center 12c Release 3 (12.3.0.0.0) E59991-01 June 2015 This guide provides an end-to-end example for

More information

Oracle Transportation Mobile. Guide Release 1.3 Part No. E

Oracle Transportation Mobile. Guide Release 1.3 Part No. E Oracle Transportation Mobile Guide Release 1.3 Part No. E92144-02 March 2018 Copyright Notice Oracle Transportation Mobile Guide, Release 1.3 Part No. E92144-02 Copyright 2016, 2018, Oracle and/or its

More information

October 14, Business Intelligence Connector Guide

October 14, Business Intelligence Connector Guide October 14, 2017 Copyright 2013, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

Oracle Cloud Known Issues for Trial and Paid Subscriptions. Release 18.1

Oracle Cloud Known Issues for Trial and Paid Subscriptions. Release 18.1 Oracle Cloud Known Issues for Trial and Paid Subscriptions Release 18.1 E54561-08 March 2018 Oracle Cloud Known Issues for Trial and Paid Subscriptions, Release 18.1 E54561-08 Copyright 2014, 2018, Oracle

More information

Oracle Payment Interface Installation and Reference Guide Release E April 2018

Oracle Payment Interface Installation and Reference Guide Release E April 2018 Oracle Payment Interface Installation and Reference Guide Release 6.2.1 E94970-01 April 2018 Copyright 2010, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Oracle Utilities Smart Grid Gateway Adapter for Itron OpenWay

Oracle Utilities Smart Grid Gateway Adapter for Itron OpenWay Oracle Utilities Smart Grid Gateway Adapter for Itron OpenWay User's Guide Release 2.1.0 Service Pack 2 E41627-02 April 2014 Oracle Utilities Smart Grid Gateway Adapter for Itron OpenWay User's Guide Release

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Concepts Guide for Oracle API Catalog 12c Release 1 (12.1.3.0) E55976-02 August 2015 Documentation for anyone evaluating or implementing Oracle API Catalog. This guide describes

More information

Acme Packet ETC NIU Memory Upgrade Guide. Formerly Net-Net 4500

Acme Packet ETC NIU Memory Upgrade Guide. Formerly Net-Net 4500 Acme Packet 4500 ETC NIU Memory Upgrade Guide Formerly Net-Net 4500 October 2013 Copyright 2013, 2012 Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided

More information

Oracle mymicros.net, icare, myinventory and mylabor Self Host Release Notes Release v April 2015

Oracle mymicros.net, icare, myinventory and mylabor Self Host Release Notes Release v April 2015 Oracle mymicros.net, icare, myinventory and mylabor Self Host Release Notes Release v8.4.3 April 2015 Copyright 2015, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information