Skip navigation links
Oracle® Fusion Middleware Java API Reference for Oracle Data Integrator
12c (12.2.1.2.0)

E77153-01
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

D

DAILY - Static variable in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.Frequency
Indicates every day repetition.
DATA_SERVER_OBJECT_NAME - Static variable in interface oracle.odi.impexp.smartie.ISmartImportService
 
DataAccessInfo - Class in oracle.odi.interfaces.data
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Instances of this class contain information about how to query the runtime data from various source and target objects associated with an interface. The query information can be used to show or retrieve the data. Instances of this class are created by an <@link IOdiInterfaceDataAccessHelper> instance.
DataAccessInfo(DataSource, String, boolean) - Constructor for class oracle.odi.interfaces.data.DataAccessInfo
Deprecated.
Constructor for the data access info class.
DatabaseValidationException - Exception in oracle.odi.setup
 
DataServiceGeneratorException - Exception in oracle.odi.generation
Checked exception thrown when the generation of a Data Service failed.
DataServiceGeneratorImpl - Class in oracle.odi.generation.support
Default IDataServiceGenerator implementation.
DataServiceGeneratorImpl(OdiInstance) - Constructor for class oracle.odi.generation.support.DataServiceGeneratorImpl
Construct an IDataServiceGenerator for generating a data service.
Dataset - Class in oracle.odi.domain.mapping.component
This is a delegate class for implementing a composite component containing other components as sub-components.
DataSet - Class in oracle.odi.domain.project.interfaces
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This class represents a dataset inside an OdiInterface. A DataSet is a subset of sources that can be combined with other DataSets using Set operators (such as UNION, MINUS, etc.). DataSets contain SourceDataStores, Joins, Filters and TargetMappings (which are occurrences of mappings executed on Source or Staging Area.
Note that this class is provided in read-only mode.
To make any modification to a DataSet please use instances of IInteractiveInterfaceHelper such as InteractiveInterfaceHelperWithActions.
DataSet(OdiInterface, String) - Constructor for class oracle.odi.domain.project.interfaces.DataSet
Deprecated.
Internal use only Builds a new DataSet in the given parent interface.
Dataset.EntityRelationship - Class in oracle.odi.domain.mapping.component
This class represents an entity relationship in a Dataset.
DATASET_DEFAULT_JOIN_NAME - Static variable in class oracle.odi.domain.mapping.component.Dataset
The name of the default Join component.
dataSetRemoved(DataSet) - Method in class oracle.odi.interfaces.interactive.support.xrefs.ContextManager
Deprecated.
This method must be called by the user when a <@link DataSet> is removed from the current interface, so that the cache can be cleaned up.
Note that there is no need for a dataSetAdded method, as the cache will be automatically populated when the context for the new <@link DataSet> is requested using the giveContext method.
DATASETS_DESIGN - Static variable in class oracle.odi.interfaces.interactive.IInterfaceIssue.Origin
Deprecated.
Issue on the DataSet design (SourceDataStores, Joins, TargetMappings, ...).
DataSourceManager - Class in oracle.odi.core
Manages and gives access to JDBC DataSource for given DataSourceDefinition instances.
DataSourceManager() - Constructor for class oracle.odi.core.DataSourceManager
 
DataSourceManager(int) - Constructor for class oracle.odi.core.DataSourceManager
 
DataStorageDelegate - Class in oracle.odi.domain.mapping.component
A base delegate class for DatastoreComponent and FileComponent.
DATASTORE_OBJECT_NAME - Static variable in interface oracle.odi.impexp.smartie.ISmartImportService
 
DATASTORE_ORDER_PROPKEY - Static variable in class oracle.odi.domain.mapping.component.DataStorageDelegate
Property key name for the datastore order property.
dataStoreAdded(SourceDataStore) - Method in class oracle.odi.interfaces.interactive.support.xrefs.ContextManager
Deprecated.
This method will be called by <@link oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions InteractiveInterfaceHelperWithActions> after a <@link SourceDataStore> has been added to a DataSet.
DatastoreComponent - Class in oracle.odi.domain.mapping.component
A delegate class for a simple datastore mapping component.
DatastoreComponent(MapComponentOwner, String) - Constructor for class oracle.odi.domain.mapping.component.DatastoreComponent
Creates a new persistent datastore component.
DatastoreComponent(MapComponentOwner, IModelObject, boolean) - Constructor for class oracle.odi.domain.mapping.component.DatastoreComponent
Creates a new persistent datastore component.
DatastoreComponent(MapComponentOwner, IModelObject) - Constructor for class oracle.odi.domain.mapping.component.DatastoreComponent
Creates a new persistent datastore component.
DatastoreConstraint - Class in oracle.odi.domain.mapping
A class that represents the constraints of a datastore component.
DatastoreConstraint() - Constructor for class oracle.odi.domain.mapping.DatastoreConstraint
 
DatastoreOverridenConstraint - Class in oracle.odi.domain.mapping
A class that represents the overriding constraints of a datastore component.
DatastoreOverridenConstraint(MapComponent, String, String, boolean) - Constructor for class oracle.odi.domain.mapping.DatastoreOverridenConstraint
Creates a new Overriding constraint for this Map Component.
DataStoreReferenceBreakerClauses - Class in oracle.odi.interfaces.interactive.support.references.breakers
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This implementation deletes any clauses involved in the references.
This is because the default behaviour is to delete any clause referencing the source datastore that is being deleted.
DataStoreReferenceBreakerClauses() - Constructor for class oracle.odi.interfaces.interactive.support.references.breakers.DataStoreReferenceBreakerClauses
Deprecated.
 
DataStoreReferenceBreakerComposer - Class in oracle.odi.interfaces.interactive.support.references.breakers
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. A composer of reference breakers. All internal breakers are called one after the other.
DataStoreReferenceBreakerComposer(IDataStoreReferenceBreaker[]) - Constructor for class oracle.odi.interfaces.interactive.support.references.breakers.DataStoreReferenceBreakerComposer
Deprecated.
Constructor.
DataStoreReferenceBreakerLazy - Class in oracle.odi.interfaces.interactive.support.references.breakers
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This implementation is lazy and doesn't do anything to break references.
DataStoreReferenceBreakerLazy() - Constructor for class oracle.odi.interfaces.interactive.support.references.breakers.DataStoreReferenceBreakerLazy
Deprecated.
 
DataStoreReferenceBreakerTargetMapping - Class in oracle.odi.interfaces.interactive.support.references.breakers
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. This implementation removes references to source datastore from target mappings by switching the mappings to the target.
DataStoreReferenceBreakerTargetMapping() - Constructor for class oracle.odi.interfaces.interactive.support.references.breakers.DataStoreReferenceBreakerTargetMapping
Deprecated.
 
dataStoreRemoved(SourceDataStore) - Method in class oracle.odi.interfaces.interactive.support.xrefs.ContextManager
Deprecated.
This method will be called by <@link oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions InteractiveInterfaceHelperWithActions> after a <@link SourceDataStore> is removed from a DataSet.
dataType - Variable in class oracle.odi.domain.adapter.topology.IDataType.ConvertedDataType
 
DATE - Static variable in class oracle.odi.domain.mapping.MappingGenericTechnology.GenericDataType
 
DATE - Static variable in class oracle.odi.domain.project.OdiVariable.DataType
Date variable's value type.
DATE - Static variable in class oracle.odi.domain.runtime.variable.VariableType
For date value.
DATETIME - Static variable in class oracle.odi.domain.mapping.MappingGenericTechnology.GenericDataType
 
DayOfMonth(int) - Constructor for class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.DayOfMonth
Constructs an instance of DayOfMonth representing the specified int value.
DB_CONDITION - Static variable in class oracle.odi.domain.model.OdiCondition.ConditionType
The condition is defined in DataBase.
DB_ERROR - Static variable in class oracle.odi.interfaces.data.CheckResponse.Response
Deprecated.
A database error occurred when checking the expression.
DB_REFERENCE - Static variable in class oracle.odi.domain.model.OdiReference.ReferenceType
A reference based on column equality that exists in the database engine.
DDLDiff - Class in oracle.odi.generation
Class describing a difference between an ODI object of an ODI model and a database object such as a table, column, primary key, foreign key, unique key, index and check constraint.
DDLDiff.DiffType - Class in oracle.odi.generation
Type of difference as detected by the DDL Generator.
DDLDiff.ObjectType - Class in oracle.odi.generation
Type of object for which the difference is detected.
DDLDifferences - Class in oracle.odi.generation
Class that holds the current model ID on which the DDL differences were detected as well as the list of all differences.
DDLGeneratorServiceException - Exception in oracle.odi.generation
DDLGeneratorServiceImpl - Class in oracle.odi.generation.support
Default IDDLGeneratorService implementation.
DDLGeneratorServiceImpl(OdiInstance) - Constructor for class oracle.odi.generation.support.DDLGeneratorServiceImpl
Construct a DDLGenerationServiceImpl to use as a IDDLGeneratorService for the DDL generation service.
DebugParams - Class in oracle.odi.runtime.agent.invocation
Stores debug parameters for the Session
DebugParams(boolean, boolean, boolean) - Constructor for class oracle.odi.runtime.agent.invocation.DebugParams
Creates an instance with the provided configuration.
DECEMBER - Static variable in class oracle.odi.domain.runtime.scheduling.RecurrenceAttributes.MonthOfYear
Enumeration constant indicating the month of December.
DECIMAL - Static variable in class oracle.odi.domain.mapping.MappingGenericTechnology.GenericDataType
 
DECIMAL_SEPARATOR_MAX_LENGTH - Static variable in class oracle.odi.domain.model.OdiColumn.FileDescriptor
Maximum length supported for the "decimalSeparator" property.
DECLARE_VARIABLE - Static variable in class oracle.odi.domain.runtime.step.StepType
Declare Variable step type.
DeclareVariable(StepVariable) - Constructor for class oracle.odi.domain.project.StepVariable.DeclareVariable
DECORATOR - Static variable in class oracle.odi.domain.mapping.IMapComponent.ComponentCategory
A decorator is a selector that can add some attributes of it's own, but does not define a new projection.
DECORATOR - Static variable in class oracle.odi.domain.mapping.MapAttribute.AttributeType
 
DEFAULT - Static variable in class oracle.odi.domain.project.OdiProcedureLineCmd.IsolationLevel
default mode will be used (i.e.
DEFAULT - Static variable in class oracle.odi.domain.runtime.session.OdiSessionTaskLog.IsolationLevel
Default isolation level (DB or driver specific).
DEFAULT_APPLICATION_NAME - Static variable in class oracle.odi.domain.topology.OdiPhysicalAgent
Constant field value representing the default agent application name.
DEFAULT_CONNECTION_TYPE_SELECTOR - Static variable in class oracle.odi.domain.mapping.MapAttribute
 
DEFAULT_ERROR_TABLE_PREFIX - Static variable in class oracle.odi.domain.topology.OdiTechnology
The default value for the errorTablePrefix.
DEFAULT_INACTIVE_CONNECTION_TIMEOUT - Static variable in class oracle.odi.core.config.PoolingAttributes
Inactive connection timeout default value.
DEFAULT_INITIAL_POOL_SIZE - Static variable in class oracle.odi.core.config.PoolingAttributes
Initial pool size default value.
DEFAULT_INTEGRATION_TABLE_PREFIX - Static variable in class oracle.odi.domain.topology.OdiTechnology
The default value for the integrationTablePrefix.
DEFAULT_JAVA_CHARSET - Static variable in class oracle.odi.impexp.EncodingOptions
Default value of Java character set used in export.
DEFAULT_JOURNAL_TABLE_PREFIX - Static variable in class oracle.odi.domain.topology.OdiTechnology
The default value for the journalTablePrefix.
DEFAULT_JOURNAL_TRIGGER_PREFIX - Static variable in class oracle.odi.domain.topology.OdiTechnology
The default value for the journalTriggerPrefix.
DEFAULT_JOURNAL_VIEW_PREFIX - Static variable in class oracle.odi.domain.topology.OdiTechnology
The default value for the journalViwPrefix.
DEFAULT_LOADING_TABLE_PREFIX - Static variable in class oracle.odi.domain.topology.OdiTechnology
The default value for the loadingTablePrefix.
DEFAULT_MAX_POOL_SIZE - Static variable in class oracle.odi.core.config.PoolingAttributes
Max pool size default value.
DEFAULT_MIN_POOL_SIZE - Static variable in class oracle.odi.core.config.PoolingAttributes
Min pool size default value.
DEFAULT_SEPARATORS - Static variable in class oracle.odi.core.config.OdiCoreConstants
 
DEFAULT_STATEMENT_CACHE_SIZE - Static variable in class oracle.odi.core.config.PoolingAttributes
Default JDBC Statement cache size.
DEFAULT_TEMPORARY_INDEX_PREFIX - Static variable in class oracle.odi.domain.topology.OdiTechnology
The default value for the temporaryIndexPrefix.
DEFAULT_VALUE_MAX_LENGTH - Static variable in class oracle.odi.domain.model.OdiColumn
Maximum length supported for the "defaultValue" property.
DEFAULT_VALUES - Static variable in class oracle.odi.domain.mapping.component.LookupComponent.NO_MATCH_ROWS
 
DEFAULT_XML_CHARSET - Static variable in class oracle.odi.impexp.EncodingOptions
Default value of XML character set used in export.
DEFAULT_XML_VERSION - Static variable in class oracle.odi.impexp.EncodingOptions
Default value of XML version.
DefaultDelegate - Class in oracle.odi.domain.mapping.component
A default component delegate class.
DefaultDelegate(MapComponentOwner, String, String) - Constructor for class oracle.odi.domain.mapping.component.DefaultDelegate
Creates a default component delegate.
DefaultDelegate(IMapComponentOwner, String, String, IModelObject) - Constructor for class oracle.odi.domain.mapping.component.DefaultDelegate
Creates a default component delegate that is bound to a repository object.
DefaultDelegate.DefaultAttributeDelegate - Class in oracle.odi.domain.mapping.component
A default component attribute delegate class.
DefaultDelegate.DefaultConnectorPointDelegate - Class in oracle.odi.domain.mapping.component
 
DefaultMissingRef - Class in oracle.odi.missingref.support
Default IMissingRef implementation.
DefaultMissingRef() - Constructor for class oracle.odi.missingref.support.DefaultMissingRef
FOR INTERNAL USE ONLY.
DefaultTransactionDefinition - Class in oracle.odi.core.persistence.transaction.support
Default implementation of ITransactionDefinition interface, allowing for bean-style configuration and default values (PROPAGATION_REQUIRED, TIMEOUT_DEFAULT).
DefaultTransactionDefinition() - Constructor for class oracle.odi.core.persistence.transaction.support.DefaultTransactionDefinition
Create a new DefaultTransactionDefinition using default values.
DefaultTransactionDefinition(int) - Constructor for class oracle.odi.core.persistence.transaction.support.DefaultTransactionDefinition
Create a new DefaultTransactionDefinition with the given propagation behavior
DefaultTransactionDefinition(ITransactionDefinition) - Constructor for class oracle.odi.core.persistence.transaction.support.DefaultTransactionDefinition
Copy constructor.
delete() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
DELETE - Static variable in class oracle.odi.domain.project.OdiProcedureLine.LogCounter
Execution will increment the DELETE counter.
DELETE - Static variable in class oracle.odi.domain.runtime.session.OdiSessionTaskLog.LogCounter
Execution will increment the DELETE counter.
DELETE_LOCAL - Static variable in class oracle.odi.domain.project.OdiProcedureLine.LogCounter
Execution will increment the DELETE counter for the current task only.
DELETE_LOCAL - Static variable in class oracle.odi.domain.runtime.session.OdiSessionTaskLog.LogCounter
Execution will increment the DELETE counter for the current task only.
deleteReferencesTo(IMapComponent) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
deleteReferencesTo(MapConnectorPoint) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
deleteReferencesTo(MapExpression) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
deleteReferencesTo(MapExpression) - Method in class oracle.odi.domain.mapping.ReusableMapping
 
DELIMITED - Static variable in class oracle.odi.domain.model.OdiDataStore.FileDescriptor.Format
Delimited file.
DELIMITED - Static variable in class oracle.odi.domain.model.OdiDataStore.HadoopStorageDescriptor.HiveRowFormat
Delimited Row Format
deMaterializeShortcutable(IOdiShortcutable, IOdiShortcutable) - Method in interface oracle.odi.domain.shortcuts.IOdiShortcutService
DeMaterialize a real object to shortcut.
deMaterializeShortcutable(IOdiShortcutable, IOdiShortcutable) - Method in class oracle.odi.domain.shortcuts.support.OdiShortcutServiceImpl
 
DeploymentArchiveLog - Class in oracle.odi.core.service.deployment
Log Information of the Deployment Archive applied onto the Repository
DeploymentArchiveLog() - Constructor for class oracle.odi.core.service.deployment.DeploymentArchiveLog
 
DeploymentArchiveSourceType - Class in oracle.odi.core.service.deployment
The Source Type of Deployment Archive
DeploymentArchiveType - Class in oracle.odi.core.service.deployment
The Type of Deployment Archive
DeploymentService - Class in oracle.odi.core.service.deployment
Provides methods to create Full or Patch Deployment Archives from ODI Repository or VCS Label.
DeploymentServiceException - Exception in oracle.odi.core.service.deployment
 
DeploymentServiceException(MessageHandle, Object[]) - Constructor for exception oracle.odi.core.service.deployment.DeploymentServiceException
Constructs an DeploymentServiceException object.
DeploymentServiceException(MessageHandle) - Constructor for exception oracle.odi.core.service.deployment.DeploymentServiceException
Constructs an DeploymentServiceException object.
DeploymentServiceException(Throwable, MessageHandle, Object[]) - Constructor for exception oracle.odi.core.service.deployment.DeploymentServiceException
Constructs an DeploymentServiceException object.
DeploymentSpec - Class in oracle.odi.domain.mapping.physical
Deprecated.
DeploymentSpec(MapPhysicalDesign) - Constructor for class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
DES56 - Static variable in class oracle.odi.core.security.CryptoAlgo
 
DESCENDING - Static variable in class oracle.odi.domain.project.OdiJKMLine.RepeatOrder
Execute for each of the journaled tables in descending order.
DESCRIPTION_MAX_LENGTH - Static variable in class oracle.odi.domain.project.ProcedureOption
Maximum length of a procedure option description.
DESIGN - Static variable in class oracle.odi.core.repository.WorkRepository.WorkType
A design time work repository.
DESIGN_TIME - Static variable in class oracle.odi.domain.topology.OdiWorkRepositoryInfo.WorkRepType
Design time work repository type.
detach(IOdiEntity) - Method in interface oracle.odi.core.persistence.IOdiEntityManager
Detach the given entity from the persistent context.
DetachedOptionValue(IOptionValue) - Constructor for class oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.DetachedOptionValue
Deprecated.
Creates a detached option value.
DIFFERENT - Static variable in class oracle.odi.domain.runtime.loadplan.OdiCaseWhen.ComparisonOperator
<> Different
DIFFERENT - Static variable in class oracle.odi.domain.runtime.session.VariableOperator
Correspond to operator <>.
diffFiles(String, String, boolean, Map, String[]) - Static method in class oracle.odi.domain.mapping.TestUtils
Return a diff string for 2 files, null if the files are identical
diffFiles(String, String, boolean, Map, String[], Boolean) - Static method in class oracle.odi.domain.mapping.TestUtils
Return a diff string for 2 files, null if the files are identical
diffWhitespace(String, String) - Static method in class oracle.odi.domain.mapping.TestUtils
Throw an assert failure if the specified strings are not equal.
diffWhitespace(String, String, boolean) - Static method in class oracle.odi.domain.mapping.TestUtils
 
DIMENSION - Static variable in class oracle.odi.domain.model.OdiDataStore.OlapType
A dimension table.
DIMENSION_ATTRIBUTE_CAN_NOT_BE_SCD2_ROLE_AND_HAVE_SCD3_TYPE_AT_SAME_TIME - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, level attribute {2} can not have an SCD2 setting (date or trigger, etc.) and have SCD3 type attributes (previous value or effective date) set for it.
DIMENSION_ATTRIBUTE_CAN_NOT_BE_SCD3_ROLE_AND_HAVE_SCD3_TYPE_AT_SAME_TIME - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, level attribute {2} can not be used as an SCD3 role attribute (previous value or effective date) and have SCD3 type attributes at the same time.
DIMENSION_CYCLICAL_PARENT_REF - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
Dimension {0} has an invalid cyclical parent/child level relationship involving parent referece {1}.
DIMENSION_DIMENSION_BOUND_DATASTORE_DOES_NOT_HAVE_PRIMARY_KEY - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
Dimension {0} uses surrogate key but bound datastore {1} does not have primary key constraint.
DIMENSION_DIMENSION_DOES_NOT_HAVE_HIERARCHY - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
Dimension {0} has more than one level but no hierarchy defined.
DIMENSION_DIMENSION_IS_NOT_BOUND_TO_DATASTORE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
Dimension {0} with star implementation is not bound to a datastore.
DIMENSION_DIMENSION_IS_NOT_BOUND_TO_ERROR_DATASTORE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} with star implementation, the orphan management is enabled but dimension is not bound to an error datastore.
DIMENSION_DOES_NOT_HAVE_LEVELS - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
Dimension {0} does not have any levels.
DIMENSION_HIERARCHY_CONTAINS_ONE_LEVEL_OR_NO_LEVEL - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In Dimension {0}, hierarchy {1} contains either only one level or no levels.
DIMENSION_HIERARCHY_LEVEL_ORDERING_FAULT - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
The dimension has an invalid cyclical parent/child level relationship involving {0}
DIMENSION_HIERARCHY_MEMBER_FAULT - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
The dimension hierarchy member uses parent ref {0}, which points to a level that is not included in the hierarchy.
DIMENSION_HIERARCHY_VERSIONING_IS_NOT_ENABLED - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0}, SCD2 is enabled for non-leaf level {1}, but hierarchy versioning is not enabled between level {1} and {2}.
DIMENSION_INCONSISTENT_COLUMN_BINDING - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
Level attribute {0} bound column: {1} is owned by table {2}, but the level is bound to table {3}
DIMENSION_INCONSISTENT_ERROR_COLUMN_BINDING - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
Level attribute {0} bound error column: {1} is owned by table {2}, but the level is bound to error table {3}
DIMENSION_INCONSISTENT_PARENT_REF_MEMBER_BINDING - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
Parent ref member {0} bound staging column: {1} is owned by table {2}, but the level is bound to table {3}
DIMENSION_INCONSISTENT_STAGING_COLUMN_BINDING - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
Level attribute {0} bound staging column: {1} is owned by table {2}, but the level is bound to staging table {3}
DIMENSION_LEVEL_AK_SK_SET_SAME_ATTRIBUTE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, level attribute {2} is set as both the surrogate key and the natural key.
DIMENSION_LEVEL_ATTRIBUTE_BOUND_COLUMN_NOT_OWNED_BY_BOUND_DATASTORE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0}, level {1} is bound to datastore {2}, but level attribute {3} is bound to column {4} which is owned by datastore {5}.
DIMENSION_LEVEL_ATTRIBUTE_BOUND_ERROR_COLUMN_NOT_OWNED_BY_BOUND_ERROR_DATASTORE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In Dimension {0}, Level {1} is bound to error datastore {2}, but Level Attribute {3} is bound to error column {4} which is owned by datastore {5}.
DIMENSION_LEVEL_ATTRIBUTE_BOUND_STAGING_COLUMN_NOT_OWNED_BY_BOUND_STAGING_DATASTORE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In Dimension {0}, Level {1} is bound to staging datastore {2}, but Level Attribute {3} is bound to staging column {4} which is owned by datastore {5}.
DIMENSION_LEVEL_ATTRIBUTE_IS_NOT_BOUND_TO_COLUMN - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, level attribute {2} is not bound to a column of the bound datastore.
DIMENSION_LEVEL_ATTRIBUTE_IS_NOT_BOUND_TO_ERROR_COLUMN - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, level attribute {2} is not bound to an error column of the bound error datastore.
DIMENSION_LEVEL_ATTRIBUTE_IS_NOT_BOUND_TO_STAGING_COLUMN - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, level attribute {2} is not bound to a staging column of the bound staging datastore.
DIMENSION_LEVEL_BOUND_DATASTORE_DOES_NOT_HAVE_PRIMARY_KEY - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
Dimension {0} uses surrogate key but bound datastore {1} of level {2} does not have primary key constraint.
DIMENSION_LEVEL_DOES_NOT_HAVE_ATTRIBUTES - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In Dimension {0}, level {1} does not have any level attributes.
DIMENSION_LEVEL_DOES_NOT_HAVE_NATURAL_KEY - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0}, level {1} does not have any natural key.
DIMENSION_LEVEL_DOES_NOT_HAVE_UPDATABLE_ATTRIBUTES - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0}, level {1} does not have any updatable attributes.
DIMENSION_LEVEL_IN_PARENT_REF_IS_NOT_OWNED_BY_HIERARCHY - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} hierarchy {1}, the hierarchy member for level {2} uses parent reference {3}, which points to level {4} that is not included in this hierarchy.
DIMENSION_LEVEL_IS_NOT_BOUND_TO_DATASTORE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
Dimension {0} is flagged as a snowflake implementation, but level {1} is not bound to a datastore.
DIMENSION_LEVEL_IS_NOT_BOUND_TO_ERROR_DATASTORE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} with snowflake implementation, the orphan management is enabled but level {1} is not bound to an error datastore.
DIMENSION_LEVEL_IS_NOT_BOUND_TO_STAGING_DATASTORE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0}, level {1} is not bound to a staging datastore.
DIMENSION_MISMATCH_BETWEEN_LEVEL_ATTRIBUTE_AND_PREVIOUS_ATTRIBUTE_DATATYPE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, datatype {3} of level attribute {2} does not match with the datatype {5} of SCD3 previous attribute {4}.
DIMENSION_MISMATCH_BETWEEN_LEVEL_ATTRIBUTE_BOUND_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, the datatype {3} of level attribute {2} is does not match with the datatype {5} of bound column {4}.
DIMENSION_MISMATCH_BETWEEN_LEVEL_ATTRIBUTE_BOUND_ERROR_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, the datatype {3} of level attribute {2} does not match with the datatype {5} of bound error column {4}.
DIMENSION_MISMATCH_BETWEEN_LEVEL_ATTRIBUTE_BOUND_STAGING_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, the datatype {3} of level attribute {2} does not match with the datatype {5} of bound staging column {4}.
DIMENSION_MISMATCH_BETWEEN_PARENT_REF_MEMBER_BOUND_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} parent reference member {1}, the datatype of {3} of referenced level attribute {2} does not match with the datatype {5} of bound column {4}.
DIMENSION_MISMATCH_BETWEEN_PARENT_REF_MEMBER_BOUND_ERROR_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} parent reference member {1}, the datatype {3] of referenced level attribute {2} does not match with the datatype {5} of bound error column {4}.
DIMENSION_MISMATCH_BETWEEN_PARENT_REF_MEMBER_BOUND_STAGING_COLUMN_AND_LEVEL_ATTRIBUTE_DATATYPE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} parent reference member {1}, the datatype {3] of referenced level attribute {2} does not match with the datatype {5} of bound staging column {4}.
DIMENSION_NATURAL_KEY_IS_NOT_USED_FOR_SCD3_ATTR - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0}, a level attribute is enabled as SCD3 attribute, but it is also set as nature key.
DIMENSION_NOT_ALL_SCD2_EFF_TIME_EXP_TIME_TRIGGER_HISTORY_ARE_DEFINED - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0}, if any of SCD2 trigger history, SCD2 effective time or SCD2 expiration time is set for a level, then all of them must be set.
DIMENSION_NOT_ALL_SCD3_PREVIOUS_VALUE_EFF_TIME_ARE_DEFINED - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0}, level {1}, for level attribute {2} if the SCD3 effective date is set, the previous value must also be set.
DIMENSION_ONE_ATTRIBUTE_CAN_NOT_BE_BOTH_SCD2_ROLE_AND_SCD3_ROLE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, level attribute {2} can not have both a SCD2 setting (date or trigger, etc.) and be used in an SCD3 role (previous value or effective date).
DIMENSION_PARENT_REF_MEMBER_BOUND_COLUMN_DOES_NOT_HAVE_FOREIGN_KEY - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1} with snowflake implementation, the bound column of parent reference member {2} does not have foreign key constraint.
DIMENSION_PARENT_REF_MEMBER_BOUND_COLUMN_IS_NOT_PARENT_LEVEL_ATTRIBUTE_BOUND_COLUMN - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
Dimension {0} is star implementation, but parent reference {1} member {2} is not bound to the same column {3} as the matching parent level key attribute {4}.
DIMENSION_PARENT_REF_MEMBER_BOUND_COLUMN_NOT_OWNED_BY_BOUND_DATASTORE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1} is bound to datastore {2}, but parent reference member {3} is bound to staging column {4} which is owned by datastore {5}.
DIMENSION_PARENT_REF_MEMBER_BOUND_ERROR_COLUMN_NOT_OWNED_BY_BOUND_ERROR_DATASTORE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1} is bound to error datastore {2}, but parent reference member {3} is bound to error column {4} which is owned by datastore {5}.
DIMENSION_PARENT_REF_MEMBER_BOUND_STAGING_COLUMN_NOT_OWNED_BY_BOUND_STAGING_DATASTORE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1} is bound to staging datastore {2}, but parent reference member {3} is bound to column {4} which is owned by datastore {5}.
DIMENSION_PARENT_REF_MEMBER_IS_NOT_BOUND_TO_COLUMN - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, parent reference member {2} is not bound to a column.
DIMENSION_PARENT_REF_MEMBER_IS_NOT_BOUND_TO_ERROR_COLUMN - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, parent reference member {2} is not bound to an error column.
DIMENSION_PARENT_REF_MEMBER_IS_NOT_BOUND_TO_STAGING_COLUMN - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, parent reference member {2} is not bound to a staging column.
DIMENSION_SCD3_PREVIOUS_ATTRIBUTE_CAN_NOT_BE_ANOTHER_SCD3_ROLE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, level attribute {2} can not be flagged as an SCD3 previous value for more than one attribute nor as both a previous value and an effective date.
DIMENSION_SURROGATE_ID_AND_NATURAL_KEY_CAN_NOT_BE_SCD2_EFF_TIME_EXP_TIME_TRIGGER_HISTORY - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, a key attribute {2} is flagged as role playing(date or trigger, etc.).
DIMENSION_SURROGATE_ID_AND_NATURAL_KEY_CAN_NOT_BE_SCD3_EFF_TIME_PREVIOUS_ATTRIBUTE - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0} level {1}, a key attribute {2} is flagged as role playing(date or trigger, etc.).
DIMENSION_SURROGATE_ID_IS_NOT_USED_FOR_SCD2 - Static variable in class oracle.odi.domain.validation.ValidationMessageHandle
In dimension {0}, SCD2 is enabled, but surrogate key is not used.
DimensionComponent - Class in oracle.odi.domain.mapping.component
 
