Skip navigation links

Oracle Fusion Middleware External Parameters Java API Reference for Oracle Business Intelligence Data Warehouse Administration Console
11g Release 1 (11.1.1)

E20492-01


Package com.oracle.dac.thirdparty.parameter

Provides DAC External Parameter interfaces and classes.

See:
          Description

Interface Summary
DACGenericParameterProducer Base interface for external parameters.
DACTextParameterProducer DACTextParameterProducer is an interface for text based external parameters.
DACTimestampParameterProducer DACTimestampParameterProducer is an interface for timestamp based external parameters.

 

Class Summary
DACRuntimeContextKeys Some keys from producer initialization map.

 

Exception Summary
DACParameterProducerException An exception that provides information on external parameter producer errors.

 

Package com.oracle.dac.thirdparty.parameter Description

Provides DAC External Parameter interfaces and classes.

External parameters are used to supply DAC with parameters to be used for parameter file generation used for subsequent execution on Informatica. Parameters are to be read from a custom schema on a database. When using external parameter framework, one of the following two interfaces needs to be implemented:
- DACTextParameterProducer for text parameters
- DACTimestampParameterProducer for timestmap parameters

Since:
DAC 11.1.1.5.0

Skip navigation links

Oracle Fusion Middleware External Parameters Java API Reference for Oracle Business Intelligence Data Warehouse Administration Console
11g Release 1 (11.1.1)

E20492-01


Copyright © 2003, 2011, Oracle. All rights reserved.