Oracle Financial Services Analytical Applications

Size: px
Start display at page:

Download "Oracle Financial Services Analytical Applications"

Transcription

1 Oracle Financial Services Analytical Applications Configuration for High Availability (HA) Best Practices Guide Version

2 DOCUMENT CONTROL Version Number Revision Date Changes Done 1.0 Created: June 2016 Captured the Best Practices for OFSAA HA process. 2.0 Modified : Oct 2017 Added configurations for backend servers to enable distribution of tasks on multiple AM nodes. Created by: Gitcy Reviewed by: Jeevraj Approved by: Rajaram ii

3 Table of Contents TABLE OF CONTENTS BACKGROUND... 4 INTRODUCTION... 5 Objective... 5 Assumptions... 5 Exclusions/ Limitations... 6 Approach... 6 Steps for HA Configuration... 8 Configuring HTTP Load Balancer Configuring OFSAA Load Balancer Cloning the OFSAA instance iii

4 Background A High Availability architecture is one of the key requirements for any Enterprise Deployment. It refers to the ability of users to access a system without loss of service. Deploying a High Availability system minimizes the time when the system is down or unavailable, and maximizes the time when it is running or available. This section provides an overview of high availability from a problem-solution perspective. 4

5 Introduction High Availability (HA) preparation is an integral part of the contingency planning. This document serves as a reference document for preparation of specific High Availability (HA) architecture. It explains how a standard OFSAA deployment should be architected so as to protect its applications from unplanned down time and minimize planned down time. Objective The objective of this document is to establish a process to configure OFSAA instance deployment for High Availability (HA). This document is not applicable for setting up a Disaster Recovery (DR) instance. It should be used to ensure service continuity through maintenance of an additional instance. Assumptions This document has been prepared after considering the below assumptions: 1. A Load Balancer (software/ hardware) is identified and installed. 2. An appropriate backup strategy for OFSAA File System ($FIC_HOME and FTPSHARE) and Oracle Database(s) is already in place. 3. Installation of the OFSAA platform and applications on the primary node is completed and setup is working. 4. A secondary instance (node) for OFSAA has been identified and is configured with appropriate prerequisite software required for OFSAA. No installation of OFSAA products is required at this stage. 5. Hardware configurations (in terms of RAM/ CPU/ CORE) do not vary between the OFSAA primary and secondary nodes. 6. It is also mandatory that the file system references such as the OS mount and folders, Web Application Server Profiles/ Domains/ Deployed Paths and so on are exactly the same between the primary and secondary nodes. The steps in this document consider the OFSAA version as release and above. Check with Oracle Support Services if the same documented steps are applicable for any other specific OFSAA release. 5

6 Exclusions/ Limitations 1. The OFSAA instance(s) configuration is in ACTIVE-PASSIVE mode. Due to the architectural limitations of the OFSAA platform, the OFSAA components (processing layer) cannot be configured for ACTIVE-ACTIVE mode. However, the web and database tiers can be configured for ACTIVE-ACTIVE mode. 2. This document does not consider any particular OFSAA Application specific configuration. It documents the generic configuration across the platform that is generally applicable for the application stack deployed on top of it. 3. This document does not consider reporting layer HA configuration. For example, OBIEE server. 4. This document considers HA configuration only against Oracle WebLogic Server and/ or IBM WebSphere Application Server. Approach Though there may be various ways in which the HA architecture can be devised after discussion on the requirements, following is the recommended approach (to be used as reference) to devise any further changes/ modifications to the architecture as per the use cases. For the purpose of this topic, let us consider the following OFSAA deployment architecture for HA configuration as the end state: 6

7 In this diagram, the HA setup is proposed to be ACTIVE-ACTIVE configuration at the HTTP Server, Web Application Server, and Database/ HDFS layers. The OFSAA layer is configured for ACTIVE-PASSIVE configuration. Access to OFSAA applications will be by using the Global Load Balancer IP/ hostname (Virtual IP). In the event of primary node failure, the access to secondary node will be seamless, requiring no changes to the configuration information across all tiers. Session Affinity/ Sticky Session are configured at HTTP Server level. At any time, OFSAA patch installations should be performed only on active node. Promotions of patches to passive node are taken care as part of the sync-up process for File System components. HA configuration for HDFS should be put in place after referring to the HDFS vendor specific documentation. This document does not describe any details about HA configuration for HDFS. 7

8 Steps for HA Configuration Assumptions: The Global Load Balancer(s) have been installed and any post installation configuration (hardening) has been completed before beginning with the following steps. If no load balancer has been installed, you may install and configure it on any host at this time. The OFSAA primary node installation was not performed keeping in mind the HA architecture. That is, multiple HTTP Servers, Web Application Server Cluster nodes, DB RAC cluster nodes, common file storage (FTPSHARE) and so on are not setup. The OFSAA primary node installation was performed using the local IP/ Hostname. To configure the OFSAA instance(s) for HA configuration, perform the following steps: Step 1 Ensure the OFSAA primary node is up and running. You are able to access the OFSAA applications by entering the URL in the browser and login is successful. Step 2 Configure HA architecture. Step 2.a Install at minimum one additional HTTP Server, if only one HTTP Server is installed/ configured currently. If no HTTP Server is installed, you may install at minimum two HTTP Server(s). For information on HTTP Servers, see OFSAAAI Application Pack Installation and Configuration Guide. Step 2.b Configure the Global Load Balancer (at OFSAA Server level, that is, processing layer). See the Configuring OFSAA Load Balancer section as an example for configuration of software load balancer at OFSAA Server level. Step 2.c Configure the Global Load Balancer (at HTTP Server level). See Configuring HTTP Load Balancer section as an example for configuration of software load balancer at HTTP Server level. If this is already configured, skip and move to next step. Step 2.d If the web application server is already installed as a cluster, skip and proceed with the next steps. Or Install/ upgrade the Web Application Server as a cluster of nodes. Create the WebLogic Domain/ WebSphere Profile as appropriate. (Make a note of the paths). Update the HTTP Server configuration to use all web application server nodes. For more details, see Configuration for Apache HTTP Server. Step 2.e Archive and restore the existing DB schemas to a DB RAC installation. Ensure to retain the same schema names. (Make a note of the DB RAC URL). If the DB is not installed in RAC mode, you may do it now. Otherwise, skip and proceed with the next steps. 8

