Using Oracle Designer 6i to Configuration Management Internet Platform Applications. An Oracle Technical White Paper October 2000

Size: px
Start display at page:

Download "Using Oracle Designer 6i to Configuration Management Internet Platform Applications. An Oracle Technical White Paper October 2000"

Transcription

1 Using Oracle Designer 6i to Configuration Management Internet Platform Applications An Oracle Technical White Paper

2 INTRODUCTION Configuration Management does not normally become an issue within a software development organization until something goes wrong. Bug fixes go astray, previous versions cannot be rebuilt and developers begin duplicating work. These costly and time-consuming problems can only be controlled with a vigorous methodology being imposed on the development process. Such a process can easily add to the cost and time to produce software, but is the only accepted procedure to avoid mistakes. Such a rigorous process will require productivity aids to make it cost effective. This has led to the requirement for configuration management tools that automate and control much of the software development process. Software Configuration Management, like many software terms, is open to wide interpretation. For the purposes of this paper this is considered to cover: object versioning software configuration software delivery Oracle Designer 6i includes object versioning and software configuration; software delivery will be incorporated in a future Release Manager. Oracle Repository consists of a store and a set of management tools for the all the meta data and application objects of an enterprise. The Oracle Designer configuration management tools sit upon the Oracle Repository. This Repository resides within an Oracle database, offering a true multi-user, scalable solution, supporting large development teams. This paper concentrates on the use of configuration management tools in the context of Oracle Designer. The utilities are apply equally to non-oracle software configuration management issues, with access to the version utilities via a command line interface. The paper covers versioning of Oracle Designer elements, files and folders and the configuration management utilities. OBJECT VERSIONING Version control is the process of maintaining multiple versions of software development objects and is the most basic requirement for a software configuration management system. The Oracle Repository manages all repository objects, and any kind of file and directory. This enables tracking of changes to the source model, as well as tracking the changes to the contents of individual files. Versioning of existing Oracle Designer elements, such as an Entity or Function is not as simple as it might first appear. Just giving an Entity a version number and locking it so that no further changes maybe made does not consider the structured nature of the data within the Repository. An Entity may have Attributes, a Unique Identifier and Relationships, all of which may or may not require versioning. Within Oracle Designer the concept of a versionable object has been introduced. Such a versionable object would be an Entity with all the items that belong to it. Thus if an existing Attribute belonging to an Entity needs modification the Entity, as the versionable object, would be checked out, the attribute edited and then checked back in to the Repository. The process of checking in the entity assigns a new version label and stops the Entity being edited without first checking it out. 2

3 Version control of any element within the Repository will not commence until the element has been initially checked in. Thus if no elements have been checked in, no versioned objects will exist within the Repository and the existing Oracle Designer tool set will behave as it does in previous releases. While an object is checked in it is write protected and, therefore, cannot be modified. The object must be checked out before it can be changed. Each time an object is checked back into the repository, its version number is updated (for example, version 1.0 becomes version 1.1). In this way, Oracle Repository can keep track of every change that is made to an object, so that exactly the right version of the object is used when creating the application. As an object evolves from one version to the next, a graphical representation known as a version tree also evolves. Figure 1. Simple Versioning of a Single Element A simple version tree has only one branch, usually called the MAIN branch, as shown in the illustration above. However, a more complex version tree will have several branches, each representing separate parallel development of the object. Both repository and non-repository objects can be version-controlled in the repository. Versions are organized into a version tree structure with branches. Branches have user-defined labels, typically chosen to indicate their role in the development process. All objects can be identified by a systemgenerated version number. Important versions can be assigned version labels by the user to indicate development milestones. 3

4 WORKAREAS A new concept has been introduced into Oracle Designer to enable a collection of single versions to be viewed. A workarea is defined as a secure area of the repository in which a user can make changes to objects to which he or she has access. This is known as a Workarea and is the first concept existing and new Oracle Designer users will meet in Oracle Designer 6i. Existing Oracle Designer repositories will be upgraded to Oracle Designer 6i into a single workarea. All existing applications within the original repository will appear within this single workarea. By managing the access to elements each user will not be subjected to lists of all versions of all elements within the repository. Figure 2. Workareas as a View onto the Repository As an example, assume that User A wants to work on some of the repository objects that he or she owns. User A checks these objects out, locking them at the same time. The original objects remain in the repository, locked so that no one else can update them until User A has finished. Other users can still view these objects, provided they can access them. User A then works on the objects and, having finished, checks them back in. As soon as the lock is released, other users can check out these objects. It is possible to check out and update an object without locking it, allowing other users to check out the same object and possibly update it as well. In this situation, the first user to check the updated object back in is allowed to do so, while updates from other users are converted to branches which can subsequently be merged with the original updates. It is also possible to set a repository-wide option to lock every object when it is checked out. This option prevents any other user from checking out the object until the first user checks it back in. A workarea is not versionable. That is, you cannot create different versions of a workarea in the way that you can create different versions of repository objects. You can, however, make a copy of a workarea and preserve different workarea states that way. You can populate a workarea by including different configurations, or groupings of specific repository object versions. The set of different configurations is known as the member list. If the resulting workarea specification includes more than one version of a particular object, you can refresh the workarea to resolve the version conflict, according to the order of configurations in the member list. 4

