OdiInstance class that is the entry point to Oracle Data Integrator
core infrastructure.See: Description
| Interface | Description |
|---|---|
| OdiInstance.IOdiInstanceListener |
| Class | Description |
|---|---|
| ApplicationServer |
Possible values for APPLICATION_SERVER server parameter
WEBLOGIC: if the agent/console is deployed on a WebLogic application server
WEBSPHERE: if the agent/console is deployed on a WebSphere application server
UNKNOWN: if the agent/console is deployed on a unknown/unsupported application server
STANDALONE: if the agent is standalone
LOCAL: if the agent is a local agent
NOTE: STANDALONE & LOCAL are valid values only in the context of Agent.
|
| DataSourceManager |
Manages and gives access to JDBC DataSource for given
DataSourceDefinition instances. |
| OdiInstance |
Represents an instance of ODI master / work repositories.
|
| Exception | Description |
|---|---|
| IllegalOdiInstanceStateException |
IllegalOdiInstanceStateException reports errors,
which are related to the own state of the OdiInstance.
|
OdiInstance class that is the entry point to Oracle Data Integrator
core infrastructure. Services such as authentication, authorization and persistence management
are obtained from an instance of OdiInstance.