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


TABLE: IEC.IEC_P_RES_GROUPS

Object Details
Object Name: IEC_P_RES_GROUPS
Object Type: TABLE
Owner: IEC
Subobject Name:
Status: VALID


IEC_P_RES_GROUPS is used to save VDU board configuration information for Predictive Server.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IEC_P_RES_GROUPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRES_GROUP_ID
IEC_P_RES_GROUPS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSERVER_GROUP_ID
IEC_P_RES_GROUPS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRES_GROUP_TYPE_ID
IEC_P_RES_GROUPS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnMIDDLEWARE_ID
IEC_P_RES_GROUPS_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSERVER_ID
Columns
Name Datatype Length Mandatory Comments
RES_GROUP_ID NUMBER (15) Yes PK of IEP_RES_GROUPS
OBJECT_VERSION_NUMBER NUMBER
Yes Standard object version number column
SECURITY_GROUP_ID NUMBER

Standard security group id
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
SERVER_GROUP_ID NUMBER (15) Yes Foreign key to IEO_SVR_GROUPS
SERVER_ID NUMBER (15) Yes foreign key to IEO_SVR_SERVERS
RES_GROUP_TYPE_ID NUMBER (15) Yes Foreign key to IEP_RES_GROUP_TYPES
MIDDLEWARE_ID NUMBER (15)
Foreign key to CCT_MIDDLEWARES
RES_GROUP_NAME VARCHAR2 (32)
Name of this resource group
RES_GROUP_STATUS_FLAG VARCHAR2 (1)
VDU board status
OTAS_ID NUMBER (15) Yes oats id
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RES_GROUP_ID
,      OBJECT_VERSION_NUMBER
,      SECURITY_GROUP_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SERVER_GROUP_ID
,      SERVER_ID
,      RES_GROUP_TYPE_ID
,      MIDDLEWARE_ID
,      RES_GROUP_NAME
,      RES_GROUP_STATUS_FLAG
,      OTAS_ID
FROM IEC.IEC_P_RES_GROUPS;

Dependencies

[top of page]

IEC.IEC_P_RES_GROUPS does not reference any database object

IEC.IEC_P_RES_GROUPS is referenced by following:

SchemaAPPS
SynonymIEC_P_RES_GROUPS