| Package | Description |
|---|---|
| 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.
|
| Class and Description |
|---|
| 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.
|
| OdiInstanceConfig
Holds all configuration information required by an instance of ODI.
|
| Class and Description |
|---|
| IllegalRepositoryStatusException
Abstract superclass for illegal repository status.
|
| MasterRepositoryDbInfo
Holds Information about ODI master repository DB connectivity.
|
| NotRepositorySchemaException
Abstract superclass for exception related to wrong 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.
|
| PoolingAttributes
JDBC Connection pooling attributes for internal connection pooling.
|
| RepositoryDriverClassNotFoundException
Abstract super class for repository driver class not found.
|
| RepositoryResourceFailureException
Deprecated.
Since 11.1.1.6.0 is replaced with appropriate exception from
RepositoryAccessException hierarchy. |
| RepositoryUrlNotValidForDriverException
Abstract super class for invalid repository URL.
|
| RepositoryVersionMismatchException
Abstract superclass for repository version mismatch between current
repository version and required repository version.
|
| WorkRepositoryDbInfo
Holds Information about ODI work repository DB connectivity.
|
| Class and Description |
|---|
| 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.
|