[Home] [Help]
[Dependency Information]
| Object Name: | IEO_SVR_RT_INFO |
|---|---|
| Object Type: | TABLE |
| Owner: | IEO |
| FND Design Data: | IEO.IEO_SVR_RT_INFO
|
| Subobject Name: | |
| Status: | VALID |
Real-time information about servers is used for load-balancing, reconnection logic, etc. It includes server status (i.e., running or not), load factors, etc.
No WHO columns here... this is real-time data used only by the servers.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IEO_SVR_RT_INFO_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SERVER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SERVER_ID | NUMBER | (15) | Yes | FK to server. |
| STATUS | NUMBER | (10) | Yes | Status of server. (best effort) |
| LAST_UPDATE_DATE | DATE | Yes | When the information was last updated. (not a WHO column) | |
| MAJOR_LOAD_FACTOR | NUMBER | (15) | Server interpretation of major load factor. | |
| MINOR_LOAD_FACTOR | NUMBER | (15) | Server interpretation of minor factor. | |
| EXTRA | VARCHAR2 | (1996) | Server interpretation of extra data. | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| OBJECT_VERSION_NUMBER | NUMBER | Standard column used by HTML utilities. | ||
| NODE_ID | NUMBER | (15) | Node Id |
Cut, paste (and edit) the following text to query this object:
SELECT SERVER_ID
, STATUS
, LAST_UPDATE_DATE
, MAJOR_LOAD_FACTOR
, MINOR_LOAD_FACTOR
, EXTRA
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
, NODE_ID
FROM IEO.IEO_SVR_RT_INFO;
IEO.IEO_SVR_RT_INFO does not reference any database object
IEO.IEO_SVR_RT_INFO is referenced by following:
IEO
IEO_SVR_RT_INFO#
|
|
|
|