Audit History in Order Management. An Oracle WhitePaper

Size: px
Start display at page:

Download "Audit History in Order Management. An Oracle WhitePaper"

Transcription

1 Audit History in Order Management An Oracle WhitePaper November 2010

2 Oracle Order Management enables you to audit the changes in order attributes from the Sales Orders, Quick Sales Order, Order Organizer, Quick Order Organizer forms or Process Order API. This is achieved by utilizing the Processing Constraints framework, OM Lookups, an OM system parameter and the Audit Trail Consolidator concurrent program. Order Management application gives the flexibility to audit only the required attributes based on the business requirements. Each business can decide what order attributes are critical and an audit needs to be maintained. Queries can be run or reports produced to show what actual changes have been made to auditable attributes, who made the changes and when. The attributes of the following entities can be audited: Order Header, Order Line, Order Sales Credit, Order Line Credit, Order Price Adjustment, Line Price Adjustment. Audit History Data Model Audit History functionality uses the following tables that store history information about fields (attributes) from Order Header, Order Line, Price Adjustments and Sales Credit. OE_ORDER_HEADER_HISTORY - Table that stores history of attribute change for Order Headers OE_ORDER_LINES_HISTORY - Table that stores history of attribute change for Order Lines OE_PRICE_ADJS_HISTORY Table that stores history of attribute changes of Entity Price. OE_SALES_CREDIT_HISTORY - Table which stores history of attribute changes of Entity Sales Credits When OM system parameter: Audit Trial is enabled and proper processing constraints are defined for the auditable attributes, the relevant history tables are populated with the history data. OE_AUDIT_ATTR_HISTORY - Table which holds the consolidated history data in a format needed for viewing and reporting history. This table is populated with the history data by Audit History Consolidator concurrent program. OE_AUDIT_ATTR_DESC_V - internal view that returns consolidated history data in a format needed for viewing and reporting history. OE_PC_ENTITIES_V internal view used by Audit History Consolidator program to select entity ids that requires history consolidation. OE_PC_ATTRIBUTES_V internal view used by Audit History Consolidator program to select audited attributes that requires history consolidation.

3 OE_LOOKUPS - view which returns the Order Management QuickCodes values from base table FND_LOOKUP_VALUES. All the Audit History related calls are within OE_AUDIT_HISTORY_PVT package (OEXPPCHB.pls). This is a private API. Setup and simple test cases with Audit History It is assumed that you have access to a Vision instance, version or comparable training instance. In order to use the Audit History functionality, it is necessary to do the following: 1. Setup Processing Constraints 2. Create Lookups (in the case you need to capture the reasons for change the value of the audited fields). This is an optional step. 3. Enable Audit Trial system parameter 4. Add function security View Audit History on the application menu for the responsibilities that need to view Audit History form. 5. Enter and process sales orders as usual. 6. Submit Audit History Consolidator concurrent program (OEXAUGEN) 7. Run Audit History Report (OEXAUDHR.rdf) or query the Audit History window (OEXAUDHF.fmb) in order to see the changes of audited attribute. 1. Setup Processing Constraints Define new processing constraints that specify when, and for what attributes of an order, audit trail updates are recorded, having the appropriate action: a) Required Reason and History b) Require History c) Require Reason, History and Raise Integration Events* a) If the option Requires Reason and History is selected: when the field is changed, a reason window will always appear and a reason code must be entered. History will be captured. b) If the option Requires History is selected, a reason window will not appear when making a change and history will be captured. There is always the flexibility of entering a reason code by navigating to Tools > Change Reason. c) If the option Require Reason, History and Raise Integration Events is selected: when the field is changed, a reason window will always appear and a reason code must be entered. History is captured but is not consolidated in the table OE_AUDIT_ATTR_HISTORY and, therefore, the changes will not be displayed in Audit History form or Audit History Report.

4 Also, an integration event will be raised: oracle.apps.ont.oi.xml_int.status. This event is presently used by XML processing and can be used by any other product. Important: Actions of Requires History and Requires Reason and History for Audit History are supported for UPDATE operation. 2. Define Lookups for the Reasons used (for the case where you choose Required Reason and History option). This is optional. Navigation: OM responsibility > Setup > QuickCodes > Query for lookup type: CANCEL_CODE Application: Order Management Meaning: Cancel/Audit/Versioning Reasons In this form, you can add new Reason Codes based on your business requirements or you can use the existing ones. Figure 1 OM Lookups where the Reason Codes are defined Here you can define additional reason codes based on your business requirements. These Reason Codes are available in the list of values from Reason window (see the testcase2: Figure 16 Reason window with reason code and comment). The lookup codes are stored in the table FND_LOOKUP_VALUES and can be found with the following query: SELECT * FROM FND_LOOKUP_VALUES WHERE lookup_type = 'CANCEL_CODE' and view_application_id = 660 order by lookup_code; 3. Setup the OM System parameter: Audit Trail Navigation: OM responsibility > Setup > System Parameters> Values The audit trail parameter is used in order to capture audit history at either order entry or booking. The possible values are: Disable no audit history is recorded Enable when Order is Entered or Enable when Order is Booked.

5 Figure 2 Audit Trial system parameter After Audit Trial system parameter and appropriate processing constraints are enabled, the history tables are populated with the audited data. Currently, there is no purging routine available to purge the data from the history tables. 4. Add the function View Audit History on the application menu Under System Administrator responsibility > Application > Menu Query for the menu associated with the user s responsibility. For example, in a Vision Instance, under the Order Management SuperUser, Vision Operations(USA) responsibility, the menu is ADS_OM_SUPERMENU. In the submenu ONT_SALES_ORDERS, there is the function security View Audit History.

6 Figure 3 Function View Audit History added to the submenu ONT_SALES_ORDERS 5. Enter and process orders as usual. See the test case with the Sales Orders and an example of audited attribute. 6. Run the Audit History Consolidator concurrent program. In order to consolidate order audit trail history via the concurrent program use the following navigation path: OM responsibility >Requests> Submit a new request> choose from the list of values Audit History Consolidator Figure 4 Parameters of Audit History Consolidator Enter the History Date From. This field is optional. Enter the History Date To.This field is optional. Enter the Order Number From. This field is optional.