DimensionComponent(IMapComponentOwner, IDimension, String) - Constructor for class oracle.odi.domain.mapping.component.DimensionComponent
Creates a new persistent dimension component.
DimensionComponent(IMapComponentOwner, String) - Constructor for class oracle.odi.domain.mapping.component.DimensionComponent
Creates a new persistent dimension component.
DirectoryDeploymentSettings(String, String) - Constructor for class oracle.odi.domain.topology.AbstractOdiDataServer.DirectoryDeploymentSettings
displayIssues(List, boolean) - Static method in class oracle.odi.domain.root.RootIssue
Formats a string of issues for display.
displayIssues(List, RootIssue.Level) - Static method in class oracle.odi.domain.root.RootIssue
Returns a string of issues formatted for display.
displayIssues(List, OutputStream, boolean) - Static method in class oracle.odi.domain.root.RootIssue
Displays a list of issue objects, to the specified output stream.
DISTINCT_ROW - Static variable in class oracle.odi.interfaces.interactive.support.actions.InterfaceActionOnStagingAreaSetIndicator.StagingAreaIndicator
Deprecated.
Represents an indicator that, if set to true, specifies that a distinct clause will be added to the stage table loading, to eliminate duplicate rows.
DistinctComponent - Class in oracle.odi.domain.mapping.component
A delegate class for the distinct mapping component.
DistinctComponent(MapComponentOwner, String) - Constructor for class oracle.odi.domain.mapping.component.DistinctComponent
Constructs a new persistent distinct component.
DO_NOT_COMMIT - Static variable in class oracle.odi.domain.project.OdiProcedureLineCmd.CommitMode
execution will not commit underlying DB transaction.
doCobolCopyBookReverse(OdiInstance, Serializable, String, String, boolean, boolean) - Static method in class oracle.odi.core.service.reverse.ReverseService
This method is used to reverse the cobol copybook datastore.
doCustomReverse(OdiInstance, Serializable, Integer) - Static method in class oracle.odi.core.service.reverse.ReverseService
This method is used for custom reverse engineering of a odiModel.
doesExitOnFailure() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
doesExitOnFailure() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
doesExitOnSuccess() - Method in interface oracle.odi.domain.runtime.common.IRuntimeStep
 
