Skip navigation links

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

E17060-04


Uses of Class
oracle.odi.core.config.OdiConfigurationException

Packages that use OdiConfigurationException
oracle.odi.core Provides the OdiInstance class that is the entry point to Oracle Data Integrator core infrastructure. 
oracle.odi.core.config Provides classes for Oracle Data Integrator core infrastructure configuration, including exception hierarchy related to configuration issues. 
oracle.odi.core.repository Provides repository abstraction for Oracle Data Integrator core infrastructure. 

 

Uses of OdiConfigurationException in oracle.odi.core

 

Methods in oracle.odi.core that throw OdiConfigurationException
static OdiInstance OdiInstance.createInstance(OdiInstanceConfig pConfig)
          Create an OdiInstance object.
static OdiInstance OdiInstance.createInstance(OdiInstanceConfig pConfig, oracle.odi.core.audit.OdiAuditContext pAuditContext)
          Create an OdiInstance object.

 

Uses of OdiConfigurationException in oracle.odi.core.config

 

Subclasses of OdiConfigurationException in oracle.odi.core.config
 class IllegalConfigurationArgumentException
          Exception thrown to indicate an illegal or inappropriate configuration.
 class IllegalMasterRepositoryStatusException
          Subclass of IllegalRepositoryStatusException thrown to indicate master repository status is invalid.
 class IllegalRepositoryStatusException
          Abstract superclass for illegal repository status.
 class IllegalWorkRepositoryStatusException
          Subclass of IllegalRepositoryStatusException thrown to indicate that work repository status is invalid.
 class MasterRepositoryDriverClassNotFoundException
          Subclass of RepositoryDriverClassNotFoundException thrown to indicate master repository driver class was unable to get loaded.
 class MasterRepositoryResourceFailureException
          Subclass of RepositoryResourceFailureException thrown to indicate a Master Repository resource failure.
 class MasterRepositoryUrlNotValidForDriverException
          Subclass of RepositoryUrlNotValidForDriverException thrown to indicate master repository URL provided wasn't accepted by specified driver.
 class MasterRepositoryVersionMismatchException
          Subclass of RepositoryVersionMismatchException thrown when ODI Master Repository version doesn't match required version.
 class NotMasterRepositorySchemaException
          Exception thrown to indicate DB schema doesn't correspond to an ODI Master Repository schema.
 class NotRepositorySchemaException
          Abstract superclass for exception related to wrong repository schema.
 class NotWorkRepositorySchemaException
          Exception thrown to indicate DB schema doesn't correspond to an ODI Work Repository schema.
 class RepositoriesNotBoundException
          Exception thrown to indicate Master and Work repositories used to configure an OdiInstance are not bound, thus cannot be used together.
 class RepositoryDriverClassNotFoundException
          Abstract super class for repository driver class not found.
 class RepositoryResourceFailureException
          Deprecated. Since 11.1.1.6.0 is replaced with appropriate exception from RepositoryAccessException hierarchy.
 class RepositoryUrlNotValidForDriverException
          Abstract super class for invalid repository URL.
 class RepositoryVersionMismatchException
          Abstract superclass for repository version mismatch between current repository version and required repository version.
 class UncategorizedConfigurationException
          Typically this exception is thrown when configuration error cann't be categorized.
 class WorkRepositoryDriverClassNotFoundException
          Subclass of RepositoryDriverClassNotFoundException thrown to indicate work repository driver class was unable to get loaded.
 class WorkRepositoryNotFoundException
          Exception thrown if a given work repository name doesn't exist.
 class WorkRepositoryResourceFailureException
          Subclass of RepositoryResourceFailureException thrown to indicate a Work Repository resource failure.
 class WorkRepositoryUrlNotValidForDriverException
          Subclass of RepositoryUrlNotValidForDriverException thrown to indicate work repository URL provided wasn't accepted by specified driver.
 class WorkRepositoryVersionMismatchException
          Subclass of RepositoryVersionMismatchException thrown when ODI Work Repository version doesn't match required version.

 

Uses of OdiConfigurationException in oracle.odi.core.repository

 

Methods in oracle.odi.core.repository that throw OdiConfigurationException
static MasterRepository Repository.getMasterRepository(javax.sql.DataSource pDataSource)
          Gets a MasterRepository instance.
static WorkRepository Repository.getWorkRepository(MasterRepository pMasterRepository, javax.sql.DataSource pDataSource, com.sunopsis.dwg.dbobj.SnpConnect pWorkSnpConnect, com.sunopsis.dwg.dbobj.SnpRemRep pWorkRemRep)
          INTERNAL: Gets a WorkRepository instance.

 


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.