7 Enter the Order Number To. This field is optional. Enter a numeric value in the Changes in Last N days field to capture audit history changes captured over a period of days. For example, if you wish to consolidate order changes captured for audit purposes during the last 7 days, enter the value 7. Select OK, and then submit the concurrent request. The Audit History Consolidator concurrent program, when submitted, populates an Order Management table (OE_AUDIT_ATTR_HISTORY) with consolidated audit trail details recorded for orders and lines. Each subsequent submission of the program updates any additional order audit trail details that have been captured since the previous successful submission of the program. Order Management consolidates the following order entities within the table: Order Header Order Line Sales Credit (Order and Line) Price Adjustment (Order and Line) The data within the table can be viewed within Oracle Applications via the View Audit History window or printed for display via the Audit History Report. Note: In Release 11i, when running Audit History Consolidator based on the history date or order number parameter, the concurrent program will consolidate all the audit data present in all operating units. In Release 12,a new parameter called Operating Unit is available so that audit data can be consolidated based on Operating Unit also. This feature is not available in Release 11i. 7. Query Audit History form (OEXAUDHF.fmb) or run Audit History Report (OEXAUDHR.rdf). The Audit History form is available if the function View Audit History (ONT_OEXAUDHF_FORM) is added on the menu attached to the user s responsibility. This form consists of a Find window and a Results window. The Audit History Results window displays the following 6 tabs, which display the following order or line attributes: Tabs: Orders, Order Sales Credits, and Order Price Adjustments Tabs display the attributes: History Date and Time Order Number Attribute Name Old Value New Value User Tabs: Lines, Line Sales Credits, and Line Price Adjustments Tabs display the attributes:

8 History Date and Time Order Number Line Number Item Attribute Name Old Value New Value User History data displayed by Audit History Report is illustrated in Figure 14 - Output of Audit History Report Figure 5 The parametes of Audit History Report The Audit History report has a mandatory parameter: History Date(From). The other input parameters are optional. If you leave any of the non-required parameters blank, this report displays the history changes of all attributes. However, it is recommended to run this report at least with History Date (From), Entity Name and Attribute Name input parameters in order to reduce report processing run times. Important: Audit History tracks the changes on order attributes when they are produced on Sales Order, Quick Sales Orders, Order Organizer or Quick Order Organizer forms. If the audited attributes are updated through SQL Plus, Audit History cannot capture this change. Test cases to demonstrate the Audit History functionality Test case1: tracking changes of the salesperson field from the Sales Orders form, header level (record the changes without specifying a reason code).

9 Assumption: You must have access to an Oracle Application Vision database or comparable training or test instance at your site. 1. Enable the Require History option in Processing Constraints form, for the field Salesperson from Sales Order form, Header level. Navigation: OM responsibility > Setup> Rules>Security>Processing Constraints Figure 6- Processing Constraints form with the setup for Salesperson field Important: In the case the Audit History is not captured even though Require History constraint is de ned, check if there is a versioning constraint for the same operation. Versioning takes precedence and version is captured instead of the audit record. Example: You have processing constraints defined for: Update of Salesperson with action Require History Update of Salesperson with action Generate Version The versioning will take precedence. 2. Go to the Sales Order form: Navigation: OM responsibility > Orders, Returns > Sales Orders form.

10 Create a new sales order and set a value in the field Salesperson. Save the change. Figure 7 Sales Order header form with the original value of the Salesperson 3. After you saved the Sales Order, try to change the value of the Salesperson field from Albert Apex to Ambers, Ralph. Save the changes. Figure 8 Sales Order header with the changed value of the field Salesperson 4. Run Audit History Consolidator concurrent program for the changes from the last days. Navigation: OM responsibiliyt > Requests> Submit a new request Choose from the list of values: Audit History Consolidator

11 5. Query Audit History form based on the desired criteria. Navigation: OM responsibility > Orders, Returns> View Audit History You must select a value in the Entity field prior to selecting any value in the Attribute field. Figure 9 The query criteria in the Audit History form The result is as follows : Figure 10 The recorded changes of the Salesperson field The system recorded the old value of the field Salesperson and the new value. The username who operated the changes is MFG. Note: The Audit History window currently does not support the use of Folders to customize display information. If a new change is operated in the same field, for example, from Ambers, Ralph to a new salesperson : Gregory Donaldson, this new change will be recorded too.

12 Figure 11 The Sales Order form with the third change of the Salesperson field 6. Make sure that you run the Audit History Consolidator program prior to query the Audit History form to see the results. The Audit History form displays the attribute changes operated untill the latest run of Audit History Consolidator concurrent program. 7. See the new results in Audit History form: Figure 12 the new results of the recorded changes in Salesperson field from Sales Order form Alternatively, the audit history data can be viewed by running the report Audit History Report. Navigation : OM responsibility > Reports, Requests> Run Reports > choose from the list of values Audit History Report

13 Figure 13 Audit History Report parameters The output of this report shows the following: Figure 14 Output of Audit History Report The report output is always sorted by effectivity date changed, order number, entity, and attribute. Also, the report displays the responsibility name associated with the user who changed the audited attribute.

14 Test case: tracking changes of the salesperson field from the Sales Orders form, header level (record the changes by specifying a reason code). 1. In the case the Require Reason and History option is selected in Processing Constraints ( see Figure 6- Processing Constraints form with the setup for Salesperson field), any change on the audited attribute requires a Reason Code. 2. In the Sales Orders form, when trying to modify the value from Salesperson field at header level and save the change, the following window will be opened, requiring to enter a Reason Code: Figure 15 Reason window is automatically opened when trying to save the changed value 3. After entering a reason code(mandatory) and a comment (optional), the change of the Salesperson field is allowed.

15 Figure 16 Reason window with reason code and comment Press OK and then save the changes in Sales Orders form. 4. Run Audit History Consolidator concurrent request. 5. Go to Audit History form and see the new history results: Figure 17 Audit History form with the recorded reason code and comment Also, the same data can be viewed in the Audit History Report Navigation :

16 OM responsibility > Reports, Requests> Run Reports > choose from the list of values Audit History Report Figure 18 Audit History Report showing the Reason Code and Comment Note: If the order number has more than 10 characters (like in the example below for SO ) then the order number in the Audit History Report is displayed as *********. Figure 19 - Audit History Report for a sales order number with more than 10 characters. Investigating issues with Audit History 1. Check the version of the following files: OEXAUDHR.rdf, OEXPPCHB.pls, OEXPPCHS.pls and OEXAUDHF.fmb using the following commands in Unix:

