DBA Data[Home] [Help] [Dependency Information]


TABLE: IEO.IEO_SVR_RT_INFO

Object Details
Object Name: IEO_SVR_RT_INFO
Object Type: TABLE
Owner: IEO
FND Design Data: TableIEO.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEO_SVR_RT_INFO_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSERVER_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

IEO.IEO_SVR_RT_INFO does not reference any database object

IEO.IEO_SVR_RT_INFO is referenced by following:

SchemaAPPS
SynonymIEO_SVR_RT_INFO