5 CONFIGURATIONS When you create a configuration you group together specific versions of selected objects, rather like striping or labeling in some configuration management systems. For example, when the development of individual objects reaches the stage where you can build a particular application, you need to specify exactly which version of each object is to be used for the build. The same applies when assembling a set of objects to be used for a test or inclusion in a patch release - the configuration defines which versions of which objects are to be used. A Configuration can consist of individually identified Repository elements, or be defined via a rule. The rules available are: include/exclude folders or objects, latest, latest before and between, another configuration and even a diagram contents. For example, all tables from a particular diagram with a creation date before a particular date could be included in a configuration. This configuration definition could then be used to define the contents of a workarea. A configuration may also be versioned: Figure 3. Versioning of Configurations POLICIES A policy enables a configuration manager to control branching, labeling and locking mechanisms across a development repository. By setting policies you can ensure that specific development branches are not populated with new object versions at critical periods in development, for example during a build. It also ensures adherence to system-specified object version labels. 5

6 AUTOMATIC BRANCHING When an automatic branching policy is set, all checked out objects are checked in to the default branch defined for each workarea using the Configure workarea dialog box. AUTOMATIC VERSION LABELING When automatic version labeling is set, the user is unable to specify a label for an object version on check in. The repository will automatically assign a label. STRICT LOCKING When strict locking is set, users are forced to lock objects on checkout. Without strict locking the user can choose whether or not to lock an object on checkout. However, locking does not prevent another user from checking out a copy of the same version. It only prevents that user from checking in onto the same branch until the locked version is checked in. Strict locking prevents any version of the object from being checked out from a branch once a version has been checked out since two or more users cannot apply locking to the same branch. VERSION HISTORY VIEWER There are two types of tools that work against the Repository. The Oracle Designer tool set works within the context of a Workarea, thus limiting the view to a single version of any element at any one time. The Repository tools work against multiple versions of elements, permitting cross version reporting and management. The Version History Viewer works across versions showing the history of a single element through time. Figure 4. The Version History Viewer 6

7 VERSION EVENT VIEWER Each time a new version is created, this is recorded as an event and certain information is recorded against it. This information includes: the type of event, for example check in, check out or merge the version label the date the version was created the branch on which the version resides notes to explain any changes to the version the version number the version status (checked in or checked out) The Version Event Viewer displays the evolution of a repository object in tabular form. COMPARE AND MERGE Once elements within the Repository are versioned then it can be assumed that they will be different to previous versions of the same element. The Repository tools provide facilities to compare and merge elements, whether they are text files or structured elements from the Oracle Designer model. The merge utility algorithm will automatically resolve differences, provided there are no conflicts, and select the appropriate changed item. You can, however, override the selection made by the algorithm if desired. For example, a Column prompt added to a Column definition would, when merged from a branch version to the main branch, take precedence over a blank Column prompt in the Column definition on the main branch. STRUCTURED AND UNSTRUCTURED DATA Existing users of previous Oracle Designer versions are familiar with structured data. For example, an Entity has an association to Attributes, which in turn may have Valid Values. Each Repository structured element has defined properties that belong to them. Unstructured data has no such properties or associations, such data might include Documents, Images, Executables and Runtime code. The storage of structured data within the Repository has been around for many years, unstructured files have been traditionally held in an operating system file. For complete control of application definitions, models and code within a Configuration environment it is necessary to handle both the unstructured and structured data. Unstructured files need to be put under version control. This is achieved in Oracle Designer 6i by loading the file into the Repository and treating the file as a Repository element under the control of versions and configurations. A file system directory is mapped to a Repository Folder, the contents of the directory can then be loaded into the Repository, and checked in. The operating system file could then be deleted and then restored at a later date from the Repository. Synchronization between the Repository stored files and the operating system stored files is also possible. Once a file is loaded into a folder within the Repository it may also be versioned and form part of a Workarea and Configuration. 7