9 Step 2.f Create a folder (FTPSHARE) on the common file storage (NAS/ NFS) and create a local mount point on the OFSAA server to access this folder. For more details, see Step 2.g Copy the folder contents of the current FTPSHARE to the newly created folder as part of Step 2.f. Step 2. h Perform an FTP/ SFTP login on to the OFSAA server from command prompt and ensure you are able to access this folder contents. Step 3 Log in to the OFSAA primary node and stop the OFSAA services. For information on start/ stop of OFSAA services, see OFSAAAI Application Pack Installation and Configuration Guide. Step 4 Perform Hostname/ IP address change by following the steps documented in the section Changing IP/ Hostname, Ports, Deployed paths of the OFSAA Instance in OFSAAI Administration Guide. At this time, provide Hostname/ IP address for OFSAA node as OFSAA GLIP in property OFSAA_Server_IP_Address. Do not change the ports. Retain the ports to same as setup during installation. In the properties - Web Server IP/ Hostname and Port, enter the HTTP Layer GLIP and port configured (HTTP Server level). Additionally, update the other parameters in the file to reflect change of parameter values for changes made (if any) as part of Steps 2.c, 2.d, 2.e and 2.f. Step 4.a Edit the /etc/hosts file (on the OFSAA primary node) and make an entry by adding the OFSAA GLIP alias as given: ofss12345 glip1 9

10 Step 5 Navigate to $FIC_WEB_HOME and execute the command:./ant.sh. This generates the OFSAA web archive (.ear/.war) file(s). For information on generating application archives, see OFSAAAI Application Pack Installation and Configuration Guide. Step 6 Navigate to $FIC_HOME/ficapp/common/FICServer/bin/ and start the OFSAA services. For information on start/ stop of OFSAA services, see OFSAAAI Application Pack Installation and Configuration Guide. Step 7 Start the Web Server/ Web Application Server services. Access the Admin/ Deployment Console and deploy the archive(s) generated in Step 5 above. For information on deploying application archives, see OFSAAAI Application Pack Installation and Configuration Guide. Step 8 Access the OFSAA application from browser by entering the new URL in the following format: <scheme>://<host>:<port>/<ofsaa-context-name>/login.jsp The host and port entered in the URL would be of the Global Load Balancer (at HTTP Server level). Step 9 Enter the user name and password and ensure you are able to login and access the applications. At this point the OFSAA primary node is ACTIVE and the secondary node is PASSIVE. Step 10 Stop the OFSAA services on primary node. For information on start/ stop of OFSAA services, see OFSAAAI Application Pack Installation and Configuration Guide. Step 11 - Perform the OFSAA instance cloning on secondary node. For more details, see Cloning OFSAA instance section. Step 12 - Edit the /etc/hosts file (on the OFSAA secondary node) and make an entry by adding the OFSAA GLIP alias as given: ofss54321 glip1 Step 13 - Start the OFSAA services on secondary node, Web Servers, and Web Application Server services. For information on start/ stop of OFSAA services, see OFSAAAI Application Pack Installation and Configuration Guide. 10

11 Step 14 - Configure the Global Load Balancer (at OFSAA Server level) to forward requests to OFSAA secondary node only if Load Balancer used does not do this automatically. Step 15 Access the OFSAA application from browser by entering the URL in the following format: <scheme>://<host>:<port>/<ofsaa-context-name>/login.jsp The host and port entered in the URL should be of the Global Load Balancer (at HTTP Server level). Step 16 Enter the user name and password and ensure you are able to login and access the applications. At this point the OFSAA primary node is PASSIVE and the secondary node is ACTIVE. At any point in time, only one OFSAA node services should be running. If both the node services are running at the same time, routing OFSAA requests will result in incorrect results. If either of the OFSAA instance (primary/ secondary) goes down, ensure the folder contents for $FIC_HOME are synced up on the other node using a utility such as Remote Sync (rsync) prior to bringing up the OFSAA services. The sync-up should be a scheduled activity at regular intervals. If you wait for the sync-up until the primary node goes down, you may not be able to sync-up at a later stage. See the OS specific documentation on configuring Rsync. Example of rsync command: rsync -uavzp /scratch/ofsaaapp/ofsaa ofsaauser@drsecondaryserver:/scratch/ofsaaapp/ofsaa -u skip files that are newer on the receiver -a archive mode; equals -rlptgod (no -H,-A,-X) included with "-a" -r recurse into directories -l copy symlinks as symlinks -p preserve permissions 11

12 -t preserve modification times -g preserve group -o preserve owner (super-user only) -D same as --devices --specials -v increase verbosity -z compress file data during the transfer -P show progress during transfer Configuring HTTP Load Balancer Configure the Global Load Balancer to forward requests to the HTTP Servers using any preferred routing algorithm such as round robin. Refer the following configuration done using HAProxy tool. The following configuration was performed on HAProxy version Configure the following setting in haproxy.cfg file: frontend ft_web bind <hostname>:80 default_backend bk_web backend bk_web balance roundrobin cookie JSESSIONID prefix nocache server s1 <server1>:80 check cookie s1 server s2 <server2>:80 check cookie s2 Configuration for Oracle HTTP Server No need to enable sticky sessions (insert cookie) on the load balancer when Oracle HTTP Server is frontending Oracle WebLogic Server. You need sticky sessions if you are going directly from the load balancer to Oracle WebLogic Server, which is not the case in the topology described in this document. For details, see documentation available at 12