doesExitOnSuccess() - Method in class oracle.odi.domain.runtime.session.OdiSessionStep
Deprecated.
 
doFileReverse(OdiInstance, Serializable) - Static method in class oracle.odi.core.service.reverse.ReverseService
This mehod is used to reverse the file datastore.
doInTransaction(ITransactionStatus) - Method in interface oracle.odi.core.persistence.transaction.support.ITransactionCallback
Gets called by TransactionTemplate.execute(ITransactionCallback) within a transactional context.
doInTransaction(ITransactionStatus) - Method in class oracle.odi.core.persistence.transaction.support.TransactionCallbackWithoutResult
 
DOMAIN_HOME - Static variable in class oracle.odi.core.config.OdiCoreConstants
 
DomainRuntimeException - Exception in oracle.odi.domain
Top level ODI Domain unchecked exception to be sub-classed by all specific custom unchecked exceptions of ODI Domain.
DomainRuntimeException(MessageHandle, Object[]) - Constructor for exception oracle.odi.domain.DomainRuntimeException
 
DomainRuntimeException(Throwable, MessageHandle, Object[]) - Constructor for exception oracle.odi.domain.DomainRuntimeException
 
DomainRuntimeException(Throwable) - Constructor for exception oracle.odi.domain.DomainRuntimeException
 
