SlideShare una empresa de Scribd logo
1 de 16
Descargar para leer sin conexión
Life Cycle Management
for Oracle Data Integrator 11 & 12
Increase productivity
At lower cost
For all stakeholders
Stop wasting your time doing things maually by automating every step in your project’s Life Cycle
Get a 30% return on investment guaranteed and save 15% on development costs
Developers, Project Managers and Test Engineers are
all part of the development process
RedBridge
2 Application Lifecycle Management for Oracle Data Integrator
Table of contents
Life Cycle Management Components...............................................................................................5
ODI Studio....................................................................................................................................5
VCR4ODI.......................................................................................................................................5
Subversion...................................................................................................................................5
IKAN ALM .....................................................................................................................................5
Workflow Organization......................................................................................................................6
VCR4ODI..............................................................................................................................................6
The RESTORE operation .............................................................................................................7
The VERSION (commit) operation..............................................................................................8
IKAN ALM ............................................................................................................................................9
IKAN ALM setup...........................................................................................................................9
Step 1: Defining the Versioning Strategy ...................................................................................9
Step 2: Specifying the Life Cycle of Your Product....................................................................10
Step 3: Setting up the Build and Deploy Environments..........................................................11
Step 4: Using Phases and Phase Parameters ..........................................................................11
Step 5: Specifying Environment Parameters...........................................................................13
IKAN ALM Level Requests .........................................................................................................13
Conclusion........................................................................................................................................15
For more information ......................................................................................................................15
3Application Lifecycle Management for Oracle Data Integrator
Management
summary
Oracle Data Integrator (ODI) is part of the
Oracle Data Integration Suite. It is used for
high-performance data movement and
transformation, and uses an Extract, Load
and Transform (ELT) architecture.
This architecture is organized around a
modular repository, which is accessed in
client-server mode by components such as
ODI Studio and execution Agents.
One of the key challenges for ODI custom-
ers is to handle the end-to-end Life Cycle for
Oracle Data Integrator.
The current recommended process is com-
plex, labor-intensive and requires manual
intervention. As a consequence, it is expen-
sive and it adds a risk of human mistakes
because of its complexity.
RedBridge So�ware provides an automated Life Cycle Management
solution, combining ODI, Subversion and IKAN ALM.
Our LCM solution deals with the above mentioned
issues and contributes to the business’s bot-
tom-line by deploying high-quality applications
more frequently and without errors.
The solution takes into account the tools cur-
rently being used, the chosen development and
deploy processes and the different stakeholders.
It is a common misconception that only develop-
ers would profit from Life Cycle Management.
As shown in the table on the next page, all stake-
holders will benefit from the implementation of
Life Cycle Management. It will also make your
organization ready for the implementation of
DevOps.
4 Application Lifecycle Management for Oracle Data Integrator
In this white paper, we will explain how RedBridge So�ware’s solution ensures end-to-end Life Cycle Management for
Oracle Data Integrator.
Life Cycle Management Components
A true Life Cycle Management solution serves the process following the end-to-end principle and takes into account
all stakeholders, from development to operations. RedBridge So�ware’s LCM solution uses the following components:
ODI Studio
The heart of the solution is the ODI so�ware. Our solu-
tion does not impact the current way of developing.
Developers will continue to use ODI Studio for their
development.
When the development is finished, VCR4ODI will be
used to commit the work done to the Version Control
Repository.
VCR4ODI
To enable the interaction between the ODI Repositories
and Subversion, we add an extra component, i.e., the
VCR4ODI connector.
That component will be used to commit ODI objects to
the VCR and, vice versa, to restore objects from the VCR
into ODI.
Subversion
Subversion will be used as Version Control Repository.
Cost saving by higher efficiency
Repeatable and
controllable process
Faster and shorter release cycle
Only high-quality production code.
Prevent costly re-runs.
Feedback on code quality
Find weak spots
Easy fix mistakes
Get early feedback on
committed code
Prevent errors from going
into test or production
Continuous integration
Keep track of all code changes
Traceable development status
Safe storage of all legacy data
Only use accurate versions
Easily revert to a prior version
in case of a failure
Cost efficient development
Full insight in the
development statusVersioning control
Automated build process
No loss of valuable development
time by trying to build manually
Separation of duties
Unlimited builds
Quicker results
Rapid feedback
All builds are done correctly
according to upfront agreed
procedures.
Super cost saver
Approval management
Improve communication
between all members
of the project team
Control the evolution in the
different stages of the life cycle
Build in audit moments
Deployment to the production
servers by authorized
members only
Full traceability of development
and production status
Full accountability for
made decisions.
Automated deploy process
Guarantee that production will
receive the code as intended
Speed up the process and help
reduce errors by automating
manual activities
No manual intervention
reduces risk
Increase the possible release
cycle frequency and improve
productivity.
Rollback process
Defects can be fixed quicker
Always possible to revert to
the latest good release
Eliminate the risk of
service outrage
Quickly resolve errors in
production, and, consequently,
prevent costly production outfall
Development IT Management Production Management/Audit
5Application Lifecycle Management for Oracle Data Integrator
IKAN ALM
Next, we add IKAN’s Life Cycle Management Solution,
which will give you the possibility to define your Life
Cycles.
An IKAN ALM life cycle links to a version control repos-
itory Trunk (head) for continuous development and to
a Branch for the releases. For each Life Cycle, you can
define one or more logical Build, Test and Production
levels. Within those logical levels, you can define one or
more physical environments.
To do the actual Build and Deploy work, IKAN ALM uses
the Phases concept. An IKAN ALM phase is a pre-defined,
parameter-driven, packaged reusable script.
Specifically for ODI, we have, for example, phases that
allow you to create an ODI repository and to deploy ODI
files to an ODI repository.
You can use those pre-defined phases, but you can also
customize existing phases to fit your needs, e.g., for the
Deploy you could add a phase for database changes.
On top of that, IKAN ALM allows you to integrate with
other Life Cycle Management components such as
requirements and issue tracking systems.
VCR Connector
LCM for Oracle
VCR4ODI
REL_0.1
Project source
VCR
Development
Testing
Acceptance
Production
D
T
A
P
REL_0.1
Project source
ODI - Studio
REL_0.1
Project build
REL_0.1
Project build
REL_0.1
Project build
ODI - Build Server
ODI - Test Server
ODI - Production Server
Commit
General overview of a standard life cycle process
6 Application Lifecycle Management for Oracle Data Integrator
Workflow Organization
When developing so�ware, developers usually work in a team. This means that you can have parallel development and
that you need to reconcile all development efforts at a certain point in time. You also need to manage your releases.
That is where versioning, or a Version Control Repository, comes into play.
Itis importanttounderstandthattherearemanywaystoorganizethedevelopmentprocessandtheusage ofSubversion.
In this white paper we will use a generally accepted way of working: for the ongoing development we will use a mainline
(called trunk in Subversion) and for each release we will create a separate branch. Possible emergency or hot fixes will
be done on the impacted release or branch and will be merged by development to the Subversion mainline or trunk.
Simply said, the following steps need to be followed:
• Develop your ELT-programs using ODI Studio
• Use the VCR4ODI connector to check out commit your ELT-programs to Subversion
• Use IKAN ALM for the, possibly approval-based, Build process, and to execute the Deploy to Test and Production
environments
How the development is done in ODI should be clear to you. In the next sections, we will explain in more detail how
VCR4ODI and IKAN ALM work.
VCR4ODI
VCR4ODI is a component that connects the ODI repository
with Subversion. On the one hand it provides a view on
your ODI Repository and on the other hand a view on the
Subversion repository.
The VCR4ODI connector allows to
• work at the individual object level so that you do not
need to commit or restore a whole project,
• lock objects to prevent others from working on the
same objects you are working on,
• restore objects from a previous version.
On top of that, VCR4ODI will calculate all the dependencies
between objects, and will automatically create a new ver-
sion for Projects, Models, Scenarios and the global objects
that are used.
When you start up VCR4ODI, you first need to provide
the correct properties to connect to the required ODI
Repository and to the Subversion trunk or branch.
Providing the properties
7Application Lifecycle Management for Oracle Data Integrator
Once the connection is established, there are two possible actions:
• VERSION (commit) modified ODI objects from the selected ODI Repository into the Subversion Head (trunk)
or Revision.
• RESTORE objects from Subversion into the selected ODI repository.
The RESTORE operation
You can restore objects from the head or from a specific revision. Additionally, you can choose to execute a (full) restore
or a simple restore.
A (full) Restore will restore the
selected object(s) and all logically
related objects.
A Simple Restore will only restore the
selected object. This option is used if
you want to make a quick and small
change for which you do not need all
related objects.
When the restore is completed, the
selected objects are locked to prevent
concurrent updates.
The selected objects are locked to prevent
concurrent updates.
Full or Simple restore
8 Application Lifecycle Management for Oracle Data Integrator
The VERSION (commit) operation
On the VERSION tab page, you can select the objects you want to commit. The VCR4ODI connector applies the following
intelligence:
• Objects that are logically connected to a selected object will also be taken into account.
• Only content changes will be considered. For example: If you only make changes to the layout on the diagram view
in ODI, this will not be seen as a modification that needs to be committed.
When you commit, VCR4ODI will display the list of all objects that will be committed, indicating their change status:
unchanged, added or changed.
Here also, VCR4ODI locks the objects
in order to prevent others from work-
ing on those objects when the commit
is running.
Before confirming to execute the
commit operation, you can enter the
requirement or issue numbers that
have been solved with this commit.
Note that this comment will be picked
up by IKAN ALM to automatically
create a link with the Issue Tracking
System.
Entering the requirements or issue number
and comment
9Application Lifecycle Management for Oracle Data Integrator
IKAN ALM
Once the developers have committed their code into Subversion, IKAN ALM comes into play. The main objective of IKAN
ALM is to help your organization to automate the ODI Life Cycle steps. By automating those steps you will make the pro-
cess transparent, repeatable and documented. This will help you to master the related costs and risks and to enhance
the quality, and it will contribute to the business by allowing for more frequent, bug-free, releases.
IKAN ALM provides the following web-based services:
• possibility to define a life cycle per project,
• define build and deploy processes,
• make build and deploy processes approval-based,
• update issue tracking systems,
• notify users regarding executed IKAN ALM requests.
IKAN ALM setup
There are several important steps in setting up a Project in IKAN ALM:
1. Defining the versioning strategy
2. Specifying the Life Cycle of your application
3. Setting up the Build and Deploy Environments
4. Using Phases and Phase Parameters
5. Specifying Environment Parameters
Step 1: Defining the Versioning Strategy
It is important to first define your versioning strategy.
A general accepted way is to use the Trunk (called Head in IKAN ALM) for ongoing development and to create a Branch
for each Release. When fixes or enhancements are needed for Releases already in production, they can be done on that
Branch and the related Life Cycle can be used for further deployment. When final, the changes at Release level must be
merged at Trunk or Head level.
Throughout the remainder of this section, we will use the following sample versioning strategy:
Trunk
Branch REL 2.1
Branch REL 2.2
Bug fixes
Bug fixes
VCR
10 Application Lifecycle Management for Oracle Data Integrator
Step 2: Specifying the Life Cycle of Your Product
It is the responsibility of the customer to define the Life Cycle of his product, i.e., how he wants to work. A classic exam-
ple is DTAP: Development, Test , Acceptance (User Acceptance testing) and Production.
The screenshot below shows the two life cycles defined for our sample project: one for ongoing development (BASE)
and one for releases. This set-up is consistent with the defined versioning strategy, i.e., Trunk (BASE) for ongoing devel-
opment and Branches for Releases.
Each Life Cycle comes with several levels. A Level is a logical environment, i.e., a step in the Life-Cycle. The Level itself
consists of one (or more) Build and/or Deploy Environment(s) which are physical environments.
There are three Level Types:
• Build Level must have at least one Build Environment
• Test Level must have at least one Build or Deploy Environment. A typical Test Level may have one or more Build
Environments for Rebuilds and one or more Deploy Environments for Deployment and Testing
• Production Level must have at least one Build or Deploy Environment. A typical Production Level has one or more
Deploy Environments.
Trunk and Branches life cycles
11Application Lifecycle Management for Oracle Data Integrator
Step 3: Setting up the Build and Deploy Environments
Next, you need to define your Build and Deploy environments. Basically, you have to specify the Machine, the Build/
Deploy Tool and the Build/Deploy script you will use, and the Source and Target Locations.
Step 4: Using Phases and Phase Parameters
Phases are pre-defined, parameter-driven, packaged reusable scripts.
IKAN ALM provides basic CORE Phases, but you can also create your own Phases to customize the workflow of your
projects, e.g., to upload your scripts, to define specific Parameters. Phases can be shared between different Projects
and also between different IKAN ALM installations.
The benefits of creating a Phase to perform a task instead of running one large monolithic script are:
✓ Reusability
✓ Improved logging: by using many small Phases, the workflow is split up into smaller fractions which facilitates the
understanding and monitoring of the workflow.
✓ Versioning: A Phase is identified by a unique name/version combination. When the scripts inside a Phase change,
the version number will change as well.
✓ Maintainability: by using many small, limited-purpose Phases, the scripts being used tend to be smaller and easier
to maintain.
✓ Improved management of parameters
More information on the IKAN ALM Phases concept can be found in the whitepaper "Using and Developing Custom
Phases" at http://www.ikanalm.com/infocenter/whitepapers.html
Example of a Build environment
12 Application Lifecycle Management for Oracle Data Integrator
In our example, a series of Parameters have been defined for the Oracle ODI Files Deployment Phase.
Example of Deploy Environment Phases
Deploy Phase parameters
13Application Lifecycle Management for Oracle Data Integrator
Step 5: Specifying Environment Parameters
For each environment, you can also define Environment Parameters. In our example, a Parameter specifying the ODI
Home variable has been defined for the Deploy Environment.
IKAN ALM Level Requests
Once the IKAN ALM setup is finished, you can start working. The different IKAN ALM activities are called level Requests.
A Level Request can be initiated via the command line interface (CLI) or via the web interface. For the examples in this
white paper we will use the web interface. A customizable Desktop displays the Project Streams you are working on. In
our example, we have the ongoing development (BASE) and two Releases.
Environment parameters overview
Desktop displaying the Level Requests
14 Application Lifecycle Management for Oracle Data Integrator
A�er having selected the appropriate Level Request action button, the Level Request will be executed and you are for-
warded to the Level Request Detail screen which displays the actual status and other relevant information concerning
the current Level Request.
This screen is a starting point for consulting even more detailed information using the links and tab pages provided.
For more detailed information, we refer to the IKAN ALM User Guide which you can find at http://www.ikanalm.com/
infocenter/documentation.html
Level Requests detailed overview
15Application Lifecycle Management for Oracle Data Integrator
Conclusion
RedBridge So�ware’s Life Cycle Management solution adds value to ODI by combining ODI, Subversion, VCR4ODI and
IKAN ALM. It provides the missing link to achieve real, automated, Life Cycle Management for ODI.
The main benefits of our solution are:
✓ Proper storage and versioning of all so�ware objects
✓ Cost reduction in both development, testing and deployment
✓ Tasks are automated and repeatable
✓ Reduced risk by automated, repeatable build and deploy processes
✓ Improved application quality
✓ Faster time-to-market
✓ Less resources and time needed for build and deploy to test and production
✓ Better communication between stakeholders
✓ Better visibility over the whole process
✓ Well defined and automated development and deploy process
On the RedBridge So�ware website you can also find a white paper on Life Cycle Management and a tool to calculate
the expected Return on Investment when implementing our LCM for ODI Solution.
For more information
To know more, visit http://www.redbridgeso�ware.com
Contact RedBridge So�ware: info@redbridgeso�ware.com
RedBridge So�ware
Schaliënhoevedreef 20 A
2800 Mechelen
Tel. +32 (0)15 44 50 44
info@redbridgeso�ware.com
www.redbridgeso�ware.com
© Copyright 2014 RedBridge So�ware BVBA.
The RedBridge So�ware and RedBridge logos and names and all other RedBridge product or service names are trademarks of RedBridge So�ware
BVBA. All other trademarks are property of their respective owners. No part of this document may be reproduced or transmitted in any form or by
any means, electronically or mechanically, for any purpose, without the express written permission of RedBridge So�ware BVBA.
RedBridge
Minerva SoftCare GmbH
Unterer Dammweg 12
76149 Karlsruhe
Tel. +49 721 781 77 01
info@minerva-softcare.de
www.minerva-softcare.de