8 Figure 5. Comparing Two Versions of an Entity Figure 6. Selecting Which Properties to Accept When Merging Two Versions of an Entity 8

9 COMMAND LINE INTERFACE FOR REPOSITORY AND TOOLS The Command Line Tool gives access to Repository Configuration Management facilities from a command prompt. This enables batch running of the Configuration Management facilities described above. For example, development code files could be loaded into the Repository every night at a set time and checked in to be placed under source code control. The command line utility will be made available across several platforms, removing the Windows based restrictions. The command line tools might also be included within third party tools, enabling the Repository to be used to store and provide a managed data store for such third party products. Two modes are provided: Interactive: jrcmd c username/password -w[workarea name] One Shot: jrcmd -c username/password -w[workarea name] Command In either mode the following command might be entered: diff -loperating_system_file -rrepository_file - fdifference.txt. This would send to the file difference.txt the differences between a Repository stored file and an Operating system stored file. SUMMARY The fundamental requirement of a configuration management system is the ability to identify and control objects as they evolve over time. It must also be able to maintain a history of the changes to an object as it evolves. Individual members of the team should be able to undertake development work without interference from other team members. Then, as each task is completed, the results should be available to other members of the team to include into their own work as and when required. Configuration management tools should also enable parallel development, for example to enable maintenance work while development continues or to allow concurrent development of two versions of the same application. It should then be possible to merge the two development streams into one version to incorporate all the desired enhancements. At appropriate stages in the development cycle, it should be possible to identify specific versions of objects and group them into a configuration, to build a test or release version of an application. Oracle Designer 6i addresses these requirements by providing secure individual workareas, controlled access to configuration management functions and a range of utilities that enable: object version control through checkin and checkout procedures parallel development through branching comparing and merging of objects configurations of selected object versions The above functionality provided through the Oracle Repository utilities extends Oracle Designer fully into the Configuration Management arena. 9

10 Oracle Corporation World Headquarters 500 Oracle Parkway Redwood Shores, CA U.S.A. Worldwide Inquiries: Fax Copyright Oracle Corporation 1999 All Rights Reserved This document is provided for informational purposes only, and the information herein is subject to change without notice. Please report any errors herein to Oracle Corporation. Oracle Corporation does not provide any warranties covering and specifically disclaims any liability in connection with this document. Oracle is a registered trademark, and Oracle8i, PL/SQL, Oracle Designer 6i, and Oracle Repository are trademarks of Oracle Corporation. All other company and product names mentioned are used for identification purposes only and may be trademarks of their respective owners.

Oracle Warehouse Builder 10g Release 2 Integrating Packaged Applications Data

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

More information

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

Upgrade Developer Forms 4.5 to Oracle Forms 6. An Oracle Technical White Paper March 2000

Upgrade Developer Forms 4.5 to Oracle Forms 6. An Oracle Technical White Paper March 2000 Upgrade Developer Forms 4.5 to Oracle Forms 6 An Oracle Technical White Paper WHY UPGRADE? Upgrade Developer Forms 4.5 to Oracle Forms 6 ORACLE APPLICATIONS MANUFACTURING AND FINANCIALS FORMS UPGRADE 2

More information

Fast Track Model Based Design and Development with Oracle9i Designer. An Oracle White Paper August 2002

Fast Track Model Based Design and Development with Oracle9i Designer. An Oracle White Paper August 2002 Fast Track Model Based Design and Development with Oracle9i Designer An Oracle White Paper August 2002 Fast Track Model Based Design and Development with Oracle9i Designer Executive Overivew... 3 Introduction...

More information

Oracle Warehouse Builder 10g Runtime Environment, an Update. An Oracle White Paper February 2004

Oracle Warehouse Builder 10g Runtime Environment, an Update. An Oracle White Paper February 2004 Oracle Warehouse Builder 10g Runtime Environment, an Update An Oracle White Paper February 2004 Runtime Environment, an Update Executive Overview... 3 Introduction... 3 Runtime in warehouse builder 9.0.3...

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

Oracle Streams. An Oracle White Paper October 2002

Oracle Streams. An Oracle White Paper October 2002 Oracle Streams An Oracle White Paper October 2002 Oracle Streams Executive Overview... 3 Introduction... 3 Oracle Streams Overview... 4... 5 Staging... 5 Propagation... 6 Transformations... 6 Consumption...

