The ACTIVE_INSTANCES stored procedure returns active instances.
Syntax
DBMS_UTILITY.ACTIVE_INSTANCES (
instance_table OUT INSTANCE_TABLE,
instance_count OUT NUMBER);
Parameters
| Parameter | Description |
|---|---|
| instance_table | The list of active instances, which contains the IDs and names of active instances. If no instances have been started, the list is empty. |
| instance_count | The number of active instances. |