Más contenido relacionado

La actualidad más candente

Code campiasi scm-project-gabriel-cristescu-ditech
Code campiasi scm-project-gabriel-cristescu-ditechCode campiasi scm-project-gabriel-cristescu-ditech
Code campiasi scm-project-gabriel-cristescu-ditechCodecamp Romania
 
Project Management With Scrum
Project Management With ScrumProject Management With Scrum
Project Management With ScrumTommy Norman
 
Incorporating Performance Testing in Agile Development Process
Incorporating Performance Testing in Agile Development ProcessIncorporating Performance Testing in Agile Development Process
Incorporating Performance Testing in Agile Development ProcessMichael Vax
 
Agile Release Management Best Practices
Agile Release Management Best PracticesAgile Release Management Best Practices
Agile Release Management Best PracticesAnmol Oberoi
 
Making the business case for DevOps
Making the business case for DevOpsMaking the business case for DevOps
Making the business case for DevOpsMartin Croker
 
Load and Performance tests in agile scrum framework SGI 2013
Load and Performance tests in agile scrum framework SGI 2013Load and Performance tests in agile scrum framework SGI 2013
Load and Performance tests in agile scrum framework SGI 2013Subrahmaniam S.R.V
 
Agile Methodology PPT
Agile Methodology PPTAgile Methodology PPT
Agile Methodology PPTMohit Kumar
 
