[Home] [Help]
[Dependency Information]
| Object Name: | CLUSTER_INSTANCES |
|---|---|
| Object Type: | TABLE |
| Owner: | SYS |
| Subobject Name: | |
| Status: | VALID |
SYS.CLUSTER_INSTANCES is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$SESSION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INSTANCE_NUMBER | NUMBER | |||
| DATABASE_NAME | VARCHAR2 | (128) | ||
| INST_NAME | VARCHAR2 | (4000) | ||
| NODE_NAME | VARCHAR2 | (4000) | ||
| SPAREN1 | NUMBER | |||
| SPAREN2 | NUMBER | |||
| SPAREVC1 | VARCHAR2 | (4000) | ||
| SPAREVC2 | VARCHAR2 | (4000) |
Cut, paste (and edit) the following text to query this object:
SELECT INSTANCE_NUMBER
, DATABASE_NAME
, INST_NAME
, NODE_NAME
, SPAREN1
, SPAREN2
, SPAREVC1
, SPAREVC2
FROM SYS.CLUSTER_INSTANCES;
SYS.CLUSTER_INSTANCES does not reference any database object
SYS.CLUSTER_INSTANCES is not referenced by any database object
|
|
|
|