[Home] [Help]
[Dependency Information]
| Object Name: | UTL_RECOMP_ERRORS |
|---|---|
| Object Type: | TABLE |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | SYSTEM |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJ# | NUMBER | |||
| ERROR_AT | TIMESTAMP(6) | (11) | ||
| COMPILE_ERR | VARCHAR2 | (4000) |
Cut, paste (and edit) the following text to query this object:
SELECT OBJ#
, ERROR_AT
, COMPILE_ERR
FROM SYS.UTL_RECOMP_ERRORS;
SYS.UTL_RECOMP_ERRORS does not reference any database object
SYS.UTL_RECOMP_ERRORS is referenced by following:
SYS
UTL_RECOMP
- show dependent code
|
|
|
|