Skip navigation links

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

E17060-03


oracle.odi.setup
Interface IRepositoryUpgradeService

All Known Implementing Classes:
RepositoryUpgradeServiceImpl

public interface IRepositoryUpgradeService

Repository upgrade service allows to easily upgrade a master repository and it's attached work repositories. If you want more flexibility on which work to upgrade please use the IWorkRepositorySetup API.

Since:
11.1.1.5.0

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.

 

Method Detail

upgradeRepositories

void upgradeRepositories(JdbcProperties pMasterDBSchemaJdbcProperties,
                         IRepositoryUpgradeCallback pUpgradeCallback)
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.
Parameters:
@param - pMasterDBSchemaJdbcProperties The JdbcProperties to connect to the master repository database schema.
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.6.0)

E17060-03


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