More information

Securing Your Oracle Reports Environment Through Oracle Portal A Walkthrough Release 6i. An Oracle Technical White Paper August 2000

Securing Your Oracle Reports Environment Through Oracle Portal A Walkthrough Release 6i. An Oracle Technical White Paper August 2000 Securing Your Oracle Reports Environment Through Oracle Portal 2.2 -- A Walkthrough Release 6i An Oracle Technical White Paper OVERVIEW Once you have installed Oracle Reports and Oracle Portal release

More information

Improved Database Development using SQL Compare

Improved Database Development using SQL Compare Improved Database Development using SQL Compare By David Atkinson and Brian Harris, Red Gate Software. October 2007 Introduction This white paper surveys several different methodologies of database development,

More information

Publishing Concurrent Requests with XML Publisher. An Oracle White Paper January 2005

Publishing Concurrent Requests with XML Publisher. An Oracle White Paper January 2005 Publishing Concurrent Requests with XML Publisher An Oracle White Paper January 2005 Publishing Concurrent Requests with XML Publisher EXECUTIVE SUMMARY... 1 INTRODUCTION... 1 Process Overview... 2 Register

More information

Oracle Application Development Framework Overview

Oracle Application Development Framework Overview An Oracle White Paper July 2009 Oracle Application Development Framework Overview Introduction... 1 Oracle ADF Making Java EE Development Simpler... 2 THE ORACLE ADF ARCHITECTURE... 3 The Business Services

More information

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

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

More information

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

Insbridge Enterprise Rating Design Time Reporting Document

Insbridge Enterprise Rating Design Time Reporting Document Oracle Insurance Insbridge Enterprise Rating Design Time Reporting Document Release 5.1.x December 2015 DESIGN TIME REPORTING The IBRM database is the repository for content created in RateManager. Data

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

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 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

Product Configuration Release Notes

Product Configuration Release Notes Oracle Insurance Release Notes Release 1.0 October 2014 Oracle Insurance Release Notes for Release 1.0 The purpose of this document is to: Describe the new features and resolved issues offered in the 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

Managing Oracle9iAS Forms Services Using Oracle Enterprise Manager. An Oracle White Paper April 2002

Managing Oracle9iAS Forms Services Using Oracle Enterprise Manager. An Oracle White Paper April 2002 Managing Oracle9iAS Forms Services Using Oracle Enterprise Manager An Oracle White Paper April 2002 Managing Oracle9iAS Forms Services Using Oracle Enterprise Manager ABOUT THIS PAPER...3 THE ENTERPRISE

More information

An Oracle Technical White Paper September Oracle VM Templates for PeopleSoft

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

More information

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

Working with CVS in Eclipse

Working with CVS in Eclipse Working with CVS in Eclipse Hoang Huu Hanh Institute of Software Technology and Interactive Systems Vienna University of Technology Favoritenstrasse 9-11/188 1040 Vienna, Austria hhhanh@ifs.tuwien.ac.at

More information

Oracle Reports 6.0 New Features. Technical White Paper November 1998

Oracle Reports 6.0 New Features. Technical White Paper November 1998 Oracle Reports 6.0 New Features Technical White Paper Oracle Reports 6.0 New Features PRODUCT SUMMARY In today's fast-moving, competitive business world up to date information is needed for the accurate,

More information

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

A Distinctive View across the Continuum of Care with Oracle Healthcare Master Person Index ORACLE WHITE PAPER NOVEMBER 2015

A Distinctive View across the Continuum of Care with Oracle Healthcare Master Person Index ORACLE WHITE PAPER NOVEMBER 2015 A Distinctive View across the Continuum of Care with Oracle Healthcare Master Person Index ORACLE WHITE PAPER NOVEMBER 2015 Disclaimer The following is intended to outline our general product direction.

More information

Audit History in Order Management. An Oracle WhitePaper

Audit History in Order Management. An Oracle WhitePaper Audit History in Order Management An Oracle WhitePaper November 2010 Oracle Order Management enables you to audit the changes in order attributes from the Sales Orders, Quick Sales Order, Order Organizer,

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

Document Management System Interface Version NT1316-ORACLE FCUBSV.UM [January] [2010] Oracle Part Number E

Document Management System Interface Version NT1316-ORACLE FCUBSV.UM [January] [2010] Oracle Part Number E Document Management System Interface Version-11.0 9NT1316-ORACLE FCUBSV.UM 11.0.0.0.0.0.0 [January] [2010] Oracle Part Number E51573-01 Document Control Author: Documentation Team Created on: October 01,

