[Home] [Help]
[Dependency Information]
Object Name: | AD_PARALLEL_COMPILE |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Used by the AD Parallel Compile table to list the objects in a schema
that are invalid. Contains obj# and sys_stat columns so we can
process invalid objects directly against sys$ tables in the stored
procedures used by Parallel Compile. Otherwise, we would have to run
against the DBA views, which are much slower.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AD_PARALLEL_COMPILE_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AD_PARALLEL_COMPILE_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OBJ# | NUMBER | Yes | Object number from sys.obj$ (or dba_objects) | |
OWNER | VARCHAR2 | (30) | Yes | Name of schema that owns this object |
NAME | VARCHAR2 | (128) | Yes | Name of object |
TYPE | VARCHAR2 | (30) | Yes | What type of object this is |
DEPEND_LEVEL | NUMBER | Yes | How many levels of currently-invalid objects this object depends on | |
WORKER_NUMBER | NUMBER | Yes | Logical worker number | |
STATUS | VARCHAR2 | (7) | Yes | Status of object: VALID or INVALID |
SYS_STAT | NUMBER | Yes | Numeric representation of STATUS column; used to join with SYS$ tables |
Cut, paste (and edit) the following text to query this object:
SELECT OBJ#
, OWNER
, NAME
, TYPE
, DEPEND_LEVEL
, WORKER_NUMBER
, STATUS
, SYS_STAT
FROM APPLSYS.AD_PARALLEL_COMPILE;
APPLSYS.AD_PARALLEL_COMPILE does not reference any database object
APPLSYS.AD_PARALLEL_COMPILE is referenced by following:
|
|
|