17 strings -a $ONT_TOP/reports/US/OEXAUDHR.rdf grep -i '$Header' strings -a $ONT_TOP/patch/115/sql/OEXPPCH*.pls grep '$Header' strings -a $ONT_TOP/forms/US/OEXAUDHF.fmx grep -i '$Header' or run the concurrent request of Diagnostics: AppsCheck for Order Management. 2. Check Note :Order Management Cumulative Patches for & for the latest rollup OM patches that include bug fixes for Audit History functionality. 3. Search Knowledge Base for a similar issue. 4. Raise a Service Request with Oracle Support. Known issues with Audit History BUG : AUDIT HISTORY ORDERED QTY HAS DUPLICATE RECORDS FROM DIFFERENT DATES Solution: Download and review the readme and pre-requisites for Patch Confirm the following file versions: OEXPPCHB.pls Retest the issue. (per note ) Bug AUDIT TRAIL ASSISTANCE FOR THE CALCULATE PRICE FLAG ON ORDER LINES Solution: Download and review the readme and pre-requisites for Patch After applying this patch the old values of calculate price flag will be shown correctly in view audit history form. Confirm the following file versions: OEXVCHGB.pls, version OEXVCHGS.pls, version Retest the issue (per note ). Bug : FP 11I9-11I10: AUDIT HISTORY CONSOLIDATOR PERFORMANCE Solution: 1. Download and review the readme and pre-requisites for Patch Ensure that you have taken a backup of your system before applying the recommended patch. 3. Apply the patch in a test environment. 4. Confirm the following file versions: OEXPPCHB.pls, version Retest the issue. (per note )

18 BUG AUDIT HISTORY CONSOLIDATOR PROGRAM HAS PERFORMANCE ISSUES Solution:. Download and review the readme and pre-requisites for Patch Ensure that you have taken a backup of your system before applying the recommended patch. 3. Apply the patch in a test environment. 4. Confirm the following file versions: OEXPPCHB.pls OEXPPCHS.pls Retest the issue ( per note ) BUG CODE FIX: AUDIT HISTORY FAILING WITH THE UNIQUE INDEX VIOLATION Solution : To implement the solution, please execute the following steps: 1. Download and review the readme and pre-requisites for Patch Ensure that you have taken a backup of your system before applying the recommended patch. 3. Apply the patch in a test environment. 4. Confirm the following file versions: -> patch/115/odf/onttab.odf > patch/115/sql/oexppchb.pls > patch/115/sql/oexppchs.pls Use the following commands to confirm the file versions 6. strings -a $ONT_TOP/patch/115/odf/onttab.odf grep '$Header' strings -a $ONT_TOP/patch/115/sql/OEXPPCH*.pls grep '$Header'. 7. Migrate the solution as appropriate to other environments. (per note ) Bug CONCURRENT REQUEST AUDIT HISTORY CONSOLIDATOR/REPORT ARE RUNNING TOO LONG Solution: To implement the solution, please execute the following steps: 1. Download and review the readme and pre-requisites for Patch Ensure that you have taken a backup of your system before applying the recommended patch. 3. Apply the patch in a test environment. 4. Confirm the following file versions: OEXAUDHR.rdf Retest the issue. (per note ) BUG: Oexaugen - Audit History Consolidator Running Long After Upgrade To Solution: To implement the solution, please execute the following steps: 1. Please download and review the readme and pre-requisites for Patch Please ensure that you have taken a backup of your system before applying the recommended patch.

19 3. Please apply the patch in a test environment. 4. Please confirm the following file versions: OEXPPCHB.pls version (per note ) Currently, the following Enhancement Requests are logged for Audit History: Enhancement Request CANNOT CAPTURE NEW LINES ON A BOOKED ORDER IN AUDIT HISTORY Enhancement Request AUDIT HISTORY CONSOLIDATOR PROGRAM IS NOT MULTI-ORG COMPLIANT Enhancement Request VIEW AUDIT HISTORY FORM DOES NOT ALLOW FOR QUERYING ON ORDER LINE. Enhancement Request OEXOEOED - HEADING CHANGE TO CANCELLATION HISTORY INSTEAD OF QUANTITY HISTORY Enhancement Request OEXOETEL NEED NEW FIELD FOR ORIGINAL ORDERED QUANTITY Enhancement Request AUDIT HISTORY SHOULD ALSO TRACK RECORD CREATE OPERATION Enhancement Request ORDER LINE REASON AND COMMENTS ARE NOT AVAILABLE TO VIEW AFTER THEY ARE SAVED Enhancement Request REASON HISTORY FOR ORDER LINE WASN'T MADE WHEN CHANGING SHIPMENT PRIORITY Enhancement Request REQUIRE LINE NUMBER AS SEARCH CRITERIA TO VIEW AUDITHISTORY FORM Enhancement Request USE ORDER TYPE AS PARAMETER FOR AUDIT CONSOLIDATOR REQUEST Enhancement Request UPGRADE THE FUNCTIONALITY OF VIEW AUDIT HISTORY FORM Enhancement Request CHANGES TO ATTRIBUTES ARE NOT PROPERLY DISPLAYED IN OEXAUDHF Enhancement Request NEED TO CAPTURE MULTIPLE REASON CODE/COMMENTS ENTERED FOR AUDIT HISTORY Enhancement Request OEXAUDHF, AUDIT REPORT/FORM LOVS DISPLAY DESCRIPTIVE FLEXFIELD ATTRIBUTEXX

20 Audit History in Order Management Author: Marian Stan Principal Technical Support Analyst Global Software Support Special thanks to Chidananda Pati, Project Leader in Order Management Development for the help in reviewing this whitepaper. Oracle Corporation World Headquarters 500 Oracle Parkway Redwood Shores, CA U.S.A. Worldwide Inquiries: Phone: Fax: Copyright 2008, 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 is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Advanced Global Intercompany Systems : Transaction Account Definition (TAD) In Release 12

Advanced Global Intercompany Systems : Transaction Account Definition (TAD) In Release 12 Advanced Global Intercompany Systems : Transaction Account Definition (TAD) In Release 12 An Oracle White Paper [May] [2011] TABLE OF CONTENTS Executive Overview... 3 Introduction... 3 Scope... 3 Overview...

More information

Correction Documents for Poland

Correction Documents for Poland ERP CLOUD Correction Documents for Poland Oracle Financials for EMEA Table of Contents Purpose of the Document... 2 Setup... 3 Security Privilege... 3 Receivables Transaction Sources... 4 Receivables Transaction

More information

Oracle FLEXCUBE Direct Banking Release Corporate Cash Management User Manual. Part No. E

Oracle FLEXCUBE Direct Banking Release Corporate Cash Management User Manual. Part No. E Oracle FLEXCUBE Direct Banking Release 12.0.0 Corporate Cash Management User Manual Part No. E52305-01 Corporate Cash Management User Manual Table of Contents 1. Transaction Host Integration Matrix...

More information

Subledger Accounting Reporting Journals Reports

Subledger Accounting Reporting Journals Reports ERP CLOUD Subledger Accounting ing Journals s Oracle Financials for EMEA Table of Contents 1. Purpose of the document 3 2. Assumptions and Prerequisites 3 3. Feature Specific Setup 4 Implementation 4 Assign

More information

Generate Invoice and Revenue for Labor Transactions Based on Rates Defined for Project and Task

