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

E17060-01

Package oracle.odi.setup

Provides classes for ODI master and work repository related operations.

See:
          Description

Interface Summary
IMasterRepositorySetup This interface defines methods to create and upgrade an ODI Master Repository.
IWorkRepositorySetup This interface defines methods to create and upgrade an ODI Work Repository.
 

Class Summary
AuthenticationConfiguration AuthenticationConfiguration represent the configuration related to authentication used when creating a master repository.
AuthenticationConfiguration.OPSSAuthenticationConfiguration Represents an ODI OPSS Authentication Configuration.
AuthenticationConfiguration.StandaloneAuthenticationConfiguration Represents an ODI Standalone Authentication Configuration.
JdbcProperties Represents the JdbcProperties URL, Driver class name, Username and Password.
SwitchAuthenticationService This class is used to switch between external authentication and standalone authentication.
SwitchToExternalAuthenticationService This class should be used to switch a repository from standalone authentication to external authentication.
SwitchToExternalAuthenticationService.SwitchStatistics Statistical information resulting from a switch.
SwitchToStandaloneAuthenticationService This class should be used to switch a repository from external authentication to standalone authentication.
 

Enum Summary
TechnologyName Enumeration that defines all the available database technology names for an ODI repository.
 

Exception Summary
AuthenticationConfigurationSwitchingException Exception raised when there is a configuration problem encountered preventing the AuthenticationConfiguration to be switched.
InvalidJdbcPropertiesException Exception raised if the JdbcProperties is not valid.
RepositoryScriptsNotFoundException Thrown to indicate the SQL/DDL scripts were not found.
RepositorySetupException Exception used to report an error during a repository setup like the creation or the upgrade of an ODI repository.
 

Package oracle.odi.setup Description

Provides classes for ODI master and work repository related operations.

Since:
11.1.1.3.0

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

E17060-01

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