[Home] [Help]
[Dependency Information]
| Object Name: | AD_PARALLEL_UPDATE_UNITS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| Subobject Name: | |
| Status: | VALID |
Around 5,000 rows per table?
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AD_PARALLEL_UPDATE_UNITS_U1 | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
UPDATE_ID
UNIT_ID
|
| AD_PARALLEL_UPDATE_UNITS_N1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
UPDATE_ID
STATUS
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UNIT_ID | NUMBER | Yes | Unique ID for unit of work | |
| UPDATE_ID | NUMBER | Yes | ID for the parallel update | |
| STATUS | VARCHAR2 | (1) | Yes | Status of the unit of work |
| RELATIVE_FNO | NUMBER | DB file associated with ROWIDs in the unit | ||
| START_BLOCK | NUMBER | Block ID for the first row in the unit | ||
| END_BLOCK | NUMBER | Block ID for the last row in the unit | ||
| START_ID | NUMBER | ID for the first row in the unit. | ||
| END_ID | NUMBER | ID for the last row in the unit | ||
| WORKER_ID | NUMBER | ID for worker processing the unit | ||
| START_DATE | DATE | Processing start time for the unit. | ||
| END_DATE | DATE | Processing end time for the unit. | ||
| ROWS_PROCESSED | NUMBER | Number of rows processed for this unit. | ||
| DATA_OBJECT_ID | NUMBER | Data object number for the segment |
Cut, paste (and edit) the following text to query this object:
SELECT UNIT_ID
, UPDATE_ID
, STATUS
, RELATIVE_FNO
, START_BLOCK
, END_BLOCK
, START_ID
, END_ID
, WORKER_ID
, START_DATE
, END_DATE
, ROWS_PROCESSED
, DATA_OBJECT_ID
FROM APPLSYS.AD_PARALLEL_UPDATE_UNITS;
APPLSYS.AD_PARALLEL_UPDATE_UNITS does not reference any database object
APPLSYS.AD_PARALLEL_UPDATE_UNITS is referenced by following:
APPS
AD_PARALLEL_UPDATE_UNITS
|
|
|
|