[Home] [Help]
[Dependency Information]
| Object Name: | DBA_AUTOTASK_STATUS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Autotask Status Information
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STATUS | VARCHAR2 | (8) | Status of Automated Maintenance | |
| LAST_CHANGE | TIMESTAMP(6) WITH TIME ZONE | (13) | Timestamp of last status change |
Cut, paste (and edit) the following text to query this object:
SELECT STATUS
, LAST_CHANGE
FROM SYS.DBA_AUTOTASK_STATUS;
SYS
KET$_CLIENT_CONFIG
PUBLIC
DBA_AUTOTASK_STATUS
SYS
DBMS_AUTO_TASK_EXPORT
- show dependent code
|
|
|
|