Agile Gurugram 2016 | Conference | Implementing agile in non-agile environmen...
Agile Gurugram 2016 | Conference | Implementing agile in non-agile environmen...Agile Gurugram 2016 | Conference | Implementing agile in non-agile environmen...
Agile Gurugram 2016 | Conference | Implementing agile in non-agile environmen...AgileNetwork
 
DevOps - From Agile Dev to Agile Ops for Continuous Delivery
DevOps - From Agile Dev to Agile Ops for Continuous DeliveryDevOps - From Agile Dev to Agile Ops for Continuous Delivery
DevOps - From Agile Dev to Agile Ops for Continuous DeliveryKalyan Kumar
 
Dev ops culture and practices
Dev ops culture  and  practicesDev ops culture  and  practices
Dev ops culture and practicesAnkaraCloud
 
DevOps and Build Automation
DevOps and Build AutomationDevOps and Build Automation
DevOps and Build AutomationHeiswayi Nrird
 
Scrum Portugal Meeting 1 Lisbon - ALM
Scrum Portugal Meeting 1 Lisbon - ALMScrum Portugal Meeting 1 Lisbon - ALM
Scrum Portugal Meeting 1 Lisbon - ALMMarco Silva
 
The best testing of agile model
The best testing of agile modelThe best testing of agile model
The best testing of agile modelSanthaseelP
 
Automated Deployment in Support of Continuous Integration to Transform SDLC
Automated Deployment in Support of Continuous Integration to Transform SDLCAutomated Deployment in Support of Continuous Integration to Transform SDLC
Automated Deployment in Support of Continuous Integration to Transform SDLCDerek Chang
 
The Evolution from Agile to DevOps
The Evolution from Agile to DevOpsThe Evolution from Agile to DevOps
The Evolution from Agile to DevOpsXMPlify Tech
 
Dev Up 2016 - Database Lifecycle Management with Redgate
Dev Up 2016 - Database Lifecycle Management with RedgateDev Up 2016 - Database Lifecycle Management with Redgate
Dev Up 2016 - Database Lifecycle Management with RedgateOakwood Systems Group
 
Working Agile with Scrum and TFS 2013
Working Agile with Scrum and TFS 2013Working Agile with Scrum and TFS 2013
Working Agile with Scrum and TFS 2013Moataz Nabil
 

La actualidad más candente (20)

Code campiasi scm-project-gabriel-cristescu-ditech
Code campiasi scm-project-gabriel-cristescu-ditechCode campiasi scm-project-gabriel-cristescu-ditech
Code campiasi scm-project-gabriel-cristescu-ditech
 
Project Management With Scrum
Project Management With ScrumProject Management With Scrum
Project Management With Scrum
 
Incorporating Performance Testing in Agile Development Process
Incorporating Performance Testing in Agile Development ProcessIncorporating Performance Testing in Agile Development Process
Incorporating Performance Testing in Agile Development Process
 
Agile Release Management Best Practices
Agile Release Management Best PracticesAgile Release Management Best Practices
Agile Release Management Best Practices
 
Making the business case for DevOps
Making the business case for DevOpsMaking the business case for DevOps
Making the business case for DevOps
 
Load and Performance tests in agile scrum framework SGI 2013
Load and Performance tests in agile scrum framework SGI 2013Load and Performance tests in agile scrum framework SGI 2013
Load and Performance tests in agile scrum framework SGI 2013
 
Cen6070 chapter2
Cen6070 chapter2Cen6070 chapter2
Cen6070 chapter2
 