Generate Invoice and Revenue for Labor Transactions Based on Rates Defined for Project and Task Generate Invoice and Revenue for Labor Transactions Based on Rates Defined for Project and Task O R A C L E P P M C L O U D S E R V I C E S S O L U T I O N O V E R V I E W D E C E M B E R 2017 Disclaimer

More information

Configuring Oracle Business Intelligence Enterprise Edition to Support Teradata Database Query Banding

Configuring Oracle Business Intelligence Enterprise Edition to Support Teradata Database Query Banding A Joint Oracle Teradata White Paper September 2011 Configuring Oracle Business Intelligence Enterprise Edition to Support Teradata Database Query Banding Introduction... 1 Step 1. Query Band Configuration

More information

Installation Instructions: Oracle XML DB XFILES Demonstration. An Oracle White Paper: November 2011

Installation Instructions: Oracle XML DB XFILES Demonstration. An Oracle White Paper: November 2011 An Oracle White Paper: November 2011 Installation Instructions: Oracle XML DB XFILES Demonstration Table of Contents Installation Instructions: Oracle XML DB XFILES Demonstration... 1 Executive Overview...

More information

Automatic Receipts Reversal Processing

Automatic Receipts Reversal Processing ERP CLOUD Automatic Receipts Reversal Processing Oracle Receivables Table of Contents 1. Purpose of the document... 2 2. Assumptions and Prerequisites... 2 3. Feature Specific Setup... 3 Receivables Lookups...

More information

Pricing Cloud: Upgrading to R13 - Manual Price Adjustments from the R11/R12 Price Override Solution O R A C L E W H I T E P A P E R A P R I L

Pricing Cloud: Upgrading to R13 - Manual Price Adjustments from the R11/R12 Price Override Solution O R A C L E W H I T E P A P E R A P R I L Pricing Cloud: Upgrading to R13 - Manual Price Adjustments from the R11/R12 Price Override Solution O R A C L E W H I T E P A P E R A P R I L 2 0 1 8 Disclaimer The following is intended to outline our

More information

Oracle CIoud Infrastructure Load Balancing Connectivity with Ravello O R A C L E W H I T E P A P E R M A R C H

Oracle CIoud Infrastructure Load Balancing Connectivity with Ravello O R A C L E W H I T E P A P E R M A R C H Oracle CIoud Infrastructure Load Balancing Connectivity with Ravello O R A C L E W H I T E P A P E R M A R C H 2 0 1 8 Oracle Cloud Infrastructure Ravello Cloud Service Oracle Cloud Infrastructure Ravello

More information

Oracle Cloud Applications. Oracle Transactional Business Intelligence BI Catalog Folder Management. Release 11+

Oracle Cloud Applications. Oracle Transactional Business Intelligence BI Catalog Folder Management. Release 11+ Oracle Cloud Applications Oracle Transactional Business Intelligence BI Catalog Folder Management Release 11+ ORACLE WHITE PAPER November 2017 ORACLE WHITE PAPER November 2017 Table of Contents Introduction

More information

Oracle Enterprise Data Quality New Features Overview

Oracle Enterprise Data Quality New Features Overview Oracle Enterprise Data Quality 12.2.1.1 New Features Overview Integrated Profiling, New Data Services, New Processors O R A C L E W H I T E P A P E R J U L Y 2 0 1 6 Table of Contents Executive Overview

More information

Using the Oracle Business Intelligence Publisher Memory Guard Features. August 2013

Using the Oracle Business Intelligence Publisher Memory Guard Features. August 2013 Using the Oracle Business Intelligence Publisher Memory Guard Features August 2013 Contents What Are the Memory Guard Features?... 3 Specify a maximum data sized allowed for online processing... 3 Specify

More information

Oracle FLEXCUBE Direct Banking Release Dashboard Widgets Transfer Payments User Manual. Part No. E

Oracle FLEXCUBE Direct Banking Release Dashboard Widgets Transfer Payments User Manual. Part No. E Oracle FLEXCUBE Direct Banking Release 12.0.0 Dashboard Widgets Transfer Payments User Manual Part No. E52305-01 Dashboard Widgets User Manual Table of Contents 1. Transaction Host Integration Matrix...

More information

An Oracle White Paper November Primavera Unifier Integration Overview: A Web Services Integration Approach

An Oracle White Paper November Primavera Unifier Integration Overview: A Web Services Integration Approach An Oracle White Paper November 2012 Primavera Unifier Integration Overview: A Web Services Integration Approach Introduction Oracle s Primavera Unifier offers an extensible interface platform based on

More information

Oracle Database 10g Release 2 Database Vault - Restricting the DBA From Accessing Business Data

Oracle Database 10g Release 2 Database Vault - Restricting the DBA From Accessing Business Data Oracle Database 10g Release 2 Database Vault - Restricting the DBA From Accessing Business Data An Oracle White Paper August 2006 Oracle Database Vault Overview Oracle Database Vault enables you to Restrict

More information

Creating Custom Project Administrator Role to Review Project Performance and Analyze KPI Categories

Creating Custom Project Administrator Role to Review Project Performance and Analyze KPI Categories Creating Custom Project Administrator Role to Review Project Performance and Analyze KPI Categories Worked Example ORACLE PPM CLOUD SERVICES SOLUTION OVERVIEW MAY 2018 Disclaimer The following is intended

More information

Loading User Update Requests Using HCM Data Loader

Loading User Update Requests Using HCM Data Loader Loading User Update Requests Using HCM Data Loader Oracle Fusion Human Capital Management 11g Release 11 (11.1.11) Update 8 O R A C L E W H I T E P A P E R N O V E M B E R 2 0 1 7 Table of Contents Loading

More information

Technical Upgrade Guidance SEA->SIA migration

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

More information

Oracle Fusion Configurator

Oracle Fusion Configurator Oracle Fusion Configurator Configurator Modeling Walk Through O R A C L E W H I T E P A P E R M A R C H 2 0 1 8 Table of Contents Introduction 1 Assumptions 1 Product Information Management Setup 2 Item

More information

Tutorial on How to Publish an OCI Image Listing

Tutorial on How to Publish an OCI Image Listing Tutorial on How to Publish an OCI Image Listing Publish an OCI Image Listing F13637-01 JANUARY 2019 DISCLAIMER The following is intended to outline our general product direction. It is intended for information

More information

An Oracle White Paper October The New Oracle Enterprise Manager Database Control 11g Release 2 Now Managing Oracle Clusterware

An Oracle White Paper October The New Oracle Enterprise Manager Database Control 11g Release 2 Now Managing Oracle Clusterware An Oracle White Paper October 2009 The New Oracle Enterprise Manager Database Control 11g Release 2 Now Managing Oracle Clusterware Introduction Oracle Enterprise Manager provides a single, integrated

More information

Oracle Fusion General Ledger Hierarchies: Recommendations and Best Practices. An Oracle White Paper April, 2012