13 Configuration for Apache HTTP Server Configure the following setting in httpd.conf file: ProxyPass /test balancer://mycluster stickysession=jsessionid <Proxy balancer://mycluster> BalancerMember route=1 BalancerMember route=2 </Proxy> Alternatively, it can be set within balancer configuration using ProxySet stickysession=jsessionid: <Proxy balancer://mycluster> BalancerMember route=1 BalancerMember route=2 ProxySet stickysession=jsessionid </Proxy> For details, see documentation available at Configuration for IBM HTTP Server Configure the following setting in plugin-cfg.xml file: Set IgnoreAffinityRequests="false" For details, see documentation available at 01.ibm.com/support/knowledgecenter/SSAW57_6.1.0/com.ibm.websphere.nd.multiplatform.doc/info/ae/a e/rwsv_plugincfg.html. Configuring OFSAA Load Balancer Configure the Global Load Balancer (for OFSAA server) to forward requests to the OFSAA nodes. Modify the haproxy.cfg file using HAProxy tool as shown below: # # Example configuration for a possible web application. See the # full configuration options online. # # # #

14 # # Global settings # global # to have these messages end up in /var/log/haproxy.log you will # need to: # # 1) configure syslog to accept network log events. This is done # by adding the '-r' option to the SYSLOGD_OPTIONS in # /etc/sysconfig/syslog # # 2) configure local2 events to go to the /var/log/haproxy.log # file. A line like the following can be added to # /etc/sysconfig/syslog # # local2.* /var/log/haproxy.log # log local2 chroot /var/lib/haproxy pidfile /var/run/haproxy.pid maxconn 4000 user haproxy group haproxy daemon # turn on stats unix socket stats socket /var/lib/haproxy/stats # # common defaults that all the 'listen' and 'backend' sections will # use if not designated in their block # defaults mode http log global 14

15 option httplog option dontlognull option http-server-close # option forwardfor except /8 option redispatch retries 3 timeout http-request 10s timeout queue 1m timeout connect 10s timeout client 1m timeout server 1m timeout http-keep-alive 10s timeout check 10s maxconn 3000 ## Start Entries for OFSAA JAVA port and native port. ## frontend haproxy_in bind *:9999 default_backend haproxy_backend1 backend haproxy_backend1 balance roundrobin server web1 ofsaaserver1:9999 check server web2 ofsaaserver2:9999 check frontend haproxy_in1 bind *:6666 default_backend haproxy_backend2 backend haproxy_backend2 15

16 balance roundrobin server web3 ofsaaserver1:6666 check server web4 ofsaaserver2:6666 check ## End Entries for OFSAA JAVA port and native port. ## ## Start Entries for OFSAA ICC port. ## frontend haproxy_in2 bind *:6507 default_backend haproxy_backend3 backend haproxy_backend3 balance roundrobin server web5 ofsaaserver1:6507 check server web6 ofsaaserver2:6507 check ## End Entries for OFSAA ICC port. ## Configuring Backend Servers to Enable Distribution of Batch Tasks on Multiple AM Nodes Append the haproxy.cfg file using HAProxy tool with the following configuration: ## Start Entries for OFSAA Router port. ## frontend haproxy_in3 bind *:6500 default_backend haproxy_backend4 16

17 backend haproxy_backend4 balance roundrobin server web7 <<routerhostname:port>> check #server web8 <<routerhostname:port>> check ## End Entries for OFSAA Router port. ## ## Start Entries for OFSAA AM port. ## frontend haproxy_in4 bind *:6505 default_backend haproxy_backend5 backend haproxy_backend5 balance roundrobin server web9 <<AMhostname:port>> check server web10 <<AMhostname:port>> check ## End Entries for OFSAA AM port. ## ## Start Entries for OFSAA MessageServer port. ## frontend haproxy_in5 bind *:6507 default_backend haproxy_backend6 17

18 backend haproxy_backend6 balance roundrobin server web11 <<Messageserverhostname:port>> check #server web12 <<Messageserverhostname:port>> check ## End Entries for OFSAA MessageServer port. ## Message Server should be running in all the nodes where AM servers are configured. Cloning the OFSAA instance Following are the steps to perform a short clone of the OFSAA instance: 1. Log in to the OFSAA primary node as a non-root user. 2. Archive the $FIC_HOME folder along with its sub-folders/ files using the following command: tar zcvf FIC_HOME.tar.gz./FIC_HOME 3. Copy the archive in binary mode on to the OFSAA secondary node. 4. Log in to the OFSAA secondary node as a non-root user. 5. Extract the archive at appropriate locations on the OFSAA secondary node using the following command: tar zxvf FIC_HOME.tar.gz 6. Grant permission 750 recursively on these folders and their contents. chmod -R 750 <folder name> 7. Copy the user.profile contents (section added by OFSAA installation only) to the user.profile on secondary OFSAA instance. 8. Modify the FIC_HOME, PATH, LIBPATH and any other environment variable values as appropriate. 9. Create the FTPSHARE directory (using the same path as in primary node). 10. Save and execute the.profile. 18

19 OFSAA Configuration for High Availability (HA) Best Practices Guide Oracle Corporation World Headquarters 500 Oracle Parkway Redwood Shores, CA U.S.A. Worldwide Inquiries: Phone: Fax: Copyright 2016 Oracle Financial Services Software Limited. All rights reserved. No part of this work may be reproduced, stored in a retrieval system, adopted or transmitted in any form or by any means, electronic, mechanical, photographic, graphic, optic recording or otherwise, translated in any language or computer language, without the prior written permission of Oracle Financial Services Software Limited. Due care has been taken to make this OFSAA Disaster Recovery Process Best Practice Guide and accompanying software package as accurate as possible. However, Oracle Financial Services Software Limited makes no representation or warranties with respect to the contents hereof and shall not be responsible for any loss or damage caused to the user by the direct or indirect use of this OFSAA Disaster Recovery Process Best Practice Guide and the accompanying Software System. Furthermore, Oracle Financial Services Software Limited reserves the right to alter, modify or otherwise change in any manner the content hereof, without obligation of Oracle Financial Services Software Limited to notify any person of such revision or changes. All company and product names are trademarks of the respective companies with which they are associated. 19