Agile Methodology PPT
Agile Methodology PPTAgile Methodology PPT
Agile Methodology PPT
 
PDCA Problem Solving Technique & Tools
PDCA Problem Solving Technique & ToolsPDCA Problem Solving Technique & Tools
PDCA Problem Solving Technique & Tools
 
Agile Gurugram 2016 | Conference | Implementing agile in non-agile environmen...
Agile Gurugram 2016 | Conference | Implementing agile in non-agile environmen...Agile Gurugram 2016 | Conference | Implementing agile in non-agile environmen...
Agile Gurugram 2016 | Conference | Implementing agile in non-agile environmen...
 
DevOps - From Agile Dev to Agile Ops for Continuous Delivery
DevOps - From Agile Dev to Agile Ops for Continuous DeliveryDevOps - From Agile Dev to Agile Ops for Continuous Delivery
DevOps - From Agile Dev to Agile Ops for Continuous Delivery
 
Dev ops culture and practices
Dev ops culture  and  practicesDev ops culture  and  practices
Dev ops culture and practices
 
DevOps and Build Automation
DevOps and Build AutomationDevOps and Build Automation
DevOps and Build Automation
 
Scrum Portugal Meeting 1 Lisbon - ALM
Scrum Portugal Meeting 1 Lisbon - ALMScrum Portugal Meeting 1 Lisbon - ALM
Scrum Portugal Meeting 1 Lisbon - ALM
 
The best testing of agile model
The best testing of agile modelThe best testing of agile model
The best testing of agile model
 
Automated Deployment in Support of Continuous Integration to Transform SDLC
Automated Deployment in Support of Continuous Integration to Transform SDLCAutomated Deployment in Support of Continuous Integration to Transform SDLC
Automated Deployment in Support of Continuous Integration to Transform SDLC
 
The Evolution from Agile to DevOps
The Evolution from Agile to DevOpsThe Evolution from Agile to DevOps
The Evolution from Agile to DevOps
 
Dev Up 2016 - Database Lifecycle Management with Redgate
Dev Up 2016 - Database Lifecycle Management with RedgateDev Up 2016 - Database Lifecycle Management with Redgate
Dev Up 2016 - Database Lifecycle Management with Redgate
 
Working Agile with Scrum and TFS 2013
Working Agile with Scrum and TFS 2013Working Agile with Scrum and TFS 2013
Working Agile with Scrum and TFS 2013
 
[Brochure] HPE ALM Octane
[Brochure] HPE ALM Octane[Brochure] HPE ALM Octane
[Brochure] HPE ALM Octane
 

Destacado

Life Cycle Management for Oracle Data Integrator
Life Cycle Management for Oracle Data IntegratorLife Cycle Management for Oracle Data Integrator
Life Cycle Management for Oracle Data IntegratorRené DE VLEESCHAUWER
 
การศึกษากระบวนการผลิตและการยอมรับของไอศกรีมอินทผาลัม
การศึกษากระบวนการผลิตและการยอมรับของไอศกรีมอินทผาลัมการศึกษากระบวนการผลิตและการยอมรับของไอศกรีมอินทผาลัม
การศึกษากระบวนการผลิตและการยอมรับของไอศกรีมอินทผาลัมรอมลี เจะดอเลาะ
 
Adults, Computers and Problem Solving: What's the Problem?
Adults, Computers and Problem Solving: What's the Problem?Adults, Computers and Problem Solving: What's the Problem?
Adults, Computers and Problem Solving: What's the Problem?Ji-Eun Chung
 
Projet de reconversion du couvent sainte marie-des-anges en résidentiel
Projet de reconversion du couvent sainte marie-des-anges en résidentielProjet de reconversion du couvent sainte marie-des-anges en résidentiel
Projet de reconversion du couvent sainte marie-des-anges en résidentielYves Doyon
 
16-11-2012 El Gobernador Guillermo Padrés puso en marcha la primera planta pr...
16-11-2012 El Gobernador Guillermo Padrés puso en marcha la primera planta pr...16-11-2012 El Gobernador Guillermo Padrés puso en marcha la primera planta pr...
16-11-2012 El Gobernador Guillermo Padrés puso en marcha la primera planta pr...Guillermo Padrés Elías
 
Certificate: Electronic Records Management
Certificate: Electronic Records ManagementCertificate: Electronic Records Management
Certificate: Electronic Records ManagementEmerson Bryan
 
практичні поради
практичні порадипрактичні поради
практичні порадиLibrary Franko
 

Destacado (9)

Life Cycle Management for Oracle Data Integrator
Life Cycle Management for Oracle Data IntegratorLife Cycle Management for Oracle Data Integrator
Life Cycle Management for Oracle Data Integrator
 
การศึกษากระบวนการผลิตและการยอมรับของไอศกรีมอินทผาลัม
การศึกษากระบวนการผลิตและการยอมรับของไอศกรีมอินทผาลัมการศึกษากระบวนการผลิตและการยอมรับของไอศกรีมอินทผาลัม
การศึกษากระบวนการผลิตและการยอมรับของไอศกรีมอินทผาลัม
 
Adults, Computers and Problem Solving: What's the Problem?
Adults, Computers and Problem Solving: What's the Problem?Adults, Computers and Problem Solving: What's the Problem?
Adults, Computers and Problem Solving: What's the Problem?
 
