[Home] [Help]
[Dependency Information]
| Object Name: | DBA_RESOURCE_INCARNATIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
Resource incarnations that are running or eligible for HA status notification
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_TYPE | VARCHAR2 | (30) | Yes | Resource type |
| RESOURCE_NAME | VARCHAR2 | (256) | Resource name | |
| DB_UNIQUE_NAME | VARCHAR2 | (30) | Yes | Databae unique name |
| DB_DOMAIN | VARCHAR2 | (128) | Yes | Database domain |
| INSTANCE_NAME | VARCHAR2 | (30) | Yes | Name of instance at which resource is located |
| HOST_NAME | VARCHAR2 | (512) | Name of host at which resource is located | |
| STARTUP_TIME | TIMESTAMP(9) WITH TIME ZONE | (20) | Resource startup date and time |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_TYPE
, RESOURCE_NAME
, DB_UNIQUE_NAME
, DB_DOMAIN
, INSTANCE_NAME
, HOST_NAME
, STARTUP_TIME
FROM SYS.DBA_RESOURCE_INCARNATIONS;
SYS
RECENT_RESOURCE_INCARNATIONS$
PUBLIC
DBA_RESOURCE_INCARNATIONS
|
|
|
|