DONE - Static variable in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun.Status
 
DONE - Static variable in class oracle.odi.domain.runtime.session.Status
The status for succeeded execution.
DONE - Static variable in class oracle.odi.runtime.agent.invocation.ExecutionInfo.SessionStatus
Session done with no error or warning.
DONE_IN_PREVIOUS_EXECUTION - Static variable in class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun.Status
This status defines the fact that the step was already executed and reached a status done in a previous run.
It means the current step has not been executed in this run because it's already been a success and hasn't been restarted.
doStandardReverse(OdiInstance, Serializable, ReverseService.DataStoreSelection, List) - Static method in class oracle.odi.core.service.reverse.ReverseService
This method is used for standard and selective reverse engineering of a model.
DOUBLE - Static variable in class oracle.odi.domain.mapping.MappingGenericTechnology.GenericDataType
 
DRIVER_INPUT - Static variable in class oracle.odi.domain.mapping.component.SubqueryFilterComponent
Input connector point role value.
DRIVER_ROLE - Static variable in class oracle.odi.domain.mapping.component.LookupComponent
 
DROPPED - Static variable in class oracle.odi.generation.DDLDiff.DiffType
Current object exists in Database but not in ODI.
DummyConnectionSettings() - Constructor for class oracle.odi.domain.topology.AbstractOdiDataServer.DummyConnectionSettings
 