Oracle Financial Services Data Management Application Pack

Oracle Financial Services Data Management Application Pack Oracle Financial Services Data Management Application Pack Installation Guide Version 8.0.2.0.0 Table of Contents TABLE OF CONTENTS Preface... 3 Audience... 3 Prerequisites for the Audience... 3 How this

More information

Oracle Financial Services Analytical Applications Infrastructure

Oracle Financial Services Analytical Applications Infrastructure Oracle Financial Services Analytical Applications Infrastructure Installation & Configuration Guide Version 7.3.5.1.0 DOCUMENT CONTROL Version Number Revision Date Changes Done 1.0 March 2015 Created document

More information

Oracle Financial Services Data Management Application Pack

Oracle Financial Services Data Management Application Pack Oracle Financial Services Data Management Application Pack Installation Guide Version 8.0.6..0 Table of Contents TABLE OF CONTENTS Preface... 3 Audience... 3 Prerequisites for the Audience... 3 Related

More information

Oracle Financial Services Regulatory Reporting for European Banking Authority (OFS AGILE RP EBA)

Oracle Financial Services Regulatory Reporting for European Banking Authority (OFS AGILE RP EBA) Oracle Financial Services Regulatory Reporting for European Banking Authority (OFS AGILE RP EBA) Installation Guide Release 8.0.5.0.0 December 2017 DOCUMENT CONTROL Version Number Revision Date Changes

More information

Oracle Financial Services Analytical Applications

Oracle Financial Services Analytical Applications Oracle Financial Services Analytical Applications Environment Check Utility Guide Release 8.0.1.0.0 DOCUMENT CONTROL Version Number Revision Date Changes Done Draft Created: July 2015 Created a draft document

More information

Oracle Financial Services Price Creation and Discovery Application Pack

Oracle Financial Services Price Creation and Discovery Application Pack Oracle Financial Services Price Creation and Discovery Application Pack Installation and Configuration Guide Version 8.0.5.1.0 DOCUMENT CONTROL Version Number Revision Date Changes Done 1.0 Created: January

More information

Oracle Financial Services Regulatory Reporting for De Nederlandsche Bank (OFS AGILE RP DNB)

Oracle Financial Services Regulatory Reporting for De Nederlandsche Bank (OFS AGILE RP DNB) Oracle Financial Services Regulatory Reporting for De Nederlandsche Bank (OFS AGILE RP DNB) Installation Guide Release 8.0.4.0.0 April 2017 DOCUMENT CONTROL Version Number Revision Date Changes Done 1.0

More information

Oracle Financial Services Regulatory Reporting for European Banking Authority (OFS AGILE RP EBA)

Oracle Financial Services Regulatory Reporting for European Banking Authority (OFS AGILE RP EBA) Oracle Financial Services Regulatory Reporting for European Banking Authority (OFS AGILE RP EBA) Installation Guide Release 8.0.6.0.0 June 2018 DOCUMENT CONTROL Version Number Revision Date Changes Done

More information

Gateway Application Setup Oracle FLEXCUBE Universal Banking Release [May] [2011]

Gateway Application Setup Oracle FLEXCUBE Universal Banking Release [May] [2011] Gateway Application Setup Oracle FLEXCUBE Universal Banking Release 11.3.0 [May] [2011] Table of Contents 1. SETTING UP GATEWAY FOR ORACLE FLEXCUBE... 1-1 1.1 INTRODUCTION... 1-1 1.2 SETTING UP GATEWAY

More information

Oracle Financial Services Administrative Reports. Configuration Note Version July 2015

Oracle Financial Services Administrative Reports. Configuration Note Version July 2015 Oracle Financial Services Administrative Reports Configuration Note Version 6.1.1.0.0 July 2015 Document Control Created on : 08-Dec-2011 Revision No : 1.0 Group: OFSAA Updated by : Reviewed by : Approved

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

Oracle Financial Services Regulatory Reporting for US Federal Reserve (OFS AGILE RP US FED)

Oracle Financial Services Regulatory Reporting for US Federal Reserve (OFS AGILE RP US FED) Oracle Financial Services Regulatory Reporting for US Federal Reserve (OFS AGILE RP US FED) Installation Guide Release 8.0.6.0.0 July 2018 DOCUMENT CONTROL Version Number Revision Date Changes Done 1.0

More information

Oracle FGL Application Setup Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012]

Oracle FGL Application Setup Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle FGL Application Setup Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Table of Contents 1. SETTING UP ORACLE FGL... 1-1 1.1 INTRODUCTION... 1-1 1.2 PREREQUISITES... 1-1 1.3 PREPARING

More information

Oracle Financial Services Basel Regulatory Capital Analytics Data Migration Guide

Oracle Financial Services Basel Regulatory Capital Analytics Data Migration Guide An Oracle Technical White Paper August 2013 Oracle Financial Services Basel Regulatory Capital Analytics 6.0.0.0.0 Data Migration Guide Data Migration Introduction Data migration is the process of transferring

More information

Oracle Financial Services Analytical Applications Infrastructure

Oracle Financial Services Analytical Applications Infrastructure Oracle Financial Services Analytical Applications Infrastructure Object Migration Utility - OFSAAI v7.3.5.1.0/7.3.5.2.0 to v8.x User Guide Part Number - E60058-01 Document Control DOCUMENT CONTROL Version

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

Configuring OFSAA in Clustered Environment User Guide. Feburary 2015 E

Configuring OFSAA in Clustered Environment User Guide. Feburary 2015 E Configuring OFSAA in Clustered Environment User Guide Feburary 2015 E61373-01 Oracle Financial Services Configuring OFSAA in Clustered Environment User Guide Feburary 2015 Part Number: E61373-01 Document

More information

Oracle Financial Services Profitability Management Application Pack

Oracle Financial Services Profitability Management Application Pack Oracle Financial Services Profitability Management Application Pack Language Pack Installation & Configuration Guide Version 8.0.0.0.0 DOCUMENT CONTROL Version Number Revision Date Changes Done Version

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

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

