Skip navigation links

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

E17060-02


Package oracle.odi.core.config

Provides classes for Oracle Data Integrator core infrastructure configuration, including exception hierarchy related to configuration issues.

See:
          Description

Class Summary
MasterRepositoryDbInfo Holds Information about ODI master repository DB connectivity.
OdiInstanceConfig Holds all configuration information required by an instance of ODI.
PoolingAttributes JDBC Connection pooling attributes for internal connection pooling.
WorkRepositoryDbInfo Holds Information about ODI work repository DB connectivity.

 

Exception Summary
IllegalConfigurationArgumentException Exception thrown to indicate an illegal or inappropriate configuration.
IllegalMasterRepositoryStatusException Subclass of IllegalRepositoryStatusException thrown to indicate master repository status is invalid.
IllegalRepositoryStatusException Abstract superclass for illegal repository status.
IllegalWorkRepositoryStatusException Subclass of IllegalRepositoryStatusException thrown to indicate that work repository status is invalid.
MasterRepositoryDriverClassNotFoundException Subclass of RepositoryDriverClassNotFoundException thrown to indicate master repository driver class was unable to get loaded.
MasterRepositoryResourceFailureException Subclass of RepositoryResourceFailureException thrown to indicate a Master Repository resource failure.
MasterRepositoryUrlNotValidForDriverException Subclass of RepositoryUrlNotValidForDriverException thrown to indicate master repository URL provided wasn't accepted by specified driver.
MasterRepositoryVersionMismatchException Subclass of RepositoryVersionMismatchException thrown when ODI Master Repository version doesn't match required version.
NotMasterRepositorySchemaException Exception thrown to indicate DB schema doesn't correspond to an ODI Master Repository schema.
NotRepositorySchemaException Abstract superclass for exception related to wrong repository schema.
NotWorkRepositorySchemaException Exception thrown to indicate DB schema doesn't correspond to an ODI Work Repository schema.
OdiConfigurationException Abstract root class for hierarchy of ODI configuration exceptions that are thrown when an invalid configuration data is detected when creating configuration objects, or when creating an OdiInstance.
RepositoriesNotBoundException Exception thrown to indicate Master and Work repositories used to configure an OdiInstance are not bound, thus cannot be used together.
RepositoryDriverClassNotFoundException Abstract super class for repository driver class not found.
RepositoryResourceFailureException Abstract superclass for repository resource failure.
RepositoryUrlNotValidForDriverException Abstract super class for invalid repository URL.
RepositoryVersionMismatchException Abstract superclass for repository version mismatch between current repository version and required repository version.
WorkRepositoryDriverClassNotFoundException Subclass of RepositoryDriverClassNotFoundException thrown to indicate work repository driver class was unable to get loaded.
WorkRepositoryNotFoundException Exception thrown if a given work repository name doesn't exist.
WorkRepositoryResourceFailureException Subclass of RepositoryResourceFailureException thrown to indicate a Work Repository resource failure.
WorkRepositoryUrlNotValidForDriverException Subclass of RepositoryUrlNotValidForDriverException thrown to indicate work repository URL provided wasn't accepted by specified driver.
WorkRepositoryVersionMismatchException Subclass of RepositoryVersionMismatchException thrown when ODI Work Repository version doesn't match required version.

 

Package oracle.odi.core.config Description

Provides classes for Oracle Data Integrator core infrastructure configuration, including exception hierarchy related to configuration issues.

Since:
11.1.1.3.0

Skip navigation links

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

E17060-02


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