dump() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
dump(OutputStream) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
dump(Logger, Level) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
dump(OutputStream, boolean) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
dump(Level) - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
dump(Level) - Method in class oracle.odi.domain.mapping.physical.MapPhysicalDesign
 
dump() - Method in interface oracle.odi.domain.root.IRoot
Dump metadata and state information about this object to the system output stream.
dump(OutputStream) - Method in interface oracle.odi.domain.root.IRoot
Dump metadata and state information about this object to the specified output stream.
dumpAttributeList(List) - Static method in class oracle.odi.domain.mapping.MapAttribute
A utility method to dump a specified list of attributes for a specified component to the console.
dumpDeepStructure(IExecutable, OutputStream) - Static method in class oracle.odi.domain.runtime.common.ExecutableHelper
 
dumpLineOrder() - Method in class oracle.odi.domain.project.OdiProcedure
 
dumpObjectToResultsFile(NamedObject, String) - Static method in class oracle.odi.domain.mapping.TestUtils
Dump the metadata for the specified named object to a results file, and return a file object which represents the results file.
dumpStringToResultsFile(String, String, String) - Static method in class oracle.odi.domain.mapping.TestUtils
 
dumpStructure(IExecutable, OutputStream) - Static method in class oracle.odi.domain.runtime.common.ExecutableHelper
 