Product Release Note Version Oracle FLEXCUBE Investor Servicing [May] [2012]

Product Release Note Version Oracle FLEXCUBE Investor Servicing [May] [2012] Product Release Note Version - 1.0 Oracle FLEXCUBE Investor Servicing 12.0.0 [May] [2012] Document Control Author: Sivakumar Group: BPD Created on : 17-05-2012 Revision No : 2.0 Updated by : Sivakumar

More information

An Oracle Technical White Paper June LRM Service Pack Installation

An Oracle Technical White Paper June LRM Service Pack Installation An Oracle Technical White Paper June 2013 LRM 2.0.1.0.0 Service Pack Installation Guide Introduction Oracle Financial Services (OFS) Liquidity Risk Management (LRM) provides a single consistent view of

More information

Bulletin Board Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Bulletin Board Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Bulletin Board Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51527-01 Table of Contents Bulletin Board 1. BULLETIN BOARD... 1-1 1.1 INTRODUCTION... 1-1 1.2 MAINTAINING

More information

ELCM Application Setup Oracle FLEXCUBE Universal Banking Release [May] [2011]

ELCM Application Setup Oracle FLEXCUBE Universal Banking Release [May] [2011] ELCM Application Setup Oracle FLEXCUBE Universal Banking Release 11.3.0 [May] [2011] Table of Contents 1. SETTING UP STANDALONE ELCM... 1-1 1.1 INTRODUCTION... 1-1 1.2 PREREQUISITES... 1-1 1.3 PREPARING

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

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

EMS.NET Interface Version NT1316-ORACLE FCUBSV.UM [January] [2010] Oracle Part Number E

EMS.NET Interface Version NT1316-ORACLE FCUBSV.UM [January] [2010] Oracle Part Number E EMS.NET Interface Version-11.0 9NT1316-ORACLE FCUBSV.UM 11.0.0.0.0.0.0 [January] [2010] Oracle Part Number E51712-01 Document Control Author: Documentation Team Created on: October 01, 2008 Updated by:

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

Oracle BI Reports Oracle FLEXCUBE Investor Servicing Release 12.0 [April] [2012] Oracle Part Number E

Oracle BI Reports Oracle FLEXCUBE Investor Servicing Release 12.0 [April] [2012] Oracle Part Number E Oracle BI Reports Oracle FLEXCUBE Investor Servicing Release 12.0 [April] [2012] Oracle Part Number E51528-01 Table of Contents Oracle BI Reports 1. AD HOC REPORTING USING ORACLE BI SUITE... 1-1 1.1 INTRODUCTION...

More information

Installation and Setup Guide Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Installation and Setup Guide Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Installation and Setup Guide Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51465-01 Table of Contents Installation and Setup Guide 1. PREFACE... 1-1 1.1 AUDIENCE... 1-1

More information

Oracle FLEXCUBE Universal Banking 12.0 Interface Getting started. Release 1.0

Oracle FLEXCUBE Universal Banking 12.0 Interface Getting started. Release 1.0 Universal Banking 12.0 Interface Getting started Release 1.0 May 2012 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related documents... 3 1.3 Conventions... 3 2 Introduction... 4 2.1 How to use this Guide...

More information

Oracle Financial Services Foreign Account Tax Compliance Act Installation Guide - Stage 3. Release 1.0 January 2013

Oracle Financial Services Foreign Account Tax Compliance Act Installation Guide - Stage 3. Release 1.0 January 2013 Oracle Financial Services Foreign Account Tax Compliance Act Installation Guide - Stage 3 Release 1.0 January 2013 Oracle Financial Services Foreign Account Tax Compliance Act Installation Guide - Stage

More information

Oracle Financial Services. Environment Cloning Guide

Oracle Financial Services. Environment Cloning Guide Oracle Financial Services Environment Cloning Guide Oracle Financial Services Environment Cloning Guide Oracle Financial Services Software, Inc. World Headquarters 500 Oracle Parkway Redwood Shores, CA

More information

Oracle FLEXCUBE Universal Banking 12.0

Oracle FLEXCUBE Universal Banking 12.0 Oracle FLEXCUBE Universal Banking 12.0 Data Model Getting Started Release 1.0 May 2012 Oracle Part Number E51465-01 FCUBS-FD08-01-01-Data Model getting started 1 Contents 1 Preface... 3 1.1 Audience...

More information

Oracle Privileged Account Manager

Oracle Privileged Account Manager Oracle Privileged Account Manager Disaster Recovery Deployment Considerations O R A C L E W H I T E P A P E R A U G U S T 2 0 1 5 Disclaimer The following is intended to outline our general product direction.

More information

Oracle FLEXCUBE Direct Banking

Oracle FLEXCUBE Direct Banking Oracle FLEXCUBE Direct Banking Upgrade Installer User Release 12.0.2.0.0 Part No. E50108-01 September 2013 Oracle Financial Services Software Limited Oracle Park Off Western Express Highway Goregaon (East)

More information

Oracle FLEXCUBE Investor Servicing BIP Report Development Guide Release 12.0 April 2012 Oracle Part Number E

Oracle FLEXCUBE Investor Servicing BIP Report Development Guide Release 12.0 April 2012 Oracle Part Number E Oracle FLEXCUBE Investor Servicing BIP Report Development Guide Release 12.0 April 2012 Oracle Part Number E51528-01 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related documents... 3 1.3 Conventions...

More information

Notification Development Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Notification Development Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Notification Development Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51465-01 Table of Contents Notification Development 1. PREFACE... 1-1 1.1 AUDIENCE... 1-1 1.2 RELATED

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

Regulatory Reporting for US Federal Reserve Lombard Risk Integration Pack

Regulatory Reporting for US Federal Reserve Lombard Risk Integration Pack Regulatory Reporting for US Federal Reserve Lombard Risk Integration Pack Release 8.0.6.2.0 Installation Guide January 2019 Document Versioning Version Date Change Reference 02 January 04, 2019 Updated:

More information

SOA Cloud Service Automatic Service Migration

