Package | Description |
---|---|
oracle.odi.domain.dimension |
Modifier and Type | Field and Description |
---|---|
static OdiCube.OrphanRowOption |
OdiCube.OrphanRowOption.DEFAULT_DIMENSION_RECORD
Default dimension record means that the orphan row is assigned a
default dimension record from the dimension level table.
|
static OdiCube.OrphanRowOption |
OdiCube.OrphanRowOption.NO_MAINTENANCE
No maintenance means that no orphan management will be done at all,
orphans will be skipped.
|
static OdiCube.OrphanRowOption |
OdiCube.OrphanRowOption.REJECT_ORPHAN
Reject orphan means that the orphan row is not loaded into the cube
table, but instead is loaded into an error table.
|
Modifier and Type | Method and Description |
---|---|
OdiCube.OrphanRowOption |
OdiCube.getInvalidDimensionKeyOption() |
OdiCube.OrphanRowOption |
OdiCube.getNullDimensionKeyOption() |
static OdiCube.OrphanRowOption |
OdiCube.OrphanRowOption.valueOf(java.lang.String name) |
static OdiCube.OrphanRowOption[] |
OdiCube.OrphanRowOption.values() |
Modifier and Type | Method and Description |
---|---|
void |
OdiCube.setInvalidDimensionKeyOption(OdiCube.OrphanRowOption pOption) |
void |
OdiCube.setNullDimensionKeyOption(OdiCube.OrphanRowOption pOption) |