dumpTaskDeepStructure(PrintStream, IStepTask, String) - Static method in class oracle.odi.domain.runtime.common.ExecutableHelper
 
dumpTaskStructure(PrintStream, IStepTask, String) - Static method in class oracle.odi.domain.runtime.common.ExecutableHelper
 
dumpToString() - Method in class oracle.odi.domain.mapping.physical.DeploymentSpec
Deprecated.
 
duplicate() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanCaseCondition
 
duplicate(OdiLoadPlanStepCase) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanCaseCondition
 
duplicate() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanException
 
duplicate() - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
Create a duplicated step just placed just after this step/step container
duplicate(OdiLoadPlanStep) - Method in class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
 
DuplicateIdException - Exception in oracle.odi.interfaces.interactive.exceptions
Deprecated.
this class/method belongs to 11g SDK and is deprecated in 12c release. Thrown when a duplicate object ids is detected by IdManager.
DuplicateIdException(String, Throwable) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.DuplicateIdException
Deprecated.
Constructs a new DuplicateIdException.
DuplicateIdException(String) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.DuplicateIdException
Deprecated.
Constructs a new DuplicateIdException.
DuplicateIdException(Throwable) - Constructor for exception oracle.odi.interfaces.interactive.exceptions.DuplicateIdException
Deprecated.
Constructs a new DuplicateIdException.
duplicateLine(L) - Method in class oracle.odi.domain.project.OdiProcedure
Duplicates specified line and adds the new line to the end of list of lines.
duplicateOption(ProcedureOption) - Method in class oracle.odi.domain.project.OdiProcedure
Duplicates specified option and adds the new option to the end of list of options.
DynamicFolder - Class in oracle.odi.core.service.navigation
The getDynamicFolders method returns a List with one DynamicFolder for each requested sub-folder, with a count of the number of nodes within that folder.
DynamicFolder() - Constructor for class oracle.odi.core.service.navigation.DynamicFolder
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links
Oracle® Fusion Middleware Java API Reference for Oracle Data Integrator
12c (12.2.1.2.0)

E77153-01

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