Oracle Fusion General Ledger Hierarchies: Recommendations and Best Practices. An Oracle White Paper April, 2012 Oracle Fusion General Ledger Hierarchies: Recommendations and Best Practices An Oracle White Paper April, 2012 Oracle Fusion General Ledger Hierarchies: Recommendations and Best Practices INTRODUCTION

More information

Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018

Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018 Veritas NetBackup and Oracle Cloud Infrastructure Object Storage ORACLE HOW TO GUIDE FEBRUARY 2018 0. Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

An Oracle White Paper December, 3 rd Oracle Metadata Management v New Features Overview

An Oracle White Paper December, 3 rd Oracle Metadata Management v New Features Overview An Oracle White Paper December, 3 rd 2014 Oracle Metadata Management v12.1.3.0.1 Oracle Metadata Management version 12.1.3.0.1 - December, 3 rd 2014 Disclaimer This document is for informational purposes.

More information

Product Release Notes

Product Release Notes Product Release Notes Release 33 October 2016 VERSION 20161021 Table of Contents Document Versioning 2 Overview 3 Known Issues 3 Usability 3 Drag and Drop Column Reordering is not Supported in some Admin

More information

Data Capture Recommended Operating Environments

Data Capture Recommended Operating Environments Oracle Insurance Data Capture Recommended Operating Environments Release 4.5 February 2011 CONTENTS STATEMENT OF PURPOSE... 3 HARDWARE / SOFTWARE REQUIREMENTS... 4 Server Hardware... 4 Server Software...

More information

Oracle Enterprise Performance Management Cloud

Oracle Enterprise Performance Management Cloud An Oracle White Paper January 2018 Oracle Enterprise Performance Management Cloud Extracting YTD Balances from FCCS using Data Management Disclaimer This document is provided for information purposes and

More information

StorageTek ACSLS Manager Software Overview and Frequently Asked Questions

StorageTek ACSLS Manager Software Overview and Frequently Asked Questions ACSLS Manager Software Overview and Frequently Asked Questions Overview Management of distributed tape libraries is both timeconsuming and costlyinvolving multiple libraries, multiple backup applications,

More information

An Oracle White Paper September Security and the Oracle Database Cloud Service

An Oracle White Paper September Security and the Oracle Database Cloud Service An Oracle White Paper September 2012 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

DBSync Integration Salesforce and QuickBooks Online (Bi-directional)

DBSync Integration Salesforce and QuickBooks Online (Bi-directional) DBSync Integration Salesforce and QuickBooks Online (Bi-directional) Page 1 of 24 Contents Overview:... 3 Data Flow:... 3 Process Map:... 4 Pre-requisites for Integration:... 5 DBSync package (QuickBooks

More information

Oracle Data Provider for.net Microsoft.NET Core and Entity Framework Core O R A C L E S T A T E M E N T O F D I R E C T I O N F E B R U A R Y

Oracle Data Provider for.net Microsoft.NET Core and Entity Framework Core O R A C L E S T A T E M E N T O F D I R E C T I O N F E B R U A R Y Oracle Data Provider for.net Microsoft.NET Core and Entity Framework Core O R A C L E S T A T E M E N T O F D I R E C T I O N F E B R U A R Y 2 0 1 8 Disclaimer The following is intended to outline our

More information

Achieving High Availability with Oracle Cloud Infrastructure Ravello Service O R A C L E W H I T E P A P E R J U N E

Achieving High Availability with Oracle Cloud Infrastructure Ravello Service O R A C L E W H I T E P A P E R J U N E Achieving High Availability with Oracle Cloud Infrastructure Ravello Service O R A C L E W H I T E P A P E R J U N E 2 0 1 8 Revision History The following revisions have been made to this white paper

More information

An Oracle White Paper October Release Notes - V Oracle Utilities Application Framework

An Oracle White Paper October Release Notes - V Oracle Utilities Application Framework An Oracle White Paper October 2012 Release Notes - V4.2.0.0.0 Oracle Utilities Application Framework Introduction... 2 Disclaimer... 2 Deprecation of Functionality... 2 New or Changed Features... 4 Native

More information

Create Individual Membership. This step-by-step guide takes you through the process to create an Individual Membership.

Create Individual Membership. This step-by-step guide takes you through the process to create an Individual Membership. Create Individual Membership This step-by-step guide takes you through the process to create an Individual Membership. Before you start Have you checked the Oracle Academy New Membership Reference Guide

More information

Oracle DIVArchive Storage Plan Manager

Oracle DIVArchive Storage Plan Manager Oracle DIVArchive Storage Plan Manager Feature Description ORACLE TECHNICAL WHITE PAPER UPDATED MAY 2015 Introduction: What Is a Storage Plan? Storage plans are policies managing the lifecycle of objects

More information

Oracle WebCenter Portal 11g Developer Workshop

Oracle WebCenter Portal 11g Developer Workshop Oracle WebCenter Portal 11g Developer Workshop Lab 03 Integrating Content Page 1 of 12 Overview WebCenter Content is the content repository for WebCenter Portal. To leverage the content stored in the repository,

More information

Product Release Notes

Product Release Notes Product Release Notes Release 32 June 2016 VERSION 20160624 Table of Contents Document Versioning 2 Overview 3 Known Issues 3 Usability 3 Action Bar Applets Do Not Collapse if the User Refines a List Within

More information

August 6, Oracle APEX Statement of Direction

August 6, Oracle APEX Statement of Direction AUGUST 6, 2018 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

More information

An Oracle Technical Article March Certification with Oracle Linux 4

An Oracle Technical Article March Certification with Oracle Linux 4 An Oracle Technical Article March 2011 Certification with Oracle Linux 4 Introduction... 1 Comparing Oracle Linux 4 and Red Hat Enterprise Linux (RHEL) 4.. 2 Checking the /etc/redhat-release File... 2

More information

Oracle Service Registry - Oracle Enterprise Gateway Integration Guide

Oracle Service Registry - Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 Oracle Service Registry - Oracle Enterprise Gateway Integration Guide 1 / 19 Disclaimer The following is intended to outline our general product direction. It is intended

More information

Oracle Financial Services Regulatory Reporting for US Federal Reserve Lombard Risk Integration Pack

Oracle Financial Services Regulatory Reporting for US Federal Reserve Lombard Risk Integration Pack Oracle Financial Services Regulatory Reporting for US Federal Reserve Lombard Risk Integration Pack Installation Guide Release 8.0.4.1.0 July 2017 Executive Summary This document includes the necessary

More information

Oracle FLEXCUBE Direct Banking iphone/ipad Workspace Configuration

Oracle FLEXCUBE Direct Banking iphone/ipad Workspace Configuration Oracle FLEXCUBE Direct Banking iphone/ipad Workspace Configuration Release 12.0.3.0.0 Part No. E52543-01 April 2014 iphone/ipad Workspace Configuration April 2014 Oracle Financial Services Software Limited

More information

Oracle Financial Consolidation and Close Cloud. What s New in the November Update (16.11)

Oracle Financial Consolidation and Close Cloud. What s New in the November Update (16.11) Oracle Financial Consolidation and Close Cloud What s New in the November Update (16.11) November 2016 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE FINANCIAL CONSOLIDATION AND CLOSE CLOUD, NOVEMBER UPDATE...

More information

Oracle WebCenter Portal 11g Developer Workshop

Oracle WebCenter Portal 11g Developer Workshop Oracle WebCenter Portal 11g Developer Workshop Lab 00 Preparing the Environment Page 1 of 10 Overview For this workshop, you will use the Oracle WebCenter Portal Jump Start Kit, which is a utility that

More information

Product Release Notes

Product Release Notes Product Release Notes Release 31 February 2016 VERSION 20160226 Table of Contents Document Versioning 3 Overview 4 Known Issues 4 Analytics 4 Internet Explorer 11 Error When Downloading Reports with Names

More information

Handling Memory Ordering in Multithreaded Applications with Oracle Solaris Studio 12 Update 2: Part 2, Memory Barriers and Memory Fences

Handling Memory Ordering in Multithreaded Applications with Oracle Solaris Studio 12 Update 2: Part 2, Memory Barriers and Memory Fences An Oracle White Paper September 2010 Handling Memory Ordering in Multithreaded Applications with Oracle Solaris Studio 12 Update 2: Part 2, Memory Introduction... 1 What Is Memory Ordering?... 2 More About

More information

Create Faculty Membership Account. This step-by-step guide takes you through the process to create a Faculty Membership Account.

Create Faculty Membership Account. This step-by-step guide takes you through the process to create a Faculty Membership Account. Create Faculty Membership Account This step-by-step guide takes you through the process to create a Faculty Membership Account. Before you start Have you checked the Oracle Academy New Membership Reference

More information

An Oracle White Paper March How to Define an Importer Returning Error Messages to the Oracle Web Applications Desktop Integrator Document

An Oracle White Paper March How to Define an Importer Returning Error Messages to the Oracle Web Applications Desktop Integrator Document An Oracle White Paper March 2012 How to Define an Importer Returning Error Messages to the Oracle Web Applications Desktop Integrator Document Disclaimer The following is intended to outline our general

More information

Oracle NoSQL Database For Time Series Data O R A C L E W H I T E P A P E R D E C E M B E R

Oracle NoSQL Database For Time Series Data O R A C L E W H I T E P A P E R D E C E M B E R Oracle NoSQL Database For Time Series Data O R A C L E W H I T E P A P E R D E C E M B E R 2 0 1 7 Introduction As massive amounts of data are being created with a need to store and analyze this data,

More information

Hard Partitioning with Oracle VM Server for SPARC O R A C L E W H I T E P A P E R J U L Y

Hard Partitioning with Oracle VM Server for SPARC O R A C L E W H I T E P A P E R J U L Y Hard Partitioning with Oracle VM Server for SPARC O R A C L E W H I T E P A P E R J U L Y 2 0 1 6 Introduction This document describes hard partitioning with Oracle VM Server for SPARC, and how to use

More information

An Oracle White Paper September Upgrade Methods for Upgrading to Oracle Database 11g Release 2

An Oracle White Paper September Upgrade Methods for Upgrading to Oracle Database 11g Release 2 An Oracle White Paper September 2010 Upgrade Methods for Upgrading to Oracle Database 11g Release 2 Introduction... 1 Database Upgrade Methods... 2 Database Upgrade Assistant (DBUA)... 2 Manual Upgrade...

More information

Partitioning in Oracle Database 10g Release 2. An Oracle White Paper May 2005

Partitioning in Oracle Database 10g Release 2. An Oracle White Paper May 2005 Partitioning in Oracle Database 10g Release 2 An Oracle White Paper May 2005 Oracle Partitioning EXECUTIVE OVERVIEW Oracle Partitioning will enhance the manageability, performance, and availability of

More information

October Oracle Application Express Statement of Direction

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

More information

Managing Metadata with Oracle Data Integrator. An Oracle Data Integrator Technical Brief Updated December 2006

Managing Metadata with Oracle Data Integrator. An Oracle Data Integrator Technical Brief Updated December 2006 Managing Metadata with Oracle Data Integrator An Oracle Data Integrator Technical Brief Updated December 2006 Managing Metadata with Oracle Data Integrator: An Oracle Data Integrator Technical Brief Metadata

More information

Oracle Database Vault

Oracle Database Vault An Oracle White Paper July 2009 Oracle Database Vault Introduction... 3 Oracle Database Vault... 3 Oracle Database Vault and Regulations... 4 Oracle Database Vault Realms... 5 Oracle Database Vault Command

More information

Oracle Social Network

Oracle Social Network Oracle Social Network Release 11 Release Content Document December 2015 TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 UPDATES TO SOCIAL IN ORACLE APPLICATIONS CLOUD... 4 DESKTOP CLIENT IMPROVEMENTS...

More information

Oracle FLEXCUBE Direct Banking Release Dashboard Widgets Customer Services User Manual. Part No. E

Oracle FLEXCUBE Direct Banking Release Dashboard Widgets Customer Services User Manual. Part No. E Oracle FLEXCUBE Direct Banking Release 12.0.0 Dashboard Widgets Customer Services User Manual Part No. E52305-01 Dashboard Widgets User Manual Table of Contents 1. Transaction Host Integration Matrix...

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 Secure Backup. Getting Started. with Cloud Storage Devices O R A C L E W H I T E P A P E R F E B R U A R Y

Oracle Secure Backup. Getting Started. with Cloud Storage Devices O R A C L E W H I T E P A P E R F E B R U A R Y Oracle Secure Backup Getting Started with Cloud Storage Devices O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 8 Disclaimer The following is intended to outline our general product direction. It

More information

Information Lifecycle Management for Business Data. An Oracle White Paper September 2005

Information Lifecycle Management for Business Data. An Oracle White Paper September 2005 Information Lifecycle Management for Business Data An Oracle White Paper September 2005 Information Lifecycle Management for Business Data Introduction... 3 Regulatory Requirements... 3 What is ILM?...

More information

Superior Product Variants Software for Multi-Attribute Product Companies. An Oracle White Paper April 2004

Superior Product Variants Software for Multi-Attribute Product Companies. An Oracle White Paper April 2004 Superior Product Variants Software for Multi-Attribute Product Companies An Oracle White Paper April 2004 Superior Product Variants Software for Multi- Attribute Product Companies Streamlining Management

More information

Migrating VMs from VMware vsphere to Oracle Private Cloud Appliance O R A C L E W H I T E P A P E R O C T O B E R

Migrating VMs from VMware vsphere to Oracle Private Cloud Appliance O R A C L E W H I T E P A P E R O C T O B E R Migrating VMs from VMware vsphere to Oracle Private Cloud Appliance 2.3.1 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 7 Table of Contents Introduction 2 Environment 3 Install Coriolis VM on Oracle

More information

April Understanding Federated Single Sign-On (SSO) Process

April Understanding Federated Single Sign-On (SSO) Process April 2013 Understanding Federated Single Sign-On (SSO) Process Understanding Federated Single Sign-On Process (SSO) Disclaimer The following is intended to outline our general product direction. It is

More information

Cloud Operations for Oracle Cloud Machine ORACLE WHITE PAPER MARCH 2017

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

More information

Create Institutional Membership

Create Institutional Membership Create Institutional Membership This step-by-step guide takes you through the process to register your Institution for an Oracle Academy Institutional Membership. Before you start Have you checked the

More information

Administrator Preview Guide. Release 36 March 9, 2018 VERSION

Administrator Preview Guide. Release 36 March 9, 2018 VERSION Administrator Preview Guide Release 36 March 9, 2018 VERSION 20180309 Table of Contents Document Versioning 4 Summary of Release Features 5 Administration 7 Ability to Keep Field Audit Records for 366

More information

An Oracle White Paper July Methods for Downgrading from Oracle Database 11g Release 2

An Oracle White Paper July Methods for Downgrading from Oracle Database 11g Release 2 An Oracle White Paper July 2011 Methods for Downgrading from Oracle Database 11g Release 2 Introduction... 2 Oracle Database Downgrade Methods... 3 Downgrade Script... 3 Oracle Data Pump Export/Import

More information

Working with Time Zones in Oracle Business Intelligence Publisher ORACLE WHITE PAPER JULY 2014

Working with Time Zones in Oracle Business Intelligence Publisher ORACLE WHITE PAPER JULY 2014 Working with Time Zones in Oracle Business Intelligence Publisher ORACLE WHITE PAPER JULY 2014 Table of Contents Introduction 1 Time Zones in Oracle BI Publisher Reports 2 Converting Dates to the User

More information

Data Capture Recommended Operating Environments

Data Capture Recommended Operating Environments Oracle Insurance Data Capture Recommended Operating Environments Release 5.2 October 2014 CONTENTS STATEMENT OF PURPOSE... 3 OIDC Hardware Configuration Example... 4 OIDC Workflow Example... 5 QUICK VIEW...

More information

Oracle Best Practices for Managing Fusion Application: Discovery of Fusion Instance in Enterprise Manager Cloud Control 12c

Oracle Best Practices for Managing Fusion Application: Discovery of Fusion Instance in Enterprise Manager Cloud Control 12c An Oracle White Paper July, 2014 Oracle Best Practices for Managing Fusion Application: Discovery of Fusion Instance in Enterprise Manager Cloud Control 12c Executive Overview... 2 Applicable versions

More information

Improve Data Integration with Changed Data Capture. An Oracle Data Integrator Technical Brief Updated December 2006

Improve Data Integration with Changed Data Capture. An Oracle Data Integrator Technical Brief Updated December 2006 Improve Data Integration with Changed Data Capture An Oracle Data Integrator Technical Brief Updated December 2006 Improve Data Integration with Changed Data Capture: An Oracle Data Integrator Technical

More information

E-BUSINESS SUITE APPLICATIONS R12 (R12.2.5) ORDER MANAGEMENT (OLTP) BENCHMARK - USING ORACLE11g

E-BUSINESS SUITE APPLICATIONS R12 (R12.2.5) ORDER MANAGEMENT (OLTP) BENCHMARK - USING ORACLE11g O R A C L E E - B U S I N E S S B E N C H M A R K R EV. 1.0 E-BUSINESS SUITE APPLICATIONS R12 (R12.2.5) ORDER MANAGEMENT (OLTP) BENCHMARK - USING ORACLE11g ON ORACLE S DATABASE CLOUD SERVICE As a global

More information

An Oracle White Paper September Methods for Upgrading to Oracle Database 11g Release 2

An Oracle White Paper September Methods for Upgrading to Oracle Database 11g Release 2 An Oracle White Paper September 2009 Methods for Upgrading to Oracle Database 11g Release 2 Introduction... 1 Database Upgrade Methods... 2 Database Upgrade Assistant (DBUA)... 2 Manual Upgrade... 3 Export

More information

Sun Fire X4170 M2 Server Frequently Asked Questions

Sun Fire X4170 M2 Server Frequently Asked Questions Overview Faced with ever increasing computing needs and budget constraints, companies today want to set up infrastructures that offer optimal value, can easily be re-purposed, and have reduced complexity.

More information

SETTING UP ORACLE ULTRA SEARCH FOR ORACLE PORTAL 10G (10.1.4)

SETTING UP ORACLE ULTRA SEARCH FOR ORACLE PORTAL 10G (10.1.4) Oracle Application Server Portal Technical Note SETTING UP ORACLE ULTRA SEARCH FOR ORACLE PORTAL 10G (10.1.4) November 2005 INTRODUCTION This Technical Note describes how to setup up and configure Oracle

More information

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

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

More information

Oracle Fusion Middleware 11g Oracle Access Manager Frequently Asked Questions June 2009

Oracle Fusion Middleware 11g Oracle Access Manager Frequently Asked Questions June 2009 Oracle Fusion Middleware 11g Oracle Access Manager 10.1.4.3.0 Frequently Asked Questions June 2009 This FAQ addresses frequently asked questions relating specifically to Oracle Access Manager (OAM) 10.1.4.3.0

More information

Load Project Organizations Using HCM Data Loader O R A C L E P P M C L O U D S E R V I C E S S O L U T I O N O V E R V I E W A U G U S T 2018

Load Project Organizations Using HCM Data Loader O R A C L E P P M C L O U D S E R V I C E S S O L U T I O N O V E R V I E W A U G U S T 2018 Load Project Organizations Using HCM Data Loader O R A C L E P P M C L O U D S E R V I C E S S O L U T I O N O V E R V I E W A U G U S T 2018 Disclaimer The following is intended to outline our general

More information

Oracle CPQ Cloud for Salesforce.com

Oracle CPQ Cloud for Salesforce.com Oracle CPQ Cloud for Salesforce.com What's New in Summer 14 11 July 2014 TABLE OF CONTENTS TABLE OF CONTENTS... 2 OVERVIEW... 3 RELEASE FEATURE SUMMARY... 4 UPDATING PERMISSION SETS... 5 STEP BY STEP INSTRUCTIONS...

More information

Oracle Profitability and Cost Management Cloud. November 2017 Update (17.11) What s New

Oracle Profitability and Cost Management Cloud. November 2017 Update (17.11) What s New Oracle Profitability and Cost Management Cloud November 2017 Update (17.11) What s New TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE PROFITABILITY AND COST MANAGEMENT CLOUD, NOVEMBER UPDATE... 3 ANNOUNCEMENTS

More information

An Oracle White Paper October Deploying and Developing Oracle Application Express with Oracle Database 12c

An Oracle White Paper October Deploying and Developing Oracle Application Express with Oracle Database 12c An Oracle White Paper October 2013 Deploying and Developing Oracle Application Express with Oracle Database 12c Disclaimer The following is intended to outline our general product direction. It is intended

More information

An Oracle White Paper. Released April 2013

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

More information

Technical White Paper August Recovering from Catastrophic Failures Using Data Replicator Software for Data Replication

Technical White Paper August Recovering from Catastrophic Failures Using Data Replicator Software for Data Replication Technical White Paper August 2010 Recovering from Catastrophic Failures Using Data Replicator Software for Data Replication. Recovering from Catastrophic Failures Using Data Replicator Software for Data

More information

An Oracle White Paper February Optimizing Storage for Oracle PeopleSoft Applications

An Oracle White Paper February Optimizing Storage for Oracle PeopleSoft Applications An Oracle White Paper February 2011 Optimizing Storage for Oracle PeopleSoft Applications Executive Overview Enterprises are experiencing an explosion in the volume of data required to effectively run

More information

Establishing secure connections between Oracle Ravello and Oracle Database Cloud O R A C L E W H I T E P A P E R N O V E M E B E R

Establishing secure connections between Oracle Ravello and Oracle Database Cloud O R A C L E W H I T E P A P E R N O V E M E B E R Establishing secure connections between Oracle Ravello and Oracle Database Cloud O R A C L E W H I T E P A P E R N O V E M E B E R 2 0 1 7 Table of Contents APPLICATION ARCHITECTURE OVERVIEW 2 CONNECTING

More information

Oracle Application Server 10g Integration Interconnect. An Oracle Technical White Paper January 2005

Oracle Application Server 10g Integration Interconnect. An Oracle Technical White Paper January 2005 Oracle Application Server 10g Integration Interconnect An Oracle Technical White Paper January 2005 Introduction... 2 FeatureS... 2 Clean Separation of Integration Logic from Integration Platform... 2

More information

RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017

RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017 RAC Database on Oracle Ravello Cloud Service O R A C L E W H I T E P A P E R A U G U S T 2017 Oracle Ravello is an overlay cloud that enables enterprises to run their VMware and KVM applications with data-center-like

More information

How to Monitor Oracle Private Cloud Appliance with Oracle Enterprise Manager 13c O R A C L E W H I T E P A P E R J U L Y

How to Monitor Oracle Private Cloud Appliance with Oracle Enterprise Manager 13c O R A C L E W H I T E P A P E R J U L Y How to Monitor Oracle Private Cloud Appliance with Oracle Enterprise Manager 13c O R A C L E W H I T E P A P E R J U L Y 2 0 1 8 Introduction 2 Configuration of Oracle Enterprise Manager 13c to discover

More information

An Oracle White Paper February Combining Siebel IP 2016 and native OPA 12.x Interviews

An Oracle White Paper February Combining Siebel IP 2016 and native OPA 12.x Interviews An Oracle White Paper February 2017 Combining Siebel IP 2016 and native OPA 12.x Interviews Purpose This whitepaper is a guide for Siebel customers that wish to take advantage of OPA 12.x functionality

More information

Oracle Financial Consolidation and Close Cloud. What s New in the December Update (16.12)

Oracle Financial Consolidation and Close Cloud. What s New in the December Update (16.12) Oracle Financial Consolidation and Close Cloud What s New in the December Update (16.12) December 2016 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE FINANCIAL CONSOLIDATION AND CLOSE CLOUD, DECEMBER UPDATE...

More information

Profitability Application Pack Installation Guide Release

Profitability Application Pack Installation Guide Release Profitability Application Pack Installation Guide Release 8.0.6.1.0 October 2018 Document Versioning Version Number Revision Date Changes Done 1.0 10 September 2018 Final version released 1.1 5 October

More information

An Oracle Technical Article November Certification with Oracle Linux 7

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

More information

Oracle VM 3: IMPLEMENTING ORACLE VM DR USING SITE GUARD O R A C L E W H I T E P A P E R S E P T E M B E R S N

Oracle VM 3: IMPLEMENTING ORACLE VM DR USING SITE GUARD O R A C L E W H I T E P A P E R S E P T E M B E R S N Oracle VM 3: IMPLEMENTING ORACLE VM DR USING SITE GUARD O R A C L E W H I T E P A P E R S E P T E M B E R 2 0 1 8 S N 2 1 3 0 5 Table of Contents Introduction 1 Overview 2 Understanding the Solution 2

More information

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

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

More information

Oracle Web Service Manager 11g Component Level Role Authorization (in SOA Suite) March, 2012

Oracle Web Service Manager 11g Component Level Role Authorization (in SOA Suite) March, 2012 Oracle Web Service Manager 11g Component Level Role Authorization (in SOA Suite) March, 2012 Step-by-Step Instruction Guide Author: Prakash Yamuna Senior Development Manager Oracle Corporation Table of

More information

Oracle Express CPQ for Salesforce.com

Oracle Express CPQ for Salesforce.com Oracle Express CPQ for Salesforce.com Spring 16 Release Content Document January 2016 1 TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 GENERAL... 4 Quote Paths... 4 CONFIGURATION... 5 Lightning

More information

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

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

More information

Oracle Financial Consolidation and Close Cloud. What s New in the March Update (17.03)

Oracle Financial Consolidation and Close Cloud. What s New in the March Update (17.03) Oracle Financial Consolidation and Close Cloud What s New in the March Update (17.03) February 2017 TABLE OF CONTENTS REVISION HISTORY... 3 ORACLE FINANCIAL CONSOLIDATION AND CLOSE CLOUD, MARCH UPDATE...

More information

Handling Memory Ordering in Multithreaded Applications with Oracle Solaris Studio 12 Update 2: Part 1, Compiler Barriers

Handling Memory Ordering in Multithreaded Applications with Oracle Solaris Studio 12 Update 2: Part 1, Compiler Barriers An Oracle White Paper September 2010 Handling Memory Ordering in Multithreaded Applications with Oracle Solaris Studio 12 Update 2: Part 1, Compiler Introduction... 1 What Is Memory Ordering?... 2 Compiler

More information