Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


oracle.odi.setup
Class RepositoryUpgradeServiceImpl

java.lang.Object
  extended by oracle.odi.setup.RepositoryUpgradeServiceImpl

All Implemented Interfaces:
IRepositoryUpgradeService

public class RepositoryUpgradeServiceImpl
extends java.lang.Object
implements IRepositoryUpgradeService

Constructor Summary
RepositoryUpgradeServiceImpl()
           

 

Method Summary
 void upgradeRepositories(JdbcProperties pMasterDBSchemaJdbcProperties, IRepositoryUpgradeCallback pUpgradeCallback)
          Upgrade the master repository found in the repository and all the work repository registered in this master repository.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RepositoryUpgradeServiceImpl

public RepositoryUpgradeServiceImpl()

Method Detail

upgradeRepositories

public void upgradeRepositories(JdbcProperties pMasterDBSchemaJdbcProperties,
                                IRepositoryUpgradeCallback pUpgradeCallback)
Description copied from interface: IRepositoryUpgradeService
Upgrade the master repository found in the repository and all the work repository registered in this master repository. The upgrade will:
  1. Upgrade the master repository.
  2. If an error occurred during master upgrade the upgrade process will stop and will not proceed to the work repository upgrade.
  3. If the master repository is upgraded successfully or already up to date then each work repositories registered in the master repository will be upgraded. Each work repository are upgraded independently meaning that if an error occurs during one of the work upgrade it will not stop the upgrade process of other work repositories.
Specified by:
upgradeRepositories in interface IRepositoryUpgradeService
pUpgradeCallback - The callback to implement to be notified of progress and result.

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.