Oracle E-Business Suite 12.2 Administration

Size: px
Start display at page:

Download "Oracle E-Business Suite 12.2 Administration"

Transcription

1 Oracle E-Business Suite 12.2 Administration Prepared by: Ivo Dujmovic Entrepreneur Patchivo, Interana REMINDER Check in on the COLLABORATE mobile app

2 About the Presenter Ivo Dujmovic Patchivo : 12.2 PatchStatus free iphone app Specialized tools delivering insight into IT ivo@patchivo.com Interana : Hadoop accelerator for customer behavior analytics Stealth VC-backed startup ivo@interana.com Formerly Oracle Snr Director of Development Managed development organization for EBS Administrative functionality: Install, Cloning, Configuration, Patching, EM plugins, OAM, isetup, TechStack Wrapped up 12.2 to pursue entrepreneurship Holds Online Patching patents

3 Main Changes from 12.0/1 to 12.2 Re-platforming to FMW 11, DB 11.2 same WLS, webtier, DB as used by Fusion Applications Fusion applications use a different FND core version Native consumption of technology Install: bootstraps then defers to native tech installs Configuration: bootstraps then defers to native tech config Cloning: wraps native tech cloning Forms & Reports considered EBS internal Online Patching Uses EBR from 11.2 of DB New concepts to EBS: dual FS, FS cloning Cheat sheet for Online Patching

4 Fusion Middleware (FMW) 11g WebLogic Server (WLS) 11g BEA acquisition, first partially integrated version Key concepts Admin Server manages Managed Servers (farm) Managed Servers have local copy of config, apps if Admin Server is unavailable Industry leadership due to great administrative functionality Deploy new version of staged App from AS to select MS s Run two versions side-by-side or preview new version with secret url Roll-back to previous version if needed

5 Other Technology WebTier delivers Oracle HTTP Server, aka Apache 2.2 Needed for mod_security Database 11.2 was the latest at development time, as well as the first delivering EBR, the key feature for Online Patching Grid Install concept: Lay down grid infrastructure (storage management, fast network interconnects) prior to installing the database binaries on top Forms & Reports Same as in other R12 releases Forms servlet deployed to WLS instead of OC4J

6 12.2 Install Preparation Virtualization makes sense virtualbox with 64b Linux 9GB mem for the install; otherwise hard to troubleshoot bugs Platform install doc has gotcha s listed Hostname/network sensitivity even more pronounced OS patching and settings: install 32b libs before 64b ones Staging script When downloading zip files You do not need all You should not unzip them your self Start with startcd and follow readme See blog on patchivo.com for more tips & details

7 Dual File System File System: 1 R2 File System: 2 Oracle HTTP Server WebLogic Server Developer APPL_TOP COMMON_TOP INST_TOP Edition-Based Redefinition Synchronization managed by patching tools Oracle HTTP Server WebLogic Server Developer APPL_TOP COMMON_TOP INST_TOP File System: Non Editioned APPL_TOP_NE PATCH_TOP LOGS

8 12.2 File System for Install $ ls /oracle ebs122 orainventory stage $ ls /oracle/stage/ zipmedia client Disk1 EBSInstallMedia misc startcd current Disk2 examples patches TechInstallMedia database Disk3 gateways readme.htm TechPatches deinstall Documents grid README.txt wls1036_generic.jar

9 12.2 File System: FS1, FS2, FS_NE $ cd /oracle/ebs122/ $ ls EBSapps.env fs1 fs2 fs_ne VIS $. EBSapps.env E-Business Suite Environment Information RUN File System : /oracle/ebs122/fs1/ebsapps/appl PATCH File System : /oracle/ebs122/fs2/ebsapps/appl Non-Editioned File System : /oracle/ebs122/fs_ne DB Host: ip ec2.internal Service/SID: VIS

10 12.2 Key Environment Variables FILE_EDITION=run RUN_BASE=/oracle/ebs122/fs1 PATCH_BASE=/oracle/ebs122/fs2 CONTEXT_FILE=/oracle/ebs122/fs1/inst/apps/VIS_i p /appl/admin/vis_ip xml ADMIN_SCRIPTS_HOME=/oracle/ebs122/fs1/inst/apps /VIS_ip /admin/scripts

11 FS1 - File System One $ ls fs1 EBSapps FMW_Home inst $ ls fs1/ebsapps/ appl comn $ ls fs1/inst/ apps $ ls fs1/inst/apps/vis_ip / admin appltmp logs out portal soa appl conf_vis.txt ora pids rgf temp

12 Instance Top of FS1 $ ls fs1/inst/apps/vis_ip /appl admin fnd $ ls fs1/inst/apps/vis_ip /appl/admin/ adovars_vis_ip env oamextensions.xml cutover/ forms-c4ws_wls.properties forms_wls.properties fsclone_config.txt oacore_wls.properties ojspcompile.conf ojspcompile.properties VIS_ip _patch.txt VIS_ip _run.txt VIS_ip xml oafm_wls.properties

13 FS_NE Non-Editioned File System $ ls fs_ne EBSapps inst $ ls fs_ne/ebsapps/ appl log patch $ ls fs_ne/ebsapps/appl/ ad $ ls fs_ne/ebsapps/log adop adopreports $ ls fs_ne/inst/ VIS_ip $ ls fs_ne/inst/vis_ip / certs logs oracle_common soa

14 12.2 Database File System $ ls EBSapps.env fs1 fs2 fs_ne VIS $ ls VIS/ checkpoints data diag $ ls VIS/checkpoints/ $ ls VIS/diag/ asm clients crs diagtool lsnrctl netcman ofm rdbms tnslsnr VIS/ is the database ORACLE_HOME

15 12.2 Admin Scripts $ ls $ADMIN_SCRIPTS_HOME log adexecsql.pl adstpall.sh jtffmctl.sh adadminsrvctl.sh adformsrvctl.sh adstrtal.sh msc adalnctl.sh admanagedsrvctl.sh cz64bitengine.pl mwactl.sh adapcctl.sh adnodemgrctl.sh gsmstart.sh mwactlwrpr.sh adautocfg.sh adopmnctl.sh ieo sqlnet.log adcmctl.sh adpreclone.pl java.sh $ ls /oracle/ebs122/vis/11.2.0/appsutil/scripts/vis_ip / adautocfg.sh addbctl.sh adexecsql.pl adpreclone.pl adstrtdb.sql adchknls.pl addlnctl.sh adlsnodes.sh adstopdb.sql