Eléments de comparaison de bibliothèques dans les périphéries urbaines (Argen...
Eléments de comparaison de bibliothèques dans les périphéries urbaines (Argen...Eléments de comparaison de bibliothèques dans les périphéries urbaines (Argen...
Eléments de comparaison de bibliothèques dans les périphéries urbaines (Argen...
 
Projet de reconversion du couvent sainte marie-des-anges en résidentiel
Projet de reconversion du couvent sainte marie-des-anges en résidentielProjet de reconversion du couvent sainte marie-des-anges en résidentiel
Projet de reconversion du couvent sainte marie-des-anges en résidentiel
 
16-11-2012 El Gobernador Guillermo Padrés puso en marcha la primera planta pr...
16-11-2012 El Gobernador Guillermo Padrés puso en marcha la primera planta pr...16-11-2012 El Gobernador Guillermo Padrés puso en marcha la primera planta pr...
16-11-2012 El Gobernador Guillermo Padrés puso en marcha la primera planta pr...
 
Company profile
Company profileCompany profile
Company profile
 
Certificate: Electronic Records Management
Certificate: Electronic Records ManagementCertificate: Electronic Records Management
Certificate: Electronic Records Management
 
практичні поради
практичні порадипрактичні поради
практичні поради
 

Similar a Whitepaper life cycle-management-for-odi

Life cycle-management-for-oracle-data-integrator-(odi)
Life cycle-management-for-oracle-data-integrator-(odi)Life cycle-management-for-oracle-data-integrator-(odi)
Life cycle-management-for-oracle-data-integrator-(odi)Database & Technology s.r.l.
 
Session on evaluation of DevSecOps
Session on evaluation of DevSecOpsSession on evaluation of DevSecOps
Session on evaluation of DevSecOpsAbdullah al Mamun
 
Software Testing - Online Guide
Software Testing - Online GuideSoftware Testing - Online Guide
Software Testing - Online Guidebigspire
 
Best SQA Document.pdf
Best SQA Document.pdfBest SQA Document.pdf
Best SQA Document.pdfAzmatIqbal2
 
Software Developement Life Cycle ppt.pptx
Software Developement Life Cycle ppt.pptxSoftware Developement Life Cycle ppt.pptx
Software Developement Life Cycle ppt.pptxAbcXyz141938
 
Developer Group - Sitecore Application Lifecycle Management
Developer Group - Sitecore Application Lifecycle ManagementDeveloper Group - Sitecore Application Lifecycle Management
Developer Group - Sitecore Application Lifecycle ManagementThomas Eldblom
 
Best Practices In Software Development Life Cycle (SDLC)
Best Practices In Software Development Life Cycle (SDLC)Best Practices In Software Development Life Cycle (SDLC)
Best Practices In Software Development Life Cycle (SDLC)GrapesTech Solutions
 
Software development life cycle.
Software development life cycle.Software development life cycle.
Software development life cycle.RishavChandel1
 
Lesson 2 introduction in computing
Lesson 2 introduction in computingLesson 2 introduction in computing
Lesson 2 introduction in computingProfessor Thor
 
How to go from waterfall app dev to secure agile development in 2 weeks
How to go from waterfall app dev to secure agile development in 2 weeks How to go from waterfall app dev to secure agile development in 2 weeks
How to go from waterfall app dev to secure agile development in 2 weeks Ulf Mattsson
 
Comparing Various SDLC Models On The Basis Of Available Methodology
Comparing Various SDLC Models On The Basis Of Available MethodologyComparing Various SDLC Models On The Basis Of Available Methodology
Comparing Various SDLC Models On The Basis Of Available MethodologyIJMER
 
Software Engineering Methodology
Software Engineering MethodologySoftware Engineering Methodology
Software Engineering MethodologyRajandeep Gill
 
ppt on sOFTWARE DEVELOPMENT LIFE CYCLE
 ppt on sOFTWARE DEVELOPMENT LIFE CYCLE ppt on sOFTWARE DEVELOPMENT LIFE CYCLE
ppt on sOFTWARE DEVELOPMENT LIFE CYCLESwarnima Tiwari
 

Similar a Whitepaper life cycle-management-for-odi (20)

Life cycle-management-for-oracle-data-integrator-(odi)
Life cycle-management-for-oracle-data-integrator-(odi)Life cycle-management-for-oracle-data-integrator-(odi)
Life cycle-management-for-oracle-data-integrator-(odi)
 
Dev ops lpi-701
Dev ops lpi-701Dev ops lpi-701
Dev ops lpi-701
 
Session on evaluation of DevSecOps
Session on evaluation of DevSecOpsSession on evaluation of DevSecOps
Session on evaluation of DevSecOps
 
DevOps Presentation.pptx
DevOps Presentation.pptxDevOps Presentation.pptx
DevOps Presentation.pptx
 
Software Testing - Online Guide
Software Testing - Online GuideSoftware Testing - Online Guide
Software Testing - Online Guide
 
Best SQA Document.pdf
Best SQA Document.pdfBest SQA Document.pdf
Best SQA Document.pdf
 
Software developement life cycle ppt
Software developement life cycle pptSoftware developement life cycle ppt
Software developement life cycle ppt
 
Software Developement Life Cycle ppt.pptx
Software Developement Life Cycle ppt.pptxSoftware Developement Life Cycle ppt.pptx
Software Developement Life Cycle ppt.pptx
 
DevOps explained
DevOps explainedDevOps explained
DevOps explained
 
Developer Group - Sitecore Application Lifecycle Management
Developer Group - Sitecore Application Lifecycle ManagementDeveloper Group - Sitecore Application Lifecycle Management
Developer Group - Sitecore Application Lifecycle Management
 
Best Practices In Software Development Life Cycle (SDLC)
Best Practices In Software Development Life Cycle (SDLC)Best Practices In Software Development Life Cycle (SDLC)
Best Practices In Software Development Life Cycle (SDLC)
 
Software development life cycle.
Software development life cycle.Software development life cycle.
Software development life cycle.
 
Lesson 2 introduction in computing
Lesson 2 introduction in computingLesson 2 introduction in computing
Lesson 2 introduction in computing
 
How to go from waterfall app dev to secure agile development in 2 weeks
How to go from waterfall app dev to secure agile development in 2 weeks How to go from waterfall app dev to secure agile development in 2 weeks
How to go from waterfall app dev to secure agile development in 2 weeks
 
My 15 day intern report
My 15 day intern reportMy 15 day intern report
My 15 day intern report
 
Soft lifecycle
Soft lifecycleSoft lifecycle
Soft lifecycle
 
The ZDLC Brief
The ZDLC BriefThe ZDLC Brief
The ZDLC Brief
 
Comparing Various SDLC Models On The Basis Of Available Methodology
Comparing Various SDLC Models On The Basis Of Available MethodologyComparing Various SDLC Models On The Basis Of Available Methodology
Comparing Various SDLC Models On The Basis Of Available Methodology
 
Software Engineering Methodology
Software Engineering MethodologySoftware Engineering Methodology
Software Engineering Methodology
 
ppt on sOFTWARE DEVELOPMENT LIFE CYCLE
 ppt on sOFTWARE DEVELOPMENT LIFE CYCLE ppt on sOFTWARE DEVELOPMENT LIFE CYCLE
ppt on sOFTWARE DEVELOPMENT LIFE CYCLE
 

Más de Minerva SoftCare GmbH

Webinar- Lösungsorientierte Integration vorhandener Werkzeuge in ein Applicat...
Webinar- Lösungsorientierte Integration vorhandener Werkzeuge in ein Applicat...Webinar- Lösungsorientierte Integration vorhandener Werkzeuge in ein Applicat...
Webinar- Lösungsorientierte Integration vorhandener Werkzeuge in ein Applicat...Minerva SoftCare GmbH
 
Präsentation zum Thema: Agile Entwicklung mit HP Agile Manager und HP Quality...
Präsentation zum Thema: Agile Entwicklung mit HP Agile Manager und HP Quality...Präsentation zum Thema: Agile Entwicklung mit HP Agile Manager und HP Quality...
Präsentation zum Thema: Agile Entwicklung mit HP Agile Manager und HP Quality...Minerva SoftCare GmbH
 
Life cycle-management-for-oracle-data-integrator-140930063413-phpapp02
Life cycle-management-for-oracle-data-integrator-140930063413-phpapp02Life cycle-management-for-oracle-data-integrator-140930063413-phpapp02
Life cycle-management-for-oracle-data-integrator-140930063413-phpapp02Minerva SoftCare GmbH
 
Objektbasierte Versionierung und Lifecycle Management für den OWB
Objektbasierte Versionierung und Lifecycle Management für den OWBObjektbasierte Versionierung und Lifecycle Management für den OWB
Objektbasierte Versionierung und Lifecycle Management für den OWBMinerva SoftCare GmbH
 
Realisierung des Application Lifecycle Management im OWB
Realisierung des Application Lifecycle Management im OWBRealisierung des Application Lifecycle Management im OWB
Realisierung des Application Lifecycle Management im OWBMinerva SoftCare GmbH
 
Testdatenmanagement - Toolunterstützte Bereitstellung von Testdaten
Testdatenmanagement - Toolunterstützte Bereitstellung von TestdatenTestdatenmanagement - Toolunterstützte Bereitstellung von Testdaten
Testdatenmanagement - Toolunterstützte Bereitstellung von TestdatenMinerva SoftCare GmbH
 
Whitepaper zum Application Lifecycle Management IKAN ALM + HP/ALM
Whitepaper zum Application Lifecycle Management  IKAN ALM + HP/ALMWhitepaper zum Application Lifecycle Management  IKAN ALM + HP/ALM
Whitepaper zum Application Lifecycle Management IKAN ALM + HP/ALMMinerva SoftCare GmbH
 
MetaSuite productfolder- ETL-Tool für große Datenmengen
MetaSuite productfolder- ETL-Tool für große DatenmengenMetaSuite productfolder- ETL-Tool für große Datenmengen
MetaSuite productfolder- ETL-Tool für große DatenmengenMinerva SoftCare GmbH
 
MetaSuite and_hp_quality_center_enterprise
MetaSuite and_hp_quality_center_enterpriseMetaSuite and_hp_quality_center_enterprise
MetaSuite and_hp_quality_center_enterpriseMinerva SoftCare GmbH
 
Testdata Management mit MetaSuite und HP/QCE +HP/ALM
Testdata Management mit MetaSuite und HP/QCE +HP/ALMTestdata Management mit MetaSuite und HP/QCE +HP/ALM
Testdata Management mit MetaSuite und HP/QCE +HP/ALMMinerva SoftCare GmbH
 
Application Lifecycle Management _ Was bedeutet das?
Application Lifecycle Management _ Was bedeutet das?Application Lifecycle Management _ Was bedeutet das?
Application Lifecycle Management _ Was bedeutet das?Minerva SoftCare GmbH
 

Más de Minerva SoftCare GmbH (12)

Webinar- Lösungsorientierte Integration vorhandener Werkzeuge in ein Applicat...
Webinar- Lösungsorientierte Integration vorhandener Werkzeuge in ein Applicat...Webinar- Lösungsorientierte Integration vorhandener Werkzeuge in ein Applicat...
Webinar- Lösungsorientierte Integration vorhandener Werkzeuge in ein Applicat...
 
Präsentation zum Thema: Agile Entwicklung mit HP Agile Manager und HP Quality...
Präsentation zum Thema: Agile Entwicklung mit HP Agile Manager und HP Quality...Präsentation zum Thema: Agile Entwicklung mit HP Agile Manager und HP Quality...
Präsentation zum Thema: Agile Entwicklung mit HP Agile Manager und HP Quality...
 
Life cycle-management-for-oracle-data-integrator-140930063413-phpapp02
Life cycle-management-for-oracle-data-integrator-140930063413-phpapp02Life cycle-management-for-oracle-data-integrator-140930063413-phpapp02
Life cycle-management-for-oracle-data-integrator-140930063413-phpapp02
 
Objektbasierte Versionierung und Lifecycle Management für den OWB
Objektbasierte Versionierung und Lifecycle Management für den OWBObjektbasierte Versionierung und Lifecycle Management für den OWB
Objektbasierte Versionierung und Lifecycle Management für den OWB
 
Realisierung des Application Lifecycle Management im OWB
Realisierung des Application Lifecycle Management im OWBRealisierung des Application Lifecycle Management im OWB
Realisierung des Application Lifecycle Management im OWB
 
Testdatenmanagement - Toolunterstützte Bereitstellung von Testdaten
Testdatenmanagement - Toolunterstützte Bereitstellung von TestdatenTestdatenmanagement - Toolunterstützte Bereitstellung von Testdaten
Testdatenmanagement - Toolunterstützte Bereitstellung von Testdaten
 
Whitepaper zum Application Lifecycle Management IKAN ALM + HP/ALM
Whitepaper zum Application Lifecycle Management  IKAN ALM + HP/ALMWhitepaper zum Application Lifecycle Management  IKAN ALM + HP/ALM
Whitepaper zum Application Lifecycle Management IKAN ALM + HP/ALM
 
MetaSuite productfolder- ETL-Tool für große Datenmengen
MetaSuite productfolder- ETL-Tool für große DatenmengenMetaSuite productfolder- ETL-Tool für große Datenmengen
MetaSuite productfolder- ETL-Tool für große Datenmengen
 
MetaSuite and_hp_quality_center_enterprise
MetaSuite and_hp_quality_center_enterpriseMetaSuite and_hp_quality_center_enterprise
MetaSuite and_hp_quality_center_enterprise
 
Testdata Management mit MetaSuite und HP/QCE +HP/ALM
Testdata Management mit MetaSuite und HP/QCE +HP/ALMTestdata Management mit MetaSuite und HP/QCE +HP/ALM
Testdata Management mit MetaSuite und HP/QCE +HP/ALM
 
Minerva ikanalm slideshare
Minerva ikanalm slideshareMinerva ikanalm slideshare
Minerva ikanalm slideshare
 
Application Lifecycle Management _ Was bedeutet das?
Application Lifecycle Management _ Was bedeutet das?Application Lifecycle Management _ Was bedeutet das?
Application Lifecycle Management _ Was bedeutet das?
 

Último

introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfVishalKumarJha10
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...kalichargn70th171
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfAzure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfryanfarris8
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...software pro Development
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionOnePlan Solutions
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesVictorSzoltysek
 

Último (20)

CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfAzure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM TechniquesAI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
AI Mastery 201: Elevating Your Workflow with Advanced LLM Techniques
 

Whitepaper life cycle-management-for-odi

  • 1. Life Cycle Management for Oracle Data Integrator 11 & 12 Increase productivity At lower cost For all stakeholders Stop wasting your time doing things maually by automating every step in your project’s Life Cycle Get a 30% return on investment guaranteed and save 15% on development costs Developers, Project Managers and Test Engineers are all part of the development process RedBridge
  • 2. 2 Application Lifecycle Management for Oracle Data Integrator Table of contents Life Cycle Management Components...............................................................................................5 ODI Studio....................................................................................................................................5 VCR4ODI.......................................................................................................................................5 Subversion...................................................................................................................................5 IKAN ALM .....................................................................................................................................5 Workflow Organization......................................................................................................................6 VCR4ODI..............................................................................................................................................6 The RESTORE operation .............................................................................................................7 The VERSION (commit) operation..............................................................................................8 IKAN ALM ............................................................................................................................................9 IKAN ALM setup...........................................................................................................................9 Step 1: Defining the Versioning Strategy ...................................................................................9 Step 2: Specifying the Life Cycle of Your Product....................................................................10 Step 3: Setting up the Build and Deploy Environments..........................................................11 Step 4: Using Phases and Phase Parameters ..........................................................................11 Step 5: Specifying Environment Parameters...........................................................................13 IKAN ALM Level Requests .........................................................................................................13 Conclusion........................................................................................................................................15 For more information ......................................................................................................................15
  • 3. 3Application Lifecycle Management for Oracle Data Integrator Management summary Oracle Data Integrator (ODI) is part of the Oracle Data Integration Suite. It is used for high-performance data movement and transformation, and uses an Extract, Load and Transform (ELT) architecture. This architecture is organized around a modular repository, which is accessed in client-server mode by components such as ODI Studio and execution Agents. One of the key challenges for ODI custom- ers is to handle the end-to-end Life Cycle for Oracle Data Integrator. The current recommended process is com- plex, labor-intensive and requires manual intervention. As a consequence, it is expen- sive and it adds a risk of human mistakes because of its complexity. RedBridge So�ware provides an automated Life Cycle Management solution, combining ODI, Subversion and IKAN ALM. Our LCM solution deals with the above mentioned issues and contributes to the business’s bot- tom-line by deploying high-quality applications more frequently and without errors. The solution takes into account the tools cur- rently being used, the chosen development and deploy processes and the different stakeholders. It is a common misconception that only develop- ers would profit from Life Cycle Management. As shown in the table on the next page, all stake- holders will benefit from the implementation of Life Cycle Management. It will also make your organization ready for the implementation of DevOps.
  • 4. 4 Application Lifecycle Management for Oracle Data Integrator In this white paper, we will explain how RedBridge So�ware’s solution ensures end-to-end Life Cycle Management for Oracle Data Integrator. Life Cycle Management Components A true Life Cycle Management solution serves the process following the end-to-end principle and takes into account all stakeholders, from development to operations. RedBridge So�ware’s LCM solution uses the following components: ODI Studio The heart of the solution is the ODI so�ware. Our solu- tion does not impact the current way of developing. Developers will continue to use ODI Studio for their development. When the development is finished, VCR4ODI will be used to commit the work done to the Version Control Repository. VCR4ODI To enable the interaction between the ODI Repositories and Subversion, we add an extra component, i.e., the VCR4ODI connector. That component will be used to commit ODI objects to the VCR and, vice versa, to restore objects from the VCR into ODI. Subversion Subversion will be used as Version Control Repository. Cost saving by higher efficiency Repeatable and controllable process Faster and shorter release cycle Only high-quality production code. Prevent costly re-runs. Feedback on code quality Find weak spots Easy fix mistakes Get early feedback on committed code Prevent errors from going into test or production Continuous integration Keep track of all code changes Traceable development status Safe storage of all legacy data Only use accurate versions Easily revert to a prior version in case of a failure Cost efficient development Full insight in the development statusVersioning control Automated build process No loss of valuable development time by trying to build manually Separation of duties Unlimited builds Quicker results Rapid feedback All builds are done correctly according to upfront agreed procedures. Super cost saver Approval management Improve communication between all members of the project team Control the evolution in the different stages of the life cycle Build in audit moments Deployment to the production servers by authorized members only Full traceability of development and production status Full accountability for made decisions. Automated deploy process Guarantee that production will receive the code as intended Speed up the process and help reduce errors by automating manual activities No manual intervention reduces risk Increase the possible release cycle frequency and improve productivity. Rollback process Defects can be fixed quicker Always possible to revert to the latest good release Eliminate the risk of service outrage Quickly resolve errors in production, and, consequently, prevent costly production outfall Development IT Management Production Management/Audit
  • 5. 5Application Lifecycle Management for Oracle Data Integrator IKAN ALM Next, we add IKAN’s Life Cycle Management Solution, which will give you the possibility to define your Life Cycles. An IKAN ALM life cycle links to a version control repos- itory Trunk (head) for continuous development and to a Branch for the releases. For each Life Cycle, you can define one or more logical Build, Test and Production levels. Within those logical levels, you can define one or more physical environments. To do the actual Build and Deploy work, IKAN ALM uses the Phases concept. An IKAN ALM phase is a pre-defined, parameter-driven, packaged reusable script. Specifically for ODI, we have, for example, phases that allow you to create an ODI repository and to deploy ODI files to an ODI repository. You can use those pre-defined phases, but you can also customize existing phases to fit your needs, e.g., for the Deploy you could add a phase for database changes. On top of that, IKAN ALM allows you to integrate with other Life Cycle Management components such as requirements and issue tracking systems. VCR Connector LCM for Oracle VCR4ODI REL_0.1 Project source VCR Development Testing Acceptance Production D T A P REL_0.1 Project source ODI - Studio REL_0.1 Project build REL_0.1 Project build REL_0.1 Project build ODI - Build Server ODI - Test Server ODI - Production Server Commit General overview of a standard life cycle process
  • 6. 6 Application Lifecycle Management for Oracle Data Integrator Workflow Organization When developing so�ware, developers usually work in a team. This means that you can have parallel development and that you need to reconcile all development efforts at a certain point in time. You also need to manage your releases. That is where versioning, or a Version Control Repository, comes into play. Itis importanttounderstandthattherearemanywaystoorganizethedevelopmentprocessandtheusage ofSubversion. In this white paper we will use a generally accepted way of working: for the ongoing development we will use a mainline (called trunk in Subversion) and for each release we will create a separate branch. Possible emergency or hot fixes will be done on the impacted release or branch and will be merged by development to the Subversion mainline or trunk. Simply said, the following steps need to be followed: • Develop your ELT-programs using ODI Studio • Use the VCR4ODI connector to check out commit your ELT-programs to Subversion • Use IKAN ALM for the, possibly approval-based, Build process, and to execute the Deploy to Test and Production environments How the development is done in ODI should be clear to you. In the next sections, we will explain in more detail how VCR4ODI and IKAN ALM work. VCR4ODI VCR4ODI is a component that connects the ODI repository with Subversion. On the one hand it provides a view on your ODI Repository and on the other hand a view on the Subversion repository. The VCR4ODI connector allows to • work at the individual object level so that you do not need to commit or restore a whole project, • lock objects to prevent others from working on the same objects you are working on, • restore objects from a previous version. On top of that, VCR4ODI will calculate all the dependencies between objects, and will automatically create a new ver- sion for Projects, Models, Scenarios and the global objects that are used. When you start up VCR4ODI, you first need to provide the correct properties to connect to the required ODI Repository and to the Subversion trunk or branch. Providing the properties
  • 7. 7Application Lifecycle Management for Oracle Data Integrator Once the connection is established, there are two possible actions: • VERSION (commit) modified ODI objects from the selected ODI Repository into the Subversion Head (trunk) or Revision. • RESTORE objects from Subversion into the selected ODI repository. The RESTORE operation You can restore objects from the head or from a specific revision. Additionally, you can choose to execute a (full) restore or a simple restore. A (full) Restore will restore the selected object(s) and all logically related objects. A Simple Restore will only restore the selected object. This option is used if you want to make a quick and small change for which you do not need all related objects. When the restore is completed, the selected objects are locked to prevent concurrent updates. The selected objects are locked to prevent concurrent updates. Full or Simple restore
  • 8. 8 Application Lifecycle Management for Oracle Data Integrator The VERSION (commit) operation On the VERSION tab page, you can select the objects you want to commit. The VCR4ODI connector applies the following intelligence: • Objects that are logically connected to a selected object will also be taken into account. • Only content changes will be considered. For example: If you only make changes to the layout on the diagram view in ODI, this will not be seen as a modification that needs to be committed. When you commit, VCR4ODI will display the list of all objects that will be committed, indicating their change status: unchanged, added or changed. Here also, VCR4ODI locks the objects in order to prevent others from work- ing on those objects when the commit is running. Before confirming to execute the commit operation, you can enter the requirement or issue numbers that have been solved with this commit. Note that this comment will be picked up by IKAN ALM to automatically create a link with the Issue Tracking System. Entering the requirements or issue number and comment
  • 9. 9Application Lifecycle Management for Oracle Data Integrator IKAN ALM Once the developers have committed their code into Subversion, IKAN ALM comes into play. The main objective of IKAN ALM is to help your organization to automate the ODI Life Cycle steps. By automating those steps you will make the pro- cess transparent, repeatable and documented. This will help you to master the related costs and risks and to enhance the quality, and it will contribute to the business by allowing for more frequent, bug-free, releases. IKAN ALM provides the following web-based services: • possibility to define a life cycle per project, • define build and deploy processes, • make build and deploy processes approval-based, • update issue tracking systems, • notify users regarding executed IKAN ALM requests. IKAN ALM setup There are several important steps in setting up a Project in IKAN ALM: 1. Defining the versioning strategy 2. Specifying the Life Cycle of your application 3. Setting up the Build and Deploy Environments 4. Using Phases and Phase Parameters 5. Specifying Environment Parameters Step 1: Defining the Versioning Strategy It is important to first define your versioning strategy. A general accepted way is to use the Trunk (called Head in IKAN ALM) for ongoing development and to create a Branch for each Release. When fixes or enhancements are needed for Releases already in production, they can be done on that Branch and the related Life Cycle can be used for further deployment. When final, the changes at Release level must be merged at Trunk or Head level. Throughout the remainder of this section, we will use the following sample versioning strategy: Trunk Branch REL 2.1 Branch REL 2.2 Bug fixes Bug fixes VCR
  • 10. 10 Application Lifecycle Management for Oracle Data Integrator Step 2: Specifying the Life Cycle of Your Product It is the responsibility of the customer to define the Life Cycle of his product, i.e., how he wants to work. A classic exam- ple is DTAP: Development, Test , Acceptance (User Acceptance testing) and Production. The screenshot below shows the two life cycles defined for our sample project: one for ongoing development (BASE) and one for releases. This set-up is consistent with the defined versioning strategy, i.e., Trunk (BASE) for ongoing devel- opment and Branches for Releases. Each Life Cycle comes with several levels. A Level is a logical environment, i.e., a step in the Life-Cycle. The Level itself consists of one (or more) Build and/or Deploy Environment(s) which are physical environments. There are three Level Types: • Build Level must have at least one Build Environment • Test Level must have at least one Build or Deploy Environment. A typical Test Level may have one or more Build Environments for Rebuilds and one or more Deploy Environments for Deployment and Testing • Production Level must have at least one Build or Deploy Environment. A typical Production Level has one or more Deploy Environments. Trunk and Branches life cycles
  • 11. 11Application Lifecycle Management for Oracle Data Integrator Step 3: Setting up the Build and Deploy Environments Next, you need to define your Build and Deploy environments. Basically, you have to specify the Machine, the Build/ Deploy Tool and the Build/Deploy script you will use, and the Source and Target Locations. Step 4: Using Phases and Phase Parameters Phases are pre-defined, parameter-driven, packaged reusable scripts. IKAN ALM provides basic CORE Phases, but you can also create your own Phases to customize the workflow of your projects, e.g., to upload your scripts, to define specific Parameters. Phases can be shared between different Projects and also between different IKAN ALM installations. The benefits of creating a Phase to perform a task instead of running one large monolithic script are: ✓ Reusability ✓ Improved logging: by using many small Phases, the workflow is split up into smaller fractions which facilitates the understanding and monitoring of the workflow. ✓ Versioning: A Phase is identified by a unique name/version combination. When the scripts inside a Phase change, the version number will change as well. ✓ Maintainability: by using many small, limited-purpose Phases, the scripts being used tend to be smaller and easier to maintain. ✓ Improved management of parameters More information on the IKAN ALM Phases concept can be found in the whitepaper "Using and Developing Custom Phases" at http://www.ikanalm.com/infocenter/whitepapers.html Example of a Build environment
  • 12. 12 Application Lifecycle Management for Oracle Data Integrator In our example, a series of Parameters have been defined for the Oracle ODI Files Deployment Phase. Example of Deploy Environment Phases Deploy Phase parameters
  • 13. 13Application Lifecycle Management for Oracle Data Integrator Step 5: Specifying Environment Parameters For each environment, you can also define Environment Parameters. In our example, a Parameter specifying the ODI Home variable has been defined for the Deploy Environment. IKAN ALM Level Requests Once the IKAN ALM setup is finished, you can start working. The different IKAN ALM activities are called level Requests. A Level Request can be initiated via the command line interface (CLI) or via the web interface. For the examples in this white paper we will use the web interface. A customizable Desktop displays the Project Streams you are working on. In our example, we have the ongoing development (BASE) and two Releases. Environment parameters overview Desktop displaying the Level Requests
  • 14. 14 Application Lifecycle Management for Oracle Data Integrator A�er having selected the appropriate Level Request action button, the Level Request will be executed and you are for- warded to the Level Request Detail screen which displays the actual status and other relevant information concerning the current Level Request. This screen is a starting point for consulting even more detailed information using the links and tab pages provided. For more detailed information, we refer to the IKAN ALM User Guide which you can find at http://www.ikanalm.com/ infocenter/documentation.html Level Requests detailed overview
  • 15. 15Application Lifecycle Management for Oracle Data Integrator Conclusion RedBridge So�ware’s Life Cycle Management solution adds value to ODI by combining ODI, Subversion, VCR4ODI and IKAN ALM. It provides the missing link to achieve real, automated, Life Cycle Management for ODI. The main benefits of our solution are: ✓ Proper storage and versioning of all so�ware objects ✓ Cost reduction in both development, testing and deployment ✓ Tasks are automated and repeatable ✓ Reduced risk by automated, repeatable build and deploy processes ✓ Improved application quality ✓ Faster time-to-market ✓ Less resources and time needed for build and deploy to test and production ✓ Better communication between stakeholders ✓ Better visibility over the whole process ✓ Well defined and automated development and deploy process On the RedBridge So�ware website you can also find a white paper on Life Cycle Management and a tool to calculate the expected Return on Investment when implementing our LCM for ODI Solution. For more information To know more, visit http://www.redbridgeso�ware.com Contact RedBridge So�ware: info@redbridgeso�ware.com
  • 16. RedBridge So�ware Schaliënhoevedreef 20 A 2800 Mechelen Tel. +32 (0)15 44 50 44 info@redbridgeso�ware.com www.redbridgeso�ware.com © Copyright 2014 RedBridge So�ware BVBA. The RedBridge So�ware and RedBridge logos and names and all other RedBridge product or service names are trademarks of RedBridge So�ware BVBA. All other trademarks are property of their respective owners. No part of this document may be reproduced or transmitted in any form or by any means, electronically or mechanically, for any purpose, without the express written permission of RedBridge So�ware BVBA. RedBridge Minerva SoftCare GmbH Unterer Dammweg 12 76149 Karlsruhe Tel. +49 721 781 77 01 info@minerva-softcare.de www.minerva-softcare.de