SOA Cloud Service Automatic Service Migration SOA Cloud Service Automatic Service Migration SOACS 12.2.1.2 O R A C L E W H I T E P A P E R A U G U S T 2 0 1 8 Table of Contents Introduction 1 Configuring Automatic Service Migration for a 12.2.1.2

More information

Oracle FLEXCUBE Universal Banking 12.0 Dashboard Development Guide

Oracle FLEXCUBE Universal Banking 12.0 Dashboard Development Guide Oracle FLEXCUBE Universal Banking 12.0 Dashboard Development Guide Release 12.0 June 2012 Contents 1. PREFACE... 1-1 1.1 AUDIENCE... 1-1 1.2 RELATED DOCUMENTS... 1-1 1.3 CONVENTIONS... 1-1 1.4 PREREQUISITES...

More information

Oracle FLEXCUBE Universal Banking 12.0 Upload Adapter Development Guide. Release 1.0

Oracle FLEXCUBE Universal Banking 12.0 Upload Adapter Development Guide. Release 1.0 Oracle FLEXCUBE Universal Banking 12.0 Upload Adapter Development Guide Release 1.0 May 2012 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related documents... 3 1.3 Conventions... 3 1.4 Hypothetical Example

More information

Oracle Financial Services Asset Liability Management Analytics. Product Installation Manual Version August 2014

Oracle Financial Services Asset Liability Management Analytics. Product Installation Manual Version August 2014 Oracle Financial Services Asset Liability Management Analytics Product Installation Manual Version 6.2.0.0.0 August 2014 Document Control Author: Niraj Ranjan Biswal Group: OFSAA Created on : 14 th August

More information

vrealize Orchestrator Load Balancing

vrealize Orchestrator Load Balancing vrealize Orchestrator Load Balancing Configuration Guide Version 7.4 T E C H N I C A L W H I T E P A P E R A P R I L 2 0 1 8 V E R S I O N 1 Table of Contents Introduction... 5 Load Balancing Concepts...

More information

Oracle Financial Services Regulatory Reporting for US Federal Reserve (OFS AGILE RP US FED)

Oracle Financial Services Regulatory Reporting for US Federal Reserve (OFS AGILE RP US FED) Oracle Financial Services Regulatory Reporting for US Federal Reserve (OFS AGILE RP US FED) Installation Guide Release 8.0.7.0.0 February 2019 DOCUMENT CONTROL Version Number Revision Date Changes Done

More information

ORACLE IDENTITY MANAGER SIZING GUIDE. An Oracle White Paper March 2007

ORACLE IDENTITY MANAGER SIZING GUIDE. An Oracle White Paper March 2007 ORACLE IDENTITY MANAGER SIZING GUIDE An Oracle White Paper March 2007 Note The following is intended to provide consideration guidelines for sizing Oracle Identity Manager. It is intended for information

More information

Oracle Financial Services Behavior Detection Applications Pack

Oracle Financial Services Behavior Detection Applications Pack Oracle Financial Services Behavior Detection Applications Pack Installation Guide Release 8.0.2.0.0 E70893-01 February 2016 Installation Guide, Release 8.0.2.0.0 E70893-01 Copyright 2016, Oracle and/or

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

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

Oracle Financial Services Regulatory Reporting for US Treasury Lombard Risk Integration Pack

Oracle Financial Services Regulatory Reporting for US Treasury Lombard Risk Integration Pack Oracle Financial Services Regulatory Reporting for US Treasury Lombard Risk Integration Pack Installation Guide Release 8.0.5.0.0 March 2018 DOCUMENT CONTROL Version Number Revision Date Changes Done 1.0

More information

Generic Interface Version NT832-ORACLE FCUBSV.UM [October] [2008] Oracle Part Number E

Generic Interface Version NT832-ORACLE FCUBSV.UM [October] [2008] Oracle Part Number E Generic Interface Version-10.2 9NT832-ORACLE FCUBSV.UM 10.2.0.0.0.0.0 [October] [2008] Oracle Part Number E51712-01 Document Control Author: Documentation Team Created on : October 01, 2008 Group: UBPG

More information

Reports Oracle FLEXCUBE Universal Banking Release [May] [2011] Oracle Part Number E

Reports Oracle FLEXCUBE Universal Banking Release [May] [2011] Oracle Part Number E Reports Oracle FLEXCUBE Universal Banking Release 11.3.0 [May] [2011] Oracle Part Number E51511-01 Table of Contents Reports 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1 1.1.1 Audience... 1-1 1.1.2

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Oracle FLEXCUBE Universal Banking Purge Entity Definition

Oracle FLEXCUBE Universal Banking Purge Entity Definition Oracle FLEXCUBE Universal Banking 12.87.03.0.0 Purge Entity Definition June 2017 1 Contents 1. Preface... 3 1.1 Audience... 3 1.2 Related Documents... 3 2. Introduction... 3 2.1 How to use this Guide...

More information

Oracle Financial Services Asset Liability Management Application Pack. Installation and Configuration Guide Release

Oracle Financial Services Asset Liability Management Application Pack. Installation and Configuration Guide Release Oracle Financial Services Asset Liability Management Application Pack Installation and Configuration Guide Release 8.0.0.0.0 Table of Contents TABLE OF CONTENTS DOCUMENT CONTROL... 8 PREFACE... 9 Summary...

More information

vrealize Orchestrator Load Balancing

vrealize Orchestrator Load Balancing vrealize Orchestrator Load Balancing Configuration Guide Version 7.0.x T E C H N I C A L W H I T E P A P E R M A Y 2 0 1 6 V E R S I O N 1. 0 Table of Contents Introduction... 4 Load Balancing Concepts...

More information

Oracle Financial Services Data Foundation

Oracle Financial Services Data Foundation Oracle Financial Services Data Foundation Product Installation Manual Version 7.4.2.0.0 April 2014 Document Control Author: Niraj Ranjan Biswal Group: OFSAA Created on: 30-Jan-14 Revision No: 1.0 Updated

More information

Regulatory Reporting Solution for US Federal Reserve Lombard Risk Integration Pack. Release Installation Guide November 2017

Regulatory Reporting Solution for US Federal Reserve Lombard Risk Integration Pack. Release Installation Guide November 2017 Regulatory Reporting Solution for US Federal Reserve Lombard Risk Integration Pack Release 8.0.5.0.0 Installation Guide November 2017 Document Versioning Version Date Change Reference 02 November 30, 2017

More information

An Oracle White Paper May Example Web Listener Deployment for Oracle Application Express

An Oracle White Paper May Example Web Listener Deployment for Oracle Application Express An Oracle White Paper May 2014 Example Web Listener Deployment for Oracle Application Express Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Oracle Financial Services Data Foundation Applications Pack Java 7 and Java 8

Oracle Financial Services Data Foundation Applications Pack Java 7 and Java 8 Oracle Financial Services Data Foundation Applications Pack Java 7 and Java 8 Installation Guide Release 8.0.5.0.0 TABLE OF CONTENTS PREFACE... 7 Summary... 7 Audience... 7 Prerequisites for the Audience...

More information

Job Scheduler Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Job Scheduler Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Job Scheduler Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51465-01 Table of Contents Job Scheduler 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1 1.1.1 Audience...

More information

Oracle FLEXCUBE Universal Banking Development Workbench Webservice & Silent Utility for generation of Webservice Artifacts Release 1.

Oracle FLEXCUBE Universal Banking Development Workbench Webservice & Silent Utility for generation of Webservice Artifacts Release 1. Oracle FLEXCUBE Universal Banking 12.0.3 Development Workbench Webservice & Silent Utility for generation of Webservice Artifacts Release 1.0 March 2014 Contents 1 Preface... 1 1.1 Audience... 2 2 Introduction...

More information

Oracle FLEXCUBE Universal Banking Development of Dashboard Forms

Oracle FLEXCUBE Universal Banking Development of Dashboard Forms Oracle FLEXCUBE Universal Banking 12.0.2 August 2013 1 Table of Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related Documents... 3 2 Introduction... 4 3 Creating Dashboard Screen... 4 3.1 Preferences...

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

Oracle FLEXCUBE Universal Banking 12.0 RAD BIP Report Integration. Release 1.0

Oracle FLEXCUBE Universal Banking 12.0 RAD BIP Report Integration. Release 1.0 Oracle FLEXCUBE Universal Banking 12.0 RAD BIP Report Integration Release 1.0 May 2012 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related documents... 3 1.3 Conventions... 4 2 Introduction... 4 2.1

More information

OFS Profitability Management Language Pack Installation and Configuration Guide Version June 2014

OFS Profitability Management Language Pack Installation and Configuration Guide Version June 2014 OFS Profitability Management Language Pack Installation and Configuration Guide Version 6.1.1.0.0 June 2014 Document Control Author: Niraj Ranjan Biswal Group: OFSAA Created on : 01-May-14 Revision No

More information

... HTTP load balancing for Oracle s JD Edwards EnterpriseOne HTML servers using WebSphere Application Server Express Edition

... HTTP load balancing for Oracle s JD Edwards EnterpriseOne HTML servers using WebSphere Application Server Express Edition HTTP load balancing for Oracle s JD Edwards EnterpriseOne HTML servers using WebSphere Application Server Express Edition........ Diane Webster Performance Consultant IBM Oracle International Competency

More information

SonicMQ - Oracle Enterprise Gateway Integration Guide

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

More information

Oracle Forms Services Oracle Traffic Director Configuration

Oracle Forms Services Oracle Traffic Director Configuration An Oracle White Paper January 2014 Oracle Forms Services Oracle Traffic Director Configuration Introduction... 1 What is Oracle Traffic Director... 2 Requirements... 3 WebLogic Server... 3 Oracle Forms

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

Oracle FLEXCUBE Universal Banking

Oracle FLEXCUBE Universal Banking Oracle FLEXCUBE Universal Banking 12.87.03.0.0 June 2017 1 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related Documents... 3 2 Introduction... 1 3 Overview of... 1 4 Login... 2 5 Home Page... 3 5.1

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

USING VERITAS ENTERPRISE VAULT WITH DELL EMC ELASTIC CLOUD STORAGE

USING VERITAS ENTERPRISE VAULT WITH DELL EMC ELASTIC CLOUD STORAGE USING VERITAS ENTERPRISE VAULT WITH DELL EMC ELASTIC CLOUD STORAGE ABSTRACT This white paper explains how to use Dell EMC ECS with Veritas Enterprise Vault December, 2017 WHITE PAPER The information in

More information

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower Configuration Guide SOAPMDP_Config_7.2.0 Copyright Copyright 2015 SOA Software, Inc. All rights

More information

Setting up Installer Oracle FLEXCUBE Universal Banking Release [April] [2014]

Setting up Installer Oracle FLEXCUBE Universal Banking Release [April] [2014] Setting up Installer Oracle FLEXCUBE Universal Banking Release 12.0.3.0.0 [April] [2014] Table of Contents 1. SETTING UP ORACLE FLEXCUBE INSTALLER... 1-1 1.1 INTRODUCTION... 1-1 1.2 SCOPE OF INSTALLER...

More information

Standalone Scheduler Property File Creation Oracle FLEXCUBE Universal Banking Release [December] [2016]

Standalone Scheduler Property File Creation Oracle FLEXCUBE Universal Banking Release [December] [2016] Standalone Scheduler Property File Creation Oracle FLEXCUBE Universal Banking Release 12.3.0.0.0 [December] [2016] Table of Contents 1. CREATING PROPERTY FILE FOR STANDALONE SCHEDULER... 1-1 1.1 INTRODUCTION...

More information

Wasser drauf, umrühren, fertig?

Wasser drauf, umrühren, fertig? Wasser drauf, umrühren, fertig? Steffen Miller Principal Sales Consultant Agenda Motivation Was ist ein WebLogic Cluster? Cluster Konzepte Q & A WLS HA Focus Areas Data Failure Human

More information

Setting up Installer Oracle FLEXCUBE Universal Banking Release [May] [2016]

Setting up Installer Oracle FLEXCUBE Universal Banking Release [May] [2016] Setting up Installer Oracle FLEXCUBE Universal Banking Release 12.2.0.0.0 [May] [2016] Table of Contents 1. SETTING UP ORACLE FLEXCUBE INSTALLER... 1-1 1.1 INTRODUCTION... 1-1 1.2 SCOPE OF INSTALLER...

More information

OFS Pricing Management Language Pack Installation and Configuration Guide Version October 2013

OFS Pricing Management Language Pack Installation and Configuration Guide Version October 2013 OFS Pricing Management Language Pack Installation and Configuration Guide Version 6.1.0.2.2 October 2013 Document Control Author: Niraj Ranjan Biswal Group: OFSAA Created on : 10-Oct-13 Revision No : 1.0

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

Function ID Development II Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Function ID Development II Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Function ID Development II Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51465-01 Table of Contents Function ID Development II 1. PREFACE... 1-1 1.1 AUDIENCE... 1-1 1.2

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

Setting up Property File Oracle FLEXCUBE Universal Banking Version 12.0 [May] [2012]

Setting up Property File Oracle FLEXCUBE Universal Banking Version 12.0 [May] [2012] Setting up Property File Oracle FLEXCUBE Universal Banking Version 12.0 [May] [2012] Table of Contents 1. SETTING UP PROPERTY FILE... 1-1 1.1 INTRODUCTION... 1-1 1.2 PREREQUISITES FOR ORACLE FLEXCUBE...

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

Oracle FLEXCUBE Universal Banking Child and Screen Childs - Concept and Design. January 2018

Oracle FLEXCUBE Universal Banking Child and Screen Childs - Concept and Design. January 2018 Oracle FLEXCUBE Universal Banking 12.87.04.0.0 January 2018 1 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related Documents... 3 2 Introduction... 4 3 Child Screen... 4 3.1 Screen Development... 4 3.2

More information

Corporate Customer Creation Oracle FLEXCUBE Universal Banking Release [May] [2011] Oracle Part Number E

Corporate Customer Creation Oracle FLEXCUBE Universal Banking Release [May] [2011] Oracle Part Number E Corporate Customer Creation Oracle FLEXCUBE Universal Banking Release 11.3.0 [May] [2011] Oracle Part Number E51511-01 Corporate Customer Creation Table of Contents 1. CREATION OF CORPORATE CUSTOMER...

More information

Oracle WebLogic Server 12c: Administration I

Oracle WebLogic Server 12c: Administration I Oracle WebLogic Server 12c: Administration I Duration 5 Days What you will learn This Oracle WebLogic Server 12c: Administration I training teaches you how to install and configure Oracle WebLogic Server

More information

Installing or Upgrading ANM Virtual Appliance

Installing or Upgrading ANM Virtual Appliance CHAPTER 2 This chapter describes how to deploy Cisco ANM Virtual Appliance 4.3 (new installation) and how to upgrade from ANM software version 4.1 or 4.2 to software version 4.3. This chapter includes

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 FLEXCUBE Universal Banking 12.0 RAD Function ID Development Volume 2. Release 1.0

Oracle FLEXCUBE Universal Banking 12.0 RAD Function ID Development Volume 2. Release 1.0 Oracle FLEXCUBE Universal Banking 12.0 RAD Function ID Development Volume 2 Release 1.0 May 2012 Contents 1 Preface... 3 1.1 Audience... 3 1.2 Related documents... 3 1.3 Conventions... 4 1.4 Pre-request...

More information

Oracle Financial Services Basel Regulatory Capital Analytics Data Migration Guide

Oracle Financial Services Basel Regulatory Capital Analytics Data Migration Guide An Oracle Technical White Paper July 2014 Oracle Financial Services Basel Regulatory Capital Analytics 6.1.2.0.0 Data Migration Guide Data Migration Introduction Data migration is the process of transferring

More information

Oracle FLEXCUBE Universal Banking Development of Launch Forms

Oracle FLEXCUBE Universal Banking Development of Launch Forms Oracle FLEXCUBE Universal Banking 12.87.03.0.0 Development of Launch Forms June 2017 1 Contents 1. Preface... 3 1.1 Audience... 3 2. Introduction... 3 2.1 How to use this Guide... 4 3. Launch Forms...

More information

Oracle FLEXCUBE IVR User Manual Release Part No E

Oracle FLEXCUBE IVR User Manual Release Part No E Oracle FLEXCUBE IVR User Manual Release 5.0.2.0.0 Part No E52129-01 IVR User Manual Table of Contents (index) 1. IVR... 3 1.1. TBS01 - TBS Bank Params Maintenance... 4 1.2. TBS02 - TBS Acquirer Pos ID

More information

Best Practice Guide for Implementing VMware vcenter Site Recovery Manager 4.x with Oracle ZFS Storage Appliance

Best Practice Guide for Implementing VMware vcenter Site Recovery Manager 4.x with Oracle ZFS Storage Appliance An Oracle Technical White Paper March 2014; v2.1 Best Practice Guide for Implementing VMware vcenter Site Recovery Manager 4.x with Oracle ZFS Storage Appliance Introduction... 1 Overview... 2 Prerequisites...

More information

Oracle Financial Services Alert and Enterprise Case Management : Upgrade Utility Guide. Release 6.1 June 2013

Oracle Financial Services Alert and Enterprise Case Management : Upgrade Utility Guide. Release 6.1 June 2013 Oracle Financial Services Alert and Enterprise Case Management : Upgrade Utility Guide Release 6.1 June 2013 Oracle Financial Services Alert and Enterprise Case Management : Upgrade Utility Guide Release

More information

SOA Software Intermediary for Microsoft : Install Guide

SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft : Install Guide SOA Software Intermediary for Microsoft Install Guide SOAIM_60 August 2013 Copyright Copyright 2013 SOA Software, Inc. All rights reserved. Trademarks

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

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information