16 New Cloning Type: FS Clone Clone an Instance: Prod to Copy-of-Prod, Test1 to Test2 Clone a Node: scale-out, rolling upgrades New: Clone a File System Replicate one File System on a node, from the other File System on that node Instance and Node Cloning still copy bits for only one FS At target bits are recycled for creating both FS s

17 ADOP AD Online Patching $ which adop /oracle/ebs122/fs_ne/ebsapps/appl/ad/bin/adop $ adop -help Applications DBA Online Patching Tool (adop) Usage: adop [phase=<phase,phase,...>] [patches=<patch#,patch#,...>] [<parameter>=<value>...] [input_file=<filename>] Enter adop -examples for a detailed list of parameters and their usage. See Oracle E-Business Suite Maintenance Guide for a full description of adop features, operation, and usage.

18 Online Patching Affects DBA s Life Traditional Patching involved: scheduling downtime, kicking off users, stopping services, applying patch, restarting services Online Patching allows for patch application to happen during online use: Schedule quiet time to apply patch, bounce services Downtime slims to 5-20mins range, easier to schedule If applying patchsets, load can be non-negligible Target 1 RAC node (similar to reporting node ) Apply patches during quiet periods Adworker count logic is improved, but can still be manually set No workshifts/ramp-up

19 ADOP Phases Standard phases: prepare apply finalize cutover cleanup - Prepare the instance for patch application. - Apply patches (to the patch edition). - Ready the instance for cutover. - Make the patch edition the new run edition. - Drop obsolete objects and data from old editions. Special phases: abort - Abort the current patching cycle. actualize_all - Create new copies of all code objects in the patch edition. fs_clone - Copy the run file system to the patch file system.

20 ADOP Phase Parameters Apply parameters: patches=<patch#>[,<patch#>...] A single patch or comma-separated list of patches to apply. This parameter is required when executing the apply phase. For language patches, you must also specify the driver file: patches= _ar: drv, _ko: drv restart=(yes no) [default: no] Resume a failed apply action where processing left off. abandon=(yes no) [default: no] Re-apply a failed patch from the beginning. Finalize parameters: finalize_mode=(full quick) [default: quick] Quick mode will provide the shortest execution time, by

21 More ADOP Phase Parameters Finalize parameters: finalize_mode=(full quick) [default: quick] Quick mode will provide the shortest execution time, by skipping non-essential additional actions. Full mode performs additional actions such as gathering statistics, which may improve performance after cutover. Cutover parameters: mtrestart=(yes no) [default: yes]. Specifies whether to restart application tier servers after cutover. Leave at default unless performing manual steps during downtime. Cleanup parameters:

22 More ADOP Phase Parameters Cleanup parameters: cleanup_mode=(full quick) [default: quick] Quick mode provides the shortest execution time, by skipping non-essential additional actions. Full mode performs additional processing to remove all unused code, data, and old editions. May take a long time. General parameters apply to all phases: workers=<number> [default: computed] Number of parallel workers used to execute tasks. Default value is computed principally according to number of available CPU cores.

23 All ADOP Phases: Shared Parameters input_file=<file_name> As well as being entered directly on the command line, adop parameters can be specified in a text file, with one <parameter>=<value> on each line of the file. Examples: phase=prepare,apply,finalize,cutover,cleanup patches= workers=4 Command line parameters override input file parameters. loglevel=(statement procedure event warning error unexpected) [default: event] Controls the level of diagnostic log detail displayed.

24 More Shared Parameters allnodes=(yes no) [default: yes] Specifies whether actions should be executed on all application tier nodes of a multi-node system. action=(db nodb) [default: db] Specifies whether to execute database actions (as well as file system actions). -status [<session_id>] Display status of the latest adop session, or a specified session. -help -examples

25 Adop Examples Complete patching cycle, running each phase separately: adop phase=prepare adop phase=apply patches=12345,67890 workers=4 adop phase=finalize workers=4 adop phase=cutover workers=4 adop phase=cleanup Complete patching cycle, running all phases in a single adop command: adop phase=prepare,apply,finalize,cutover,cleanup patches=12345 Complete patching cycle, specifying all parameters in an input_file: adop input_file=adop2013_05_13.txt

26 Online Patching Cycle - Cutover Cutover Requires a Brief Downtime Middle-tier processes stopped End Users are disconnected File system roles swapped Patched (FS-2) promoted to Run FS-1 available for next patching cycle Database Patch Edition promoted to Run Edition Middle-tier processes restarted Users reconnect

27 Great Presentation on Online Patching Slides with red corner from Kevin Hudson s: w?session_id=8432

28 ADOP Special Phases abort - Abort the current patching cycle. actualize_all - Create new copies of all code objects in the patch edition. fs_clone - Copy the run file system to the patch file system.

29 ADOP Behind The Curtain: Prepare Prepare Checks if cleanup was run after last cutover If not, runs it now Checks what was done to the other FS (currently run) Patches applied Configuration changed (both EBS and WLS,Webtier) Redoes those on this FS: patches applied and configuration cloned Checks if there was an aborted session on this FS (current patch) Losses confidence in the patchfs, so calls fs_clone to recreate the patchfs from the runfs

30 ADOP Behind the Curtain: Apply Apply Applying many patches within a single list merges them To apply patches without merging, use separate adop calls Applying many patches unassisted in test systems Use abandon = yes Cutover Does a finalize first if it was not run as last action before cutover Run finalize before cutover Runs certain (deferred) db actions from patch apply Duration of cutover can be impacted by patches applied in cycle

31 Hotpatching Apply a patch to runfs with your historical hotpatching processes adop phase=apply hotpatch=yes patches= Must be done outside normal patching cycle, so if you already did a prepare, you need to do a cutover (empty cycle) Empty cycle does not require an fs_clone unlike the other option: abort current cycle Not recommended unless you are really sure in what you are doing: review the patch, read all files delivered and actions listed in driver (some actions are not really documented) Know which users will be connected Bounce processes

32 Patching Many Nodes Adop automatically synchronizes patching across nodes FS_NE is shared across nodes, with patches and logs Sharing the file system amongst many nodes is possible to the extent that the underlying technologies allow it DB has Oracle Home sharing Webtier / Apache 2.2 is easy to share WLS has some competing infrastructure Rolling patching is possible, but has no benefit

33 Applying Technology Stack Changes [worse] Outside a patching cycle it should be done to the Run file system Followed by an FS_Clone to separate propagation of change from patching [better] Within the patching cycle After prepare finishes, perform on target Patch file system Applies to techstack config as well, although those changes should be automatically detected and propagated

34 Custom Code Patching During ADOP cycle Apply to Patch FS Register files in FS_NE/EBSapps/appl/ad/custom/adop_sync.drv Will propagate from Run to Patch FS

35 Special Cutover Processing See doc or code for pre-cutover and post-cutover hooks You can hang your special cutover processing functionality

36 Q & A

37 Oracle E-Business Suite 12.2 Administration Session ID#: This is a subtitle for the presentation that can be extended to three lines Prepared by: Joseph Josephine Head of Oracle Product Usage Acme Manufacturing REMINDER Check in on the COLLABORATE mobile app

E-Business Suite 12.2 Configuration Management II

E-Business Suite 12.2 Configuration Management II E-Business Suite 12.2 Configuration Management II Sumeet Kabra Agenda E-Business Suite 12.2 Applications Architecture [ Recap ] Techstack Configurations [ Recap ] Applications Configuration Management

More information

E-Business Suite 11i Upgrade to and A Technical Comparison

E-Business Suite 11i Upgrade to and A Technical Comparison COLLABORATE 2014 OAUG Forum E-Business Suite 11i Upgrade to 12.1.3 and 12.2.3 - A Technical Comparison Biju Thomas, OneNeck IT Solutions Abstract Much awaited 12.2 release of EBS has come. Always there

More information

More4Apps Mobile - Installation and Configuration Guide

More4Apps Mobile - Installation and Configuration Guide More4Apps Mobile - Installation and Configuration Guide Last updated: 27 June 2018 Table of Contents 1. Overview Mobile Applications - Installation and Configuration... 2 2. Steps - Installation and Configuration...

More information

How to Implement Oracle CPUs for EBS

How to Implement Oracle CPUs for EBS How to Implement Oracle CPUs for EBS Eng. Cristian Peque Oracle Security Specialist Program Agenda Understanding what an Oracle CPU is What we need to do after Oracle launches a CPU How to install all

More information

Author A.Kishore

Author A.Kishore Upgrade Oracle Applications from R12.1.1 to R12.1.3 For instructions on applying Oracle E-Business Suite 12.1.3 Release Update Pack (12.1.3), features and other information, please refer to My Oracle Support

More information

New Security Features in Oracle E-Business Suite 12.2

New Security Features in Oracle E-Business Suite 12.2 New Security Features in Oracle E-Business Suite 12.2 Session ID#: 14365 Stephen Kost Chief Technology Officer Integrigy Corporation REMINDER Check in on the COLLABORATE mobile app About Integrigy ERP

More information

Cloning Methods for E-Business Suite 12.1 and 12.2

Cloning Methods for E-Business Suite 12.1 and 12.2 Cloning Methods for E-Business Suite 12.1 and 12.2 Cox Enterprises, Inc. Cox Enterprises is a leading communications, media and automotive services company. We are a top 10 national player, based on revenues,

More information

Oracle E-Business Suite R12.2 Administration

Oracle E-Business Suite R12.2 Administration Oracle E-Business Suite R12.2 Administration This class provides training applicable to Oracle E-Business Suite Releases 12.2. It does not provide training applicable to Oracle E-Business Suite Releases

More information

ORACLE APPLICATIONS R12.2, EBR, ONLINE PATCHING - MEANS LOT OF WORK FOR DEVELOPERS. Ajith Narayanan 25 th Feb 2015, Bangalore, India

ORACLE APPLICATIONS R12.2, EBR, ONLINE PATCHING - MEANS LOT OF WORK FOR DEVELOPERS. Ajith Narayanan 25 th Feb 2015, Bangalore, India ORACLE APPLICATIONS R12.2, EBR, ONLINE PATCHING - MEANS LOT OF WORK FOR DEVELOPERS Ajith Narayanan 25 th Feb 2015, Bangalore, India Who Am I? Ajith Narayanan Oracle ACE Associate 11 years of Oracle [APPS]

More information

The Big Picture of the Release Upgrade. Mike Swing CTO TruTek

The Big Picture of the Release Upgrade. Mike Swing CTO TruTek The Big Picture of the Release 12.2.4 Upgrade Mike Swing CTO TruTek Learning Objectives Objective 1: Understand the detailed technical steps required to upgrade to R12.2. Objective 2: Learn about ADOP,

More information

OAUG Webinar: E-Business Suite New Oracle ADClone 12.2 Options. Oracle E-Business 11i/12.1/12.2 Six Easy Steps -- Now Three Easy Steps

OAUG Webinar: E-Business Suite New Oracle ADClone 12.2 Options. Oracle E-Business 11i/12.1/12.2 Six Easy Steps -- Now Three Easy Steps OAUG Webinar: E-Business Suite New Oracle ADClone 12.2 Options Oracle E-Business 11i/12.1/12.2 Six Easy Steps -- Now Three Easy Steps Tom Blanford, Oracle E-Business Suite Architect and DBA Michael Barone,

More information

R12.2 Development and Deployment of Customizations

R12.2 Development and Deployment of Customizations R12.2 Development and Deployment of Customizations Session ID#: 10309, Wed 4/15/2015, 9:15-10:15, South Seas H Prepared by: John Peters Principal Consultant JRPJR, Inc john.peters@jrpjr.com Revision 2.1

More information

E-Business Cloning Six Easy Steps, Now Three Easy Steps. Michael Brown BlueStar

E-Business Cloning Six Easy Steps, Now Three Easy Steps. Michael Brown BlueStar E-Business 12.2.5 Cloning Six Easy Steps, Now Three Easy Steps Michael Brown BlueStar mbrown@bluestarinc.com Who Am I? Over 20 years experience with Oracle Database Over 15 years experience with E-Business

More information

Grid Control Patch Set Step by Step Install On Linux

Grid Control Patch Set Step by Step Install On Linux Grid Control Patch Set 10.2.0.3 Step by Step Install On Linux Alejandro Vargas 11/02/2007 INDEX About This Document...2 1. Check your Grid Control Database Version...2 2. Download the last Patch Set for

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

Question No : 1 Which three are the correct definitions of the objects in the Oracle Applications database?(choose three.)

Question No : 1 Which three are the correct definitions of the objects in the Oracle Applications database?(choose three.) Volume: 225 Questions Question No : 1 Which three are the correct definitions of the objects in the Oracle Applications database?(choose three.) A. Hybrid objects contain materialized view objects, and

More information

Upgrade Oracle Applications from R to R12.1.2

Upgrade Oracle Applications from R to R12.1.2 Upgrade Oracle Applications from R12.1.1 to R12.1.2 Reference Note - Oracle E-Business Suite Readme, Release 12.1.2 (Doc ID 949406.1) 1> Database Preparation Guidelines for an E-Business Suite Release

More information

Fusion Applications Installations Lessons Learned #701. Todd Siler

Fusion Applications Installations Lessons Learned #701. Todd Siler Fusion Applications Installations Lessons Learned #701 Todd Siler Todd Siler Oracle Technology Practice Director PeopleSoft Administrator Oracle DBA Linux Administrator Audience Decision Maker Experienced

More information

Welcome to the Oracle Enterprise Manager

Welcome to the Oracle Enterprise Manager Welcome to the Oracle Enterprise Manager Technical Webcast Series Please ensure that you are connected to the audio portion of this event which is available by dialing: Dial-in in US/Canada : ( 888 ) 794-4691

More information

Installation and Configuration Guide

Installation and Configuration Guide Installation and Configuration Guide Last updated: 17 August 2018 Table of Contents 1. Overview - Installation and Configuration... 2 2. Steps - Installation and Configuration... 4 3. Download the Installation

More information

... Oracle E-Business Suite installation and upgrade to on IBM Power S824 with POWER8 processors and AIX 7.1

... Oracle E-Business Suite installation and upgrade to on IBM Power S824 with POWER8 processors and AIX 7.1 Oracle E-Business Suite 12.2.0 installation and upgrade to 12.2.4 on IBM Power S824 with POWER8 processors and AIX 7.1........ Ravisankar Shanmugam Kishore Radhakrishna IBM Oracle International Competency

More information

Oracle E-Business Suite: Migration to Oracle VM Template Based Deployment

Oracle E-Business Suite: Migration to Oracle VM Template Based Deployment Oracle E-Business Suite: Migration to Oracle VM Template Based Deployment Kai Yu, Senior Engineer John Tao, Lead Applications DBA Dell Inc. kai_yu@dell.com, John_Tao@dell.com http://kyuoracleblog.wordpress.com

More information

Setup Middleware as a Service using EM12c

Setup Middleware as a Service using EM12c Setup Middleware as a Service using EM12c Date: 20/11/12 Author: Rob Zoeteweij http://oemgc.wordpress.com This paper will guide you through the steps necessary to allow your users to use Middleware as

More information

Oracle WebCenter Portal Jump Start Kit (JSK) Readme for Linux 64-bit Operating Systems

Oracle WebCenter Portal Jump Start Kit (JSK) Readme for Linux 64-bit Operating Systems Oracle WebCenter Portal Jump Start Kit Readme 11.1.1.8.0 Oracle WebCenter Portal Jump Start Kit (JSK) Readme for Linux 64-bit Operating Systems 11.1.1.8.0 Overview The Jump Start Kit (JSK) for WebCenter

More information

Oracle 1Z0-238 Exam Questions and Answers (PDF) Oracle 1Z0-238 Exam Questions 1Z0-238 BrainDumps

Oracle 1Z0-238 Exam Questions and Answers (PDF) Oracle 1Z0-238 Exam Questions 1Z0-238 BrainDumps Oracle 1Z0-238 Dumps with Valid 1Z0-238 Exam Questions PDF [2018] The Oracle 1Z0-238 Oracle EBS R12: Install, Patch and Maintain Applications exam is an ultimate source for professionals to retain their

More information

Oracle Exam 1z0-238 R12 Oracle: Install, Patch and Maintain Oracle Applications Version: 5.0 [ Total Questions: 225 ]

Oracle Exam 1z0-238 R12 Oracle: Install, Patch and Maintain Oracle Applications Version: 5.0 [ Total Questions: 225 ] s@lm@n Oracle Exam 1z0-238 R12 Oracle: Install, Patch and Maintain Oracle Applications Version: 5.0 [ Total Questions: 225 ] Topic 0, A A Question No : 1 - (Topic 0) Which three are the correct definitions

More information

OEM Provisioning An Introduction

OEM Provisioning An Introduction OEM Provisioning An Introduction Rob Zoeteweij 09-07-2009 1 Agenda Introduction Concepts Framework Break Out of the Box Q & A 09-07-2009 2 Agenda Introduction Concepts Framework Break Out of the Box Q

More information

Oracle Secure Enterprise Search

Oracle Secure Enterprise Search Oracle Secure Enterprise Search Installation and Upgrade Guide 11g Release 2 (11.2.2.2) for Microsoft Windows (64-Bit) E35069-14 February 2017 This Guide describes how to install or upgrade to Oracle Secure

More information

How to Deploy an Oracle E-Business Suite System in Minutes Using Oracle VM Templates

How to Deploy an Oracle E-Business Suite System in Minutes Using Oracle VM Templates HOL 10472 How to Deploy an Oracle E-Business Suite System in Minutes Using Oracle VM Templates Simon Coter Product Manager, Oracle VM & VirtualBox simon.coter@oracle.com Christophe Pauliat Systems sales

More information

Exam Name: Oracle 11i Install, Patch and Maintain Applications Exam Type: Oracle Exam Code: 1Z0-233 Total Questions: 116

Exam Name: Oracle 11i Install, Patch and Maintain Applications Exam Type: Oracle Exam Code: 1Z0-233 Total Questions: 116 Question: 1 The patch 384610 was applied to the Test environment successfully. To schedule the patch to be applied to the Production environment, the Applications DBA should inform the users of the unavailability

More information

OEM12c Overview for DBA

OEM12c Overview for DBA OEM12c Overview for DBA Francisco Munoz Alvarez LAOUC, CLOUG & NZOUG President IOUC LA Spokesperson 8/9/10g/11g OCP, RAC OCE, AS OCA, E-Business OCP, SQL/PLSQL OCA, Oracle 7 OCM Oracle 7, 11GR2 & OVM 3.1

More information

Masterclass: WebLogic Server for OAS Administrators

Masterclass: WebLogic Server for OAS Administrators Masterclass: WebLogic Server Simon Haslam Veriton Limited Veriton Oracle Partner, established 13 years Demanding web & call-centre applications Oracle Application Server & WebLogic Server (clusters, JEE,

More information

What every DBA needs to know about JDBC connection pools Bridging the language barrier between DBA and Middleware Administrators

What every DBA needs to know about JDBC connection pools Bridging the language barrier between DBA and Middleware Administrators Presented at What every DBA needs to know about JDBC connection pools Bridging the language barrier between DBA and Middleware Administrators Jacco H. Landlust Platform Architect Director Oracle Consulting

More information

Advanced Deployment Architectures for Oracle E-Business Suite

Advanced Deployment Architectures for Oracle E-Business Suite Advanced Deployment Architectures for Oracle E-Business Suite Steven Chan, Sr. Director, Applications Technology Integration Ivo Dujmovic, Director, Applications Technology Integration Architectural Goals

More information

Adding an Additional Node to an existing Oracle Applications Instance Using Rapidclone

Adding an Additional Node to an existing Oracle Applications Instance Using Rapidclone Adding an Additional Node to an existing Oracle Applications Instance Using Rapidclone This document describes, how we can add an additional node to an existing Oracle Applications Instance using rapidclone

More information

Virtualizing Oracle on VMware

Virtualizing Oracle on VMware Virtualizing Oracle on VMware Sudhansu Pati, VCP Certified 4/20/2012 2011 VMware Inc. All rights reserved Agenda Introduction Oracle Databases on VMware Key Benefits Performance, Support, and Licensing

More information

Fusion Applications: Redefining the Technology Stack

Fusion Applications: Redefining the Technology Stack Fusion Applications: Redefining the Technology Stack Table of Contents Overview 1 What is Fusion Applications 1 R12 Technology Stack 1 Fusion Applications Technology Stack 2 Fusion Applications / Oracle

More information

<Insert Picture Here> E-Business Suite Technology Stack Certification Roadmap

<Insert Picture Here> E-Business Suite Technology Stack Certification Roadmap E-Business Suite Technology Stack Certification Roadmap Steven Chan Senior Director, Applications Technology Integration Topics E-Business Suite 12.1.1 Techstack Support Policy Updates

More information

What s New for Oracle Database 11gR2 on Windows?

What s New for Oracle Database 11gR2 on Windows? 1 What s New for Oracle Database 11gR2 on Windows? Santanu Datta ` Alex Keh Dennis Ruane Sr. Director Principal Product Manager Senior Database Software Engineer Server Technologies

More information

APPLIES TO: PURPOSE SCOPE DETAILS. 1 of 7 1/28/ :32 PM. Master Note For Oracle Database Upgrades and Migrations (Doc ID

APPLIES TO: PURPOSE SCOPE DETAILS. 1 of 7 1/28/ :32 PM. Master Note For Oracle Database Upgrades and Migrations (Doc ID ocument 1152016.1 1 of 7 1/28/2015 11:32 PM Master Note For Oracle Database Upgrades and Migrations (Doc ID 1152016.1) In this Document Purpose Scope Details Ask Questions, Get Help, And Share Your Experiences

More information

ORACLE RAC DBA COURSE CONTENT

ORACLE RAC DBA COURSE CONTENT ORACLE RAC DBA COURSE CONTENT Course Objectives Understand Oracle Clusterware architecture Describe how Grid Plug and Play affects Clusterware Describe Automatic Storage Management (ASM) architecture Perform

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Quick Installation Guide for Oracle Identity Management 11g Release 1 (11.1.1) E10033-01 May 2009 This guide is designed to help you quickly install the most common Oracle Identity

More information

Virtualizing Oracle E-Business Suite Through Oracle VM. Kai Yu Oracle Solutions Engineering Dell Inc.

Virtualizing Oracle E-Business Suite Through Oracle VM. Kai Yu Oracle Solutions Engineering Dell Inc. Virtualizing Oracle E-Business Suite Through Oracle VM Kai Yu Oracle Solutions Engineering Dell Inc. About Author Kai Yu, kai_yu@dell.com 17 years with Oracle Technology: DBA, Apps DBA, Architect Hands-on

More information

Accenture Enkitec Group PATCHING ORACLE MARTIN BACH #DOAGDB17

Accenture Enkitec Group PATCHING ORACLE MARTIN BACH #DOAGDB17 Accenture Enkitec Group PATCHING ORACLE MARTIN BACH #DOAGDB17 ORACLE PATCHING AN OVERVIEW Patching does not need to be scary Knowing what to do and testing should provide enough confidence to rise to the

More information

Oracle Database Appliance

Oracle Database Appliance Oracle Database Appliance Release Notes Release 12.1.2.10.0 for Linux x86-64 E83195-01 February 2017 This document may be updated after the most recent version of the product is released. To check for

More information

Alain Fuhrer Oracle Database Administrator Swiss Mobiliar Insurance

Alain Fuhrer Oracle Database Administrator Swiss Mobiliar Insurance to Oracle Database 12.2 Real World Cases Mike Dietrich Master Product Manager Database s & Migrations Oracle Corporation Alain Fuhrer Oracle Database Administrator Swiss Mobiliar Insurance Presented with

More information

Twist and Turn to Upgrade 11i E-Business Suite from Windows 32-bit to Rel on Linux

Twist and Turn to Upgrade 11i E-Business Suite from Windows 32-bit to Rel on Linux Twist and Turn to Upgrade 11i E-Business Suite from Windows 32-bit to Rel12.2.5 on Linux Session ID: 10650 Prepared by: Heema Satapathy Arun Kumar BIAS Corporation @BIASCorp Apr 26, 2018 Remember to complete

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Installation Planning Guide 11g Release 1 (11.1.1.7.0) B32474-16 June 2013 Oracle Fusion Middleware Installation Planning Guide, 11g Release 1 (11.1.1.7.0) B32474-16 Copyright

More information

EM 12c: Broadest, Most Complete Range of Enterprise Services

EM 12c: Broadest, Most Complete Range of Enterprise Services Enterprise Manager 12c Cloud Taxonomy EM Product Management 1 Copyright 2011, Oracle and/or its affiliates. All rights EM 12c: Broadest, Most Complete Range of Enterprise Services Self-Service Application/

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Planning an Installation of Oracle Fusion Middleware 12c (12.2.1.2) E76887-02 November 2016 Documentation for installers and system administrators that describes how to plan and

More information

Oracle WebLogic Server Management and Operations in Oracle E-Business Suite 12.2

Oracle WebLogic Server Management and Operations in Oracle E-Business Suite 12.2 Oracle WebLogic Server Management and Operations in Oracle E-Business Suite 12.2 Mike Lehmann, VP Product Management Oracle WebLogic Server Tahir Ahmad, Sr. Director Technology Integration Oracle E-Business

More information

Cloning Oracle Applications Environments. Introduction. AutoConfig Components.

Cloning Oracle Applications Environments. Introduction. AutoConfig Components. www.jaggy.com Cloning Oracle Applications Environments Introduction Cloning Oracle Applications 11i instances can be a long and boring task. Either if you are an APPS DBA in a production or development

More information

W H I T E P A P E R : T E C H N I C AL. Symantec High Availability Solution for Oracle Enterprise Manager Grid Control 11g and Cloud Control 12c

W H I T E P A P E R : T E C H N I C AL. Symantec High Availability Solution for Oracle Enterprise Manager Grid Control 11g and Cloud Control 12c W H I T E P A P E R : T E C H N I C AL Symantec High Availability Solution for Oracle Enterprise Manager Grid Control 11g and Cloud Control 12c Table of Contents Symantec s solution for ensuring high availability

More information

Oracle 10g and IPv6 IPv6 Summit 11 December 2003

Oracle 10g and IPv6 IPv6 Summit 11 December 2003 Oracle 10g and IPv6 IPv6 Summit 11 December 2003 Marshal Presser Principal Enterprise Architect Oracle Corporation Agenda Oracle Distributed Computing Role of Networking IPv6 Support Plans Early IPv6 Implementations

More information

<Insert Picture Here> Exadata MAA Best Practices Series Session 12: Exadata Patching & Upgrades

<Insert Picture Here> Exadata MAA Best Practices Series Session 12: Exadata Patching & Upgrades Exadata MAA Best Practices Series Session 12: Exadata Patching & Upgrades Exadata MAA Best Practices Series Session 12: Exadata Patching & Upgrades Doug Utzig

More information

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 E-Business Suite Technology Stack Certification Roadmap Steven Chan Sr. Director, Applications Technology 2 Program Agenda Support Policy Updates Key support concepts Critical dates g Implications for

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

What s Next with Oracle RAC?

What s Next with Oracle RAC? What s Next with Oracle RAC? Sandesh Rao Senior Director, Oracle Real Application Clusters (RAC) Database Development Copyright 2015, Oracle and/or its affiliates. All rights reserved. Oracle RAC 12c Rel.

More information

Enterprise Manager Cloud Control 12c Release1 ( ) Installation Akanksha Sheoran Product Management

Enterprise Manager Cloud Control 12c Release1 ( ) Installation Akanksha Sheoran Product Management Business-DrivenIT Management Enterprise Manager Cloud Control 12c Release1 (12.1.0.1) Installation Akanksha Sheoran Product Management Agenda Enterprise Manager 12.1 Binaries Where to get it from? Verify

More information

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW

Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW Database Services at CERN with Oracle 10g RAC and ASM on Commodity HW UKOUG RAC SIG Meeting London, October 24 th, 2006 Luca Canali, CERN IT CH-1211 LCGenève 23 Outline Oracle at CERN Architecture of CERN

More information

Safe Harbor Statement

Safe Harbor Statement Safe Harbor Statement 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

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Duration: 5 Days What you will learn This Oracle 11g: RAC and Grid Infrastructure

More information

12.1 Multitenancy in real life

12.1 Multitenancy in real life 12.1 Multitenancy in real life 2017 HOUG szakmai nap Jozsef Horvath Budapest, 2017-11-08 Disclaimer This presentation: Does not intend to judge Oracle Multitenancy Does not intent to judge Oracle Corporation

More information

R12 Upgrade Best Practices & Tips to Reduce Downtime

R12 Upgrade Best Practices & Tips to Reduce Downtime R12 Upgrade Best Practices & Tips to Reduce Downtime Ramam Kallakuri Managing Principal Consultant Apps Associates June 09, 2014 Copyright 2014. Apps Associates LLC. 1 Speakers Bio Ramam Kallakuri Managing

More information

Staged APPL_TOP approach - Key to achieve tolerable downtime for Oracle Apps migrations

Staged APPL_TOP approach - Key to achieve tolerable downtime for Oracle Apps migrations Staged APPL_TOP approach - Key to achieve tolerable downtime for Oracle Apps migrations Nikhil Kumar Infosys Technologies Limited Nagarjuna Cherukuri Navo Systems Inc. Learning Objectives As a result of

More information

CO Oracle WebLogic Server 12c. Administration II. Summary. Introduction. Prerequisites. Target Audience. Course Content.

CO Oracle WebLogic Server 12c. Administration II. Summary. Introduction. Prerequisites. Target Audience. Course Content. CO-80153 Oracle WebLogic Server 12c: Administration II Summary Duration 5 Days Audience Administrators, Java EE Developers, Security Administrators, System Administrators, Technical Administrators, Technical

More information

Oracle Support for IBM Linux on System Z Update

Oracle Support for IBM Linux on System Z Update Oracle Support for IBM Linux on System Z Update Insert Picture Here Rhoda Sarmiento-Pereira SIG - Washington DC 2017 1 Safe Harbor Statement The following is intended to outline our general product direction.

More information

Gunes EROL-http://heliosguneserol.wordpress.com/

Gunes EROL-http://heliosguneserol.wordpress.com/ 1 Reference: Upgrading to the Latest OracleAS 10g 10.1.3.x Patch Set in Oracle E-Business Suite Release 12 [ID 454811.1] In This Article; I try to explain upgrade the OracleAS 10g Release 3 (10.1.3) to

More information

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2

Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 Oracle 11g: RAC and Grid Infrastructure Administration Accelerated Release 2 What you will learn This Oracle 11g: RAC and Grid Infrastructure Administration Accelerated training teaches you about the Oracle

More information

GoldenGate Zbigniew Baranowski

GoldenGate Zbigniew Baranowski GoldenGate Zbigniew Baranowski Outline What is GoldenGate? Architecture Performance GoldenGate vs. vs Streams Monitoring Summary What is GoldenGate? Real-time data integration solutions Continuous data

More information

SAP Bundle Patches - Patch Management with Oracle 12c Subtitle

SAP Bundle Patches - Patch Management with Oracle 12c Subtitle SAP Bundle Patches - Patch Management with Oracle 12c Subtitle Tanja Albrecht Senior Principal Advanced Support Engineer SAP Expertise Center February 17, 2016 Safe Harbor Statement The following is intended

More information

<Insert Picture Here> Maximum Availability Architecture (MAA) Best Practices: Online Patching and Rolling Upgrades with Oracle Database

<Insert Picture Here> Maximum Availability Architecture (MAA) Best Practices: Online Patching and Rolling Upgrades with Oracle Database 2007 Oracle 1 2007 Oracle 2 Maximum Availability Architecture (MAA) Best Practices: Online Patching and Rolling Upgrades with Oracle Database Ray Dutcher, Maximum Availability Architecture,

More information

Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition. Eugene Gonzalez Support Enablement Manager, Informatica

Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition. Eugene Gonzalez Support Enablement Manager, Informatica Informatica Developer Tips for Troubleshooting Common Issues PowerCenter 8 Standard Edition Eugene Gonzalez Support Enablement Manager, Informatica 1 Agenda Troubleshooting PowerCenter issues require a

More information

Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1

Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1 Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Clusterware & ASM Admin Accelerated Ed 1 Duration: 5 Days What you will learn Oracle Database 12c: Clusterware & ASM Admin Accelerated

More information

Diplomado Certificación

Diplomado Certificación Diplomado Certificación Duración: 250 horas. Horario: Sabatino de 8:00 a 15:00 horas. Incluye: 1. Curso presencial de 250 horas. 2.- Material oficial de Oracle University (e-kit s) de los siguientes cursos:

More information

Expert Oracle GoldenGate

Expert Oracle GoldenGate Expert Oracle GoldenGate Ben Prusinski Steve Phillips Richard Chung Apress* Contents About the Authors About the Technical Reviewer Acknowledgments xvii xviii xix Chapter 1: Introduction...1 Distributed

More information

Upgrade Oracle Applications from to R12.1.1

Upgrade Oracle Applications from to R12.1.1 Upgrade Oracle Applications from 11.5.10.2 to R12.1.1 System Overview Version 11.5.10.2 Oracle Applications Vision Instance OS: Redhat Linux 4 update 5 Type: Single Node instance Applications OS User 11i

More information

Oracle WebLogic Server 11g: Administration Essentials

Oracle WebLogic Server 11g: Administration Essentials Oracle University Contact Us: +33 (0) 1 57 60 20 81 Oracle WebLogic Server 11g: Administration Essentials Duration: 5 Days What you will learn This Oracle WebLogic Server 11g: Administration Essentials

More information

Oracle Database 12c: Clusterware & RAC Admin Accelerated Ed 1

Oracle Database 12c: Clusterware & RAC Admin Accelerated Ed 1 Oracle University Contact Us: 001-855-844-3881 Oracle Database 12c: Clusterware & RAC Admin Accelerated Ed 1 Duration: 5 Days What you will learn This Oracle Database 12c: Clusterware & RAC Admin Accelerated

More information

Enterprise Manager: Scalable Oracle Management

Enterprise Manager: Scalable Oracle Management Session id:xxxxx Enterprise Manager: Scalable Oracle John Kennedy System Products, Server Technologies, Oracle Corporation Enterprise Manager 10G Database Oracle World 2003 Agenda Enterprise Manager 10G

More information

Experiences with OracleVM 3.3

Experiences with OracleVM 3.3 Experiences with OracleVM 3.3 Hans Forbrich Oracle ACE Director Forbrich Consulting Ltd Based in Alberta, Canada Why I use Oracle VM Oracle shop Oracle product licensing Hard Partitioning Fixed servers

More information

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips

Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips Virtualizing Oracle 11g/R2 RAC Database on Oracle VM: Methods/Tips IOUG Collaborate 12, Virtualization Boot Camp Session #328, Monday April 23 rd, 3:45-4:45pm Kai Yu Oracle Solutions Engineering Lab Dell

More information

Welcome to the Oracle Enterprise Manager Technical Webcast Series

Welcome to the Oracle Enterprise Manager Technical Webcast Series Welcome to the Oracle Enterprise Manager Technical Webcast Series Please ensure that you are connected to the audio portion of this event which is available by dialing: Dial-in US/Canada : ( 888 ) 794-4691

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager Agent Release Notes for Windows 10g Release 2 (10.2) B25968-01 January 2006 These Release Notes identify differences between the delivered Oracle Enterprise Manager Management

More information

MAA SOA EDG 12c. FMW MAA Team. Copyright 2016, Oracle and/or its affiliates. All rights reserved.

MAA SOA EDG 12c. FMW MAA Team. Copyright 2016, Oracle and/or its affiliates. All rights reserved. MAA SOA EDG 12c FMW MAA Team Copyright 2016, Oracle and/or its affiliates. All rights reserved. SUMMARY Enterprise Deployment Guide Overview SOA Enterprise Deployment Guide New in SOA EDG 12c PS3 High

More information

1Z Oracle Application Grid 11g Essentials Exam Summary Syllabus Questions

1Z Oracle Application Grid 11g Essentials Exam Summary Syllabus Questions 1Z0-523 Oracle Application Grid 11g Essentials Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-523 Exam on Oracle Application Grid 11g Essentials... 2 Oracle 1Z0-523 Certification

More information

Oracle Hyperion Enterprise Performance Management System Security Administration Guide

Oracle Hyperion Enterprise Performance Management System Security Administration Guide Oracle Hyperion Enterprise Performance Management System Security Administration Guide 11.1.1.3 See the Oracle Essbase Studio New Features Guide. For new features Oracle Enterprise Performance Management

More information

Oracle Application Server 10g Forms Reports

Oracle Application Server 10g Forms Reports Oracle Application Server 10g Forms Reports Services Installation Guide Linux Asian languages are not supported on the SUSE10 and SUSE11 Linux operating systems. 2.1.3 Oracle SOA Suite and Oracle Application

More information

<Insert Picture Here> Oracle MAA und RAC Best Practices und Engineered Systems

<Insert Picture Here> Oracle MAA und RAC Best Practices und Engineered Systems Oracle MAA und RAC Best Practices und Engineered Systems Jörg Eggelsmann joerg.eggelsmann@oracle.com Leitender Systemberater 0177 5943 142 STCC Nord DB Agenda Maximum Availability

More information

Maximum Availability Architecture. Oracle Best Practices for High Availability

Maximum Availability Architecture. Oracle Best Practices for High Availability Best Practices for Optimizing Availability During Planned Maintenance Using Oracle Clusterware and Oracle Real Application Clusters Oracle Maximum Availability Architecture White Paper September 2007 Maximum

More information

Author A.Kishore Upgrade Oracle Applications from to R12

Author A.Kishore  Upgrade Oracle Applications from to R12 Upgrade Oracle Applications from 11.5.10.2 to R12 System Overview Version 11.5.10.2 Oracle Applications Vision Instance OS: Redhat Linux update 5 Type: Single Node instance Applications OS User: applmgrupd

More information

Table of Contents HOL-PRT-1463

Table of Contents HOL-PRT-1463 Table of Contents Lab Overview - - vcenter Operations Manager Management Pack for Oracle Enterprise Manager... 2 Lab Guidance... 3 Module 1 - Oracle Enterprise Manager Management Pack Introduction (15

More information

Solution-in-a-box: Deploying Oracle FLEXCUBE v12.1 on Oracle Database Appliance Virtualized Platform ORACLE WHITE PAPER JULY 2016

Solution-in-a-box: Deploying Oracle FLEXCUBE v12.1 on Oracle Database Appliance Virtualized Platform ORACLE WHITE PAPER JULY 2016 Solution-in-a-box: Deploying Oracle FLEXCUBE v12.1 on Oracle Database Appliance Virtualized Platform ORACLE WHITE PAPER JULY 2016 Table of Contents Executive Overview 2 Scope 2 Introduction 3 The Benefits

More information

Don t get it right, just get it written.

Don t get it right, just get it written. Just Get it Written: Deploying Applications to WebLogic Server Using JDeveloper and WLS Console Peter Koletzke Technical Director & Principal Instructor (coauthored by Duncan Mills, Oracle) Moral Don t

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Upgrade Planning Guide 11g Release 1 (11.1.1.7.0) E10125-09 February 2013 Oracle Fusion Middleware Upgrade Planning Guide, 11g Release 1 (11.1.1.7.0) E10125-09 Copyright 2009,

More information

<Insert Picture Here> Reduce Problem Resolution Time with Oracle Database 11g Diagnostic Framework

<Insert Picture Here> Reduce Problem Resolution Time with Oracle Database 11g Diagnostic Framework 1 Reduce Problem Resolution Time with Oracle Database 11g Diagnostic Framework Marcus Fallen Principal Member of Technical Staff The following is intended to outline our general product

More information

What you will learn. interface clients. Learn To:

What you will learn. interface clients. Learn To: Oracle Uni Contact Us: 08 Oracle 11g: RAC and Grid Infrastructure Admin Durat5 Da What you will learn This Oracle 11g: RAC and Grid Infrastructure Administr Oracle Grid Infrastructure products, including

More information

Sql 2005 User's Guide Oracle 11g Release 2

Sql 2005 User's Guide Oracle 11g Release 2 Sql 2005 User's Guide Oracle 11g Release 2 Installer And Opatch Oracle Database Installation Guide 11g Release 2 (11.2) for Microsoft Windows. E47798-04. Copyright U.S. GOVERNMENT END USERS: Oracle programs,

More information

The Challenges of Oracle Cloning. Safa Alak Consulting System Engineer

The Challenges of Oracle Cloning. Safa Alak Consulting System Engineer The Challenges of Oracle Cloning Safa Alak Consulting System Engineer safa@netapp.com Agenda Challenges Traditional Approach for Cloning The command Line Way Using RMAN 10G R2 Transportable Database Option

More information

Modernize Your Backup and DR Using Actifio in AWS

Modernize Your Backup and DR Using Actifio in AWS FOR AWS Modernize Your Backup and DR Using Actifio in AWS 150105H FOR AWS Modernize Your Backup and DR Using Actifio in AWS What is Actifio? Actifio virtualizes the data that s the lifeblood of business.

More information