More information

Highly Available Forms and Reports Applications with Oracle Fail Safe 3.0

Highly Available Forms and Reports Applications with Oracle Fail Safe 3.0 Highly Available Forms and Reports Applications with Oracle Fail Safe 3.0 High Availability for Windows NT An Oracle Technical White Paper Robert Cheng Oracle New England Development Center System Products

More information

CA Harvest Software Change Manager

CA Harvest Software Change Manager CA Harvest Software Change Manager Messages Guide Release 12.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

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

Oracle Adaptive Access Manager. 1 Oracle Adaptive Access Manager Documentation. 2 Resolved Issues. Release Notes Release 10g (

Oracle Adaptive Access Manager. 1 Oracle Adaptive Access Manager Documentation. 2 Resolved Issues. Release Notes Release 10g ( Oracle Adaptive Access Manager Release Notes Release 10g (10.1.4.5) E13648-03 May 2009 These release notes contain important last minute information not included in the Oracle Adaptive Access Manager Release

More information

Oracle Database Lite. Automatic Synchronization White Paper. An Oracle White Paper August 2008

Oracle Database Lite. Automatic Synchronization White Paper. An Oracle White Paper August 2008 Oracle Database Lite Automatic Synchronization White Paper An Oracle White Paper August 2008 Oracle Database Lite Automatic Synchronization White Paper OVERVIEW Oracle Database Lite allows field workers

More information

Oracle Database 10g Resource Manager. An Oracle White Paper October 2005

Oracle Database 10g Resource Manager. An Oracle White Paper October 2005 Oracle Database 10g Resource Manager An Oracle White Paper October 2005 Oracle Database 10g Resource Manager INTRODUCTION... 3 SYSTEM AND RESOURCE MANAGEMENT... 3 ESTABLISHING RESOURCE PLANS AND POLICIES...

More information

Siebel CRM Integration to Oracle FLEXCUBE Universal Banking Implementation Guide. Version 1.0 (Siebel CRM Version 8.2), Rev.

Siebel CRM Integration to Oracle FLEXCUBE Universal Banking Implementation Guide. Version 1.0 (Siebel CRM Version 8.2), Rev. CRM Integration to Universal Banking Implementation Guide Version 1.0 ( CRM Version 8.2), Rev. A December 2011 Copyright 2005, 2011 and/or its affiliates. All rights reserved. This software and related

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

Oracle Virtual Directory 11g Oracle Enterprise Gateway Integration Guide

Oracle Virtual Directory 11g Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 Oracle Virtual Directory 11g Oracle Enterprise Gateway Integration Guide 1 / 25 Disclaimer The following is intended to outline our general product direction. It is intended

More information

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

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

More information

Oracle Standard Management Pack

Oracle Standard Management Pack Oracle Standard Management Pack Readme Release 2.1.0.0.0 February 2000 Part No. A76911-01 Table Of Contents 1 Introduction 2 Compatibility 3 Documentation and Help 4 Oracle Performance Manager 5 Oracle

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

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

Oracle Advanced Security: Enterprise User Management. An Oracle Technical White Paper November 1999

Oracle Advanced Security: Enterprise User Management. An Oracle Technical White Paper November 1999 Advanced Security: Enterprise User Management An Technical White Paper Advanced Security: Enterprise User Management THE CHALLENGES OF USER MANAGEMENT Some of the challenges faced by an enterprise today

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

Oracle Project Portfolio Management Integration Pack for Primavera P6 and Oracle E-Business Suite Implementation Guide

Oracle Project Portfolio Management Integration Pack for Primavera P6 and Oracle E-Business Suite Implementation Guide Oracle Project Portfolio Management Integration Pack for Primavera P6 and Oracle E-Business Suite 3.1 - Implementation Guide Release 3.1 Part No. E20507-03 September 2011 Oracle Project Portfolio Management

More information

Oracle Financial Services Economic Capital Advanced Installation Guide

Oracle Financial Services Economic Capital Advanced Installation Guide An Oracle Technical White Paper December 2013 Oracle Financial Services Economic Capital Advanced 1.1.1.1.0 Installation Guide Introduction Oracle Financial Services (OFS) Economic Capital Advanced Release

More information

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002

Managing Oracle Real Application Clusters. An Oracle White Paper January 2002 Managing Oracle Real Application Clusters An Oracle White Paper January 2002 Managing Oracle Real Application Clusters Overview...3 Installation and Configuration...3 Oracle Software Installation on a

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

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

Oracle Project Portfolio Management Integration Pack for Primavera P6 and Oracle E-Business Suite Implementation Guide

Oracle Project Portfolio Management Integration Pack for Primavera P6 and Oracle E-Business Suite Implementation Guide Oracle Project Portfolio Management Integration Pack for Primavera P6 and Oracle E-Business Suite 2.5 - Implementation Guide Release 2.5 Part No. E15794-01 October 2009 Oracle Project Portfolio Management

More information

August Oracle - GoldenGate Statement of Direction

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

More information

Baselining Requirements Assets with Rational RequisitePro and Rational ClearCase. A Rational Software White Paper

Baselining Requirements Assets with Rational RequisitePro and Rational ClearCase. A Rational Software White Paper Baselining Requirements Assets with Rational RequisitePro and Rational ClearCase A Rational Software White Paper Table of Contents Introduction... 1 Overview... 2 Creating a new versioned Rational RequisitePro

More information

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002

Maximum Availability Architecture: Overview. An Oracle White Paper July 2002 Maximum Availability Architecture: Overview An Oracle White Paper July 2002 Maximum Availability Architecture: Overview Abstract...3 Introduction...3 Architecture Overview...4 Application Tier...5 Network

More information

Configuration Management and Branching/Merging Models in iuml. Ref: CTN 101 v1.2

Configuration Management and Branching/Merging Models in iuml.  Ref: CTN 101 v1.2 Configuration Management and Branching/Merging Models in iuml Ref: CTN 101 v1.2 The information in this document is the property of and copyright Kennedy Carter Limited. It may not be distributed to any

More information

An Oracle White Paper May Oracle VM 3: Overview of Disaster Recovery Solutions

An Oracle White Paper May Oracle VM 3: Overview of Disaster Recovery Solutions An Oracle White Paper May 2014 Oracle VM 3: Overview of Disaster Recovery Solutions Contents Introduction... 1 Overview of DR Solutions with Oracle VM... 2 Choose your DR solution path... 2 Continuous

More information

Maximum Availability Architecture. Oracle Best Practices For High Availability

Maximum Availability Architecture. Oracle Best Practices For High Availability Oracle Database 10g Release 2: Roadmap to Maximum Availability Architecture Oracle Maximum Availability Architecture White Paper April 2006 Maximum Availability Architecture Oracle Best Practices For High

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

PeopleSoft 9.1 PeopleBook: Events and Notifications Framework

PeopleSoft 9.1 PeopleBook: Events and Notifications Framework PeopleSoft 9.1 PeopleBook: Events and Notifications Framework March 2012 PeopleSoft 9.1 PeopleBook: Events and Notifications Framework SKU hcm91fp2eewh-b0312 Copyright 1988, 2012, Oracle and/or its affiliates.

More information

Document Management System Interface Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Document Management System Interface Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Document Management System Interface Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51465-01 Table of Contents Document Management System Interface 1. ORACLE FLEXCUBE -

More information

An Oracle Technical White Paper May CRM Service Pack Installation

An Oracle Technical White Paper May CRM Service Pack Installation An Oracle Technical White Paper May 2013 CRM 4.0.1.0.0 Service Pack Installation Guide Introduction Oracle Financial Services (OFS) Credit Risk Management (CRM) provides a single consistent view of portfolio

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

Oracle Insurance. Implementing a. Release 5.6

Oracle Insurance. Implementing a. Release 5.6 Oracle Insurance Insbridge Enterprise Rating Implementing a Shared Workfiles Location Guide Release 5.6 November 2018 Copyright 2005, 2018, Oracle and/or its affiliates. All rights reserved. Oracle Insurance

More information

Oracle Agile Engineering Data Management. MCAD Connector for SolidWorks - Version User Manual

Oracle Agile Engineering Data Management. MCAD Connector for SolidWorks - Version User Manual Oracle Agile Engineering Data Management MCAD Connector for SolidWorks - Version 2.9.1.0 User Manual Part No. E14017-01 November 2008 MCAD Connector for SolidWorks - Version 2.9.1.0 User Manual Copyright

More information

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

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

More information

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

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

Task-Oriented Solutions to Over 175 Common Problems. Covers. Eclipse 3.0. Eclipse CookbookTM. Steve Holzner

Task-Oriented Solutions to Over 175 Common Problems. Covers. Eclipse 3.0. Eclipse CookbookTM. Steve Holzner Task-Oriented Solutions to Over 175 Common Problems Covers Eclipse 3.0 Eclipse CookbookTM Steve Holzner Chapter CHAPTER 6 6 Using Eclipse in Teams 6.0 Introduction Professional developers frequently work

More information

An Oracle White Paper July Oracle WebCenter Portal: Copying a Runtime-Created Skin to a Portlet Producer

An Oracle White Paper July Oracle WebCenter Portal: Copying a Runtime-Created Skin to a Portlet Producer An Oracle White Paper July 2011 Oracle WebCenter Portal: Copying a Runtime-Created Skin to a Portlet Producer Introduction This white paper describes a method for copying runtime-created skins from a WebCenter

More information

Oracle Fusion Middleware. 1 Oracle Team Productivity Center Server System Requirements. 2 Installing the Oracle Team Productivity Center Server

Oracle Fusion Middleware. 1 Oracle Team Productivity Center Server System Requirements. 2 Installing the Oracle Team Productivity Center Server Oracle Fusion Middleware Installation Guide for Oracle Team Productivity Center Server 11g Release 1 (11.1.1) E14156-05 June 2010 This document provides information on: Section 1, "Oracle Team Productivity

More information

Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft Adapter. An Oracle White Paper September 2008

Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft Adapter. An Oracle White Paper September 2008 Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft Adapter An Oracle White Paper September 2008 Receiving PeopleSoft Message (PeopleTools 8.17) through the Oracle AS PeopleSoft

More information

USING ADMINISTRATOR FEATURES

USING ADMINISTRATOR FEATURES HYPERION FINANCIAL MANAGEMENT SYSTEM 9 RELEASE 9.3.1 USING ADMINISTRATOR FEATURES Oracle's Hyperion Financial Management System 9 Release 9.3 contains significant enhancements to administrator features

More information

Oracle Warehouse Builder 10g. Embed Oracle Warehouse Builder in your applications using scripting. An Oracle White Paper February 2004

Oracle Warehouse Builder 10g. Embed Oracle Warehouse Builder in your applications using scripting. An Oracle White Paper February 2004 Oracle Warehouse Builder 10g Embed Oracle Warehouse Builder in your applications using scripting An Oracle White Paper February 2004 Embed Oracle Warehouse Builder in your applications using scripting

More information

Migration Best Practices for Oracle Access Manager 10gR3 deployments O R A C L E W H I T E P A P E R M A R C H 2015

Migration Best Practices for Oracle Access Manager 10gR3 deployments O R A C L E W H I T E P A P E R M A R C H 2015 Migration Best Practices for Oracle Access Manager 10gR3 deployments O R A C L E W H I T E P A P E R M A R C H 2015 Disclaimer The following is intended to outline our general product direction. It is

More information

Oracle Retail Price Management. About Patch Releases. Release Notes Release

Oracle Retail Price Management. About Patch Releases. Release Notes Release Oracle Retail Price Management Release Notes Release 13.2.4 March 2012 Oracle Retail Price Management (RPM) Release 13.2.4 is a patch release for RPM 13.2. RPM 13.2.4 includes selected defect fixes and

More information

Insbridge Enterprise Rating RateManager Client Setup Document

Insbridge Enterprise Rating RateManager Client Setup Document Oracle Insurance Insbridge Enterprise Rating RateManager Client Setup Document Release 5.2.x July 2016 INTRODUCTION RateManager is a component within the Oracle Insurance Insbridge Enterprise Rating (Insbridge)

More information

Governance, Risk, and Compliance Controls Suite. Release Notes. Software Version

Governance, Risk, and Compliance Controls Suite. Release Notes. Software Version Governance, Risk, and Compliance Controls Suite Release Notes Software Version 7.2.2.1 Governance, Risk, and Compliance Controls Suite Release Notes Part No. AG008-7221A Copyright 2007, 2008, Oracle Corporation

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

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

Rapid Bottleneck Identification A Better Way to do Load Testing. An Oracle White Paper June 2008

Rapid Bottleneck Identification A Better Way to do Load Testing. An Oracle White Paper June 2008 Rapid Bottleneck Identification A Better Way to do Load Testing An Oracle White Paper June 2008 Rapid Bottleneck Identification A Better Way to do Load Testing. RBI combines a comprehensive understanding

More information

PLM User Guide. A Guide to Adding and Maintaining Records of Agencies with Multiple Branch Locations and a Single EIN Using Producer Manager

PLM User Guide. A Guide to Adding and Maintaining Records of Agencies with Multiple Branch Locations and a Single EIN Using Producer Manager PLM User Guide A Guide to Adding and Maintaining Records of Agencies with Multiple Branch Locations and a Single EIN Using Producer Manager July 2013 Version 6.4.1 Contents Overview... 2 Quick Adding the

More information

Oracle Grid Infrastructure 12c Release 2 Cluster Domains O R A C L E W H I T E P A P E R N O V E M B E R

Oracle Grid Infrastructure 12c Release 2 Cluster Domains O R A C L E W H I T E P A P E R N O V E M B E R Oracle Grid Infrastructure 12c Release 2 Cluster Domains 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 Introduction 2 Clustering with Oracle Clusterware 12c Release 2 3 Oracle

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

An Oracle White Paper November Oracle RAC One Node 11g Release 2 User Guide

An Oracle White Paper November Oracle RAC One Node 11g Release 2 User Guide An Oracle White Paper November 2009 Oracle RAC One Node 11g Release 2 User Guide Introduction... 1 Software Installation... 3 How to Configure an Oracle RAC One Node Database... 6 Rolling Patch Application

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

History...: Displays a window of Gitk, a standard commit viewer for Git.

History...: Displays a window of Gitk, a standard commit viewer for Git. Git Services Wakanda includes Git features that will help you manage the evolution of your solutions and files. These features are designed to share code as well as to handle multi developer projects and

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

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

EMC Documentum My Documentum Desktop (Windows)

EMC Documentum My Documentum Desktop (Windows) EMC Documentum My Documentum Desktop (Windows) Version 7.2 User Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 017489103 15084351000 www.emc.com Legal Notice Copyright 2003 2015 EMC Corporation.

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

Avaya Event Processor Release 2.2 Operations, Administration, and Maintenance Interface

Avaya Event Processor Release 2.2 Operations, Administration, and Maintenance Interface Avaya Event Processor Release 2.2 Operations, Administration, and Maintenance Interface Document ID: 13-603114 Release 2.2 July 2008 Issue No.1 2008 Avaya Inc. All Rights Reserved. Notice While reasonable

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

CodeWarrior Development Tools mwclearcase Plug-in User Guide

CodeWarrior Development Tools mwclearcase Plug-in User Guide CodeWarrior Development Tools mwclearcase Plug-in User Guide Revised 2002/10/29 Metrowerks, the Metrowerks logo, and CodeWarrior are registered trademarks of Metrowerks Corp. in the US and/or other countries.

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Getting Started with Oracle Data Integrator 12c Virtual Machine Installation Guide July 2017 Oracle Fusion Middleware Getting Started with Oracle Data Integrator, 12c Copyright

More information

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Primavera Portfolio Management 9.1 Data Mapping and Data Flow for the Bridge for Primavera P6 Copyright 1999-2014, Oracle and/or its affiliates. The Programs (which include both the software and documentation)

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

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

eroom 7 Indexing Server Advanced Installation only November 2004

eroom 7 Indexing Server Advanced Installation only November 2004 Advanced Installation only November 2004 Copyright 1994-2004 Documentum, a division of EMC. All Rights Reserved. DOCUMENTUM, NOW YOU KNOW, UNITING THE WORLD THROUGH CONTENT and the Corporate Logo are trademarks

More information

Primavera Portfolio Management 9.1 Bridge for Primavera P6 Users Guide

Primavera Portfolio Management 9.1 Bridge for Primavera P6 Users Guide Primavera Portfolio Management 9.1 Bridge for Primavera P6 Users Guide Last printed: 7/28/2011 11:41:00 PM Last saved: 7/28/2011 11:41:00 PM ii Primavera Portfolio Management Bridge for Primavera P6 --

More information

White Paper. Metadata Management for Enterprise Applications. Modeling Suite. Neil Buchwalter, Product Manager, AllFusion

White Paper. Metadata Management for Enterprise Applications. Modeling Suite. Neil Buchwalter, Product Manager, AllFusion White Paper Metadata Management for Enterprise Applications Neil Buchwalter, Product Manager, AllFusion Modeling Suite May 2006 Table of Contents Executive Summary... 3 How EAP Data is Structured... 3

More information

Oracle Governance, Risk and Compliance Controls. Deployment with WebLogic Release 8.6.0

Oracle Governance, Risk and Compliance Controls. Deployment with WebLogic Release 8.6.0 Oracle Governance, Risk and Compliance Controls Deployment with WebLogic Release 8.6.0 September 2010 Oracle Governance, Risk and Compliance Controls Deployment with WebLogic Copyright 2